index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_dev_replace()
David Sterba
1
-10
/
+5
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
6
-42
/
+22
2025-03-18
btrfs: use num_extent_folios() in for loop bounds
David Sterba
2
-32
/
+19
2025-03-18
btrfs: add __pure attribute to eb page and folio counters
David Sterba
1
-2
/
+5
2025-03-18
btrfs: simplify parameters of metadata folio helpers
David Sterba
4
-46
/
+27
2025-03-18
btrfs: fix reclaimed bytes accounting after automatic block group reclaim
Filipe Manana
1
-7
/
+21
2025-03-18
btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana
1
-5
/
+16
2025-03-18
btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana
1
-7
/
+11
2025-03-18
btrfs: merge alloc_dummy_extent_buffer() helpers
David Sterba
3
-13
/
+5
2025-03-18
btrfs: don't pass nodesize to __alloc_extent_buffer()
David Sterba
3
-15
/
+13
2025-03-18
btrfs: send: simplify return logic from send_set_xattr()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: avoid path allocation for the current inode when issuing commands
Filipe Manana
1
-118
/
+97
2025-03-18
btrfs: send: keep the current inode's path cached
Filipe Manana
1
-5
/
+48
2025-03-18
btrfs: send: simplify return logic from send_rmdir()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_unlink()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_link()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_rename()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_verity()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from process_changed_xattr()
Filipe Manana
1
-6
/
+4
2025-03-18
btrfs: send: remove unnecessary return variable from process_new_xattr()
Filipe Manana
1
-6
/
+2
2025-03-18
btrfs: send: simplify return logic from record_changed_ref()
Filipe Manana
1
-6
/
+4
2025-03-18
btrfs: send: simplify return logic from record_deleted_ref()
Filipe Manana
1
-4
/
+2
2025-03-18
btrfs: send: simplify return logic from record_new_ref()
Filipe Manana
1
-4
/
+2
2025-03-18
btrfs: send: simplify return logic from record_deleted_ref_if_needed()
Filipe Manana
1
-3
/
+3
2025-03-18
btrfs: send: simplify return logic from record_new_ref_if_needed()
Filipe Manana
1
-3
/
+3
2025-03-18
btrfs: send: simplify return logic from send_remove_xattr()
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: send: add and use helper to rename current inode when processing refs
Filipe Manana
1
-8
/
+15
2025-03-18
btrfs: send: only use boolean variables at process_recorded_refs()
Filipe Manana
1
-6
/
+6
2025-03-18
btrfs: send: factor out common logic when sending xattrs
Filipe Manana
1
-26
/
+15
2025-03-18
btrfs: send: simplify return logic from get_cur_inode_state()
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: send: simplify return logic from is_inode_existent()
Filipe Manana
1
-6
/
+3
2025-03-18
btrfs: send: simplify return logic from __get_cur_name_and_parent()
Filipe Manana
1
-14
/
+10
2025-03-18
btrfs: send: return -ENAMETOOLONG when attempting a path that is too long
Filipe Manana
1
-4
/
+2
2025-03-18
btrfs: send: simplify return logic from fs_path_add_from_extent_buffer()
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: send: implement fs_path_add_path() using fs_path_add()
Filipe Manana
1
-12
/
+2
2025-03-18
btrfs: send: simplify return logic from fs_path_add()
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: send: simplify return logic from fs_path_prepare_for_add()
Filipe Manana
1
-3
/
+2
2025-03-18
btrfs: send: always use fs_path_len() to determine a path's length
Filipe Manana
1
-7
/
+8
2025-03-18
btrfs: send: make fs_path_len() inline and constify its argument
Filipe Manana
1
-1
/
+1
2025-03-18
btrfs: send: remove duplicated logic from fs_path_reset()
Filipe Manana
1
-7
/
+5
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_get_name()
David Sterba
1
-8
/
+8
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_get_parent()
David Sterba
1
-5
/
+5
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_remap_file_range_prep()
David Sterba
1
-13
/
+11
2025-03-18
btrfs: use struct btrfs_inode inside btrfs_remap_file_range()
David Sterba
1
-9
/
+11
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_extent_same_range()
David Sterba
1
-9
/
+11
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock()
David Sterba
1
-4
/
+4
2025-03-18
btrfs: pass struct btrfs_inode to clone_copy_inline_extent()
David Sterba
1
-14
/
+14
2025-03-18
btrfs: props: switch prop_handler::extract to struct btrfs_inode
David Sterba
1
-5
/
+5
2025-03-18
btrfs: props: switch prop_handler::apply to struct btrfs_inode
David Sterba
1
-16
/
+16
[prev]
[next]