index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: control extent reference updates with a control flag for truncate
Josef Bacik
2022-01-07
3
-2
/
+8
*
btrfs: only call inode_sub_bytes in truncate paths that care
Josef Bacik
2022-01-07
4
-13
/
+11
*
btrfs: only update i_size in truncate paths that care
Josef Bacik
2022-01-07
4
-9
/
+17
*
btrfs: add truncate control struct
Josef Bacik
2022-01-07
5
-28
/
+46
*
btrfs: remove found_extent from btrfs_truncate_inode_items
Josef Bacik
2022-01-07
1
-6
/
+3
*
btrfs: move btrfs_kill_delayed_inode_items into evict
Josef Bacik
2022-01-07
2
-9
/
+12
*
btrfs: remove free space cache inode check in btrfs_truncate_inode_items
Josef Bacik
2022-01-07
1
-5
/
+3
*
btrfs: move extent locking outside of btrfs_truncate_inode_items
Josef Bacik
2022-01-07
3
-25
/
+31
*
btrfs: move btrfs_truncate_inode_items to inode-item.c
Josef Bacik
2022-01-07
4
-391
/
+387
*
btrfs: add an inode-item.h
Josef Bacik
2022-01-07
8
-30
/
+51
*
btrfs: remove stale comment about locking at btrfs_search_slot()
Filipe Manana
2022-01-07
1
-4
/
+0
*
btrfs: remove BUG_ON() after splitting leaf
Filipe Manana
2022-01-07
1
-1
/
+3
*
btrfs: move leaf search logic out of btrfs_search_slot()
Filipe Manana
2022-01-07
1
-116
/
+128
*
btrfs: remove useless condition check before splitting leaf
Filipe Manana
2022-01-07
1
-5
/
+1
*
btrfs: try to unlock parent nodes earlier when inserting a key
Filipe Manana
2022-01-07
1
-19
/
+118
*
btrfs: allow generic_bin_search() to take low boundary as an argument
Filipe Manana
2022-01-07
1
-20
/
+23
*
btrfs: check the root node for uptodate before returning it
Josef Bacik
2022-01-07
1
-4
/
+15
*
btrfs: allow device add if balance is paused
Nikolay Borisov
2022-01-07
1
-3
/
+18
*
btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...
Nikolay Borisov
2022-01-07
1
-1
/
+4
*
btrfs: introduce exclusive operation BALANCE_PAUSED state
Nikolay Borisov
2022-01-07
3
-2
/
+36
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-01-07
7
-104
/
+395
*
btrfs: change name and type of private member of btrfs_free_space_ctl
Nikolay Borisov
2022-01-03
2
-7
/
+7
*
btrfs: make __btrfs_add_free_space take just block group reference
Nikolay Borisov
2022-01-03
2
-19
/
+12
*
btrfs: consolidate unlink_free_space/__unlink_free_space functions
Nikolay Borisov
2022-01-03
1
-25
/
+15
*
btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits
Nikolay Borisov
2022-01-03
1
-24
/
+13
*
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
2022-01-03
9
-80
/
+263
*
btrfs: remove useless WARN_ON in record_root_in_trans
Josef Bacik
2022-01-03
1
-1
/
+0
*
btrfs: stop accessing ->free_space_root directly
Josef Bacik
2022-01-03
4
-20
/
+26
*
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
10
-27
/
+60
*
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
2022-01-03
5
-4
/
+13
*
btrfs: fix csum assert to check objectid of the root
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
16
-44
/
+77
*
btrfs: init root block_rsv at init root time
Josef Bacik
2022-01-03
3
-23
/
+32
*
btrfs: don't use the extent_root in flush_space
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: don't use extent_root in iterate_extent_inodes
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item
Josef Bacik
2022-01-03
1
-2
/
+1
*
btrfs: remove unnecessary extent root check in btrfs_defrag_leaves
Josef Bacik
2022-01-03
1
-8
/
+0
*
btrfs: do not special case the extent root for switch commit roots
Josef Bacik
2022-01-03
1
-6
/
+2
*
btrfs: use chunk_root in find_free_extent_update_loop
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: make remove_extent_backref pass the root
Josef Bacik
2022-01-03
1
-8
/
+10
*
btrfs: add a btrfs_block_group_root() helper
Josef Bacik
2022-01-03
2
-9
/
+15
*
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
2022-01-03
1
-3
/
+11
*
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
2022-01-03
1
-1
/
+6
*
btrfs: remove SANITY_TESTS check form find_parent_nodes
Josef Bacik
2022-01-03
1
-4
/
+0
*
btrfs: move comment in find_parent_nodes()
Josef Bacik
2022-01-03
1
-7
/
+4
*
btrfs: pass the root to add_keyed_refs
Josef Bacik
2022-01-03
1
-4
/
+5
*
btrfs: remove trans_handle->root
Josef Bacik
2022-01-03
2
-2
/
+0
*
btrfs: pass fs_info to trace_btrfs_transaction_commit
Josef Bacik
2022-01-03
2
-3
/
+3
*
btrfs: rework async transaction committing
Josef Bacik
2022-01-03
5
-61
/
+18
*
btrfs: remove unused BTRFS_FS_BARRIER flag
Josef Bacik
2022-01-03
2
-2
/
+0
[next]