summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain2024-05-071-9/+7
* btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain2024-05-071-15/+14
* btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain2024-05-071-19/+19
* btrfs: drop variable err in quick_update_accounting()Anand Jain2024-05-071-6/+3
* btrfs: reuse ret instead of err in relocate_tree_blocks()Anand Jain2024-05-071-11/+8
* btrfs: rename err and ret to ret in build_backref_tree()Anand Jain2024-05-071-11/+7
* btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Anand Jain2024-05-071-13/+8
* btrfs: rename werr and err to ret in btrfs_write_marked_extents()Anand Jain2024-05-071-13/+10
* btrfs: report filemap_fdata<write|wait>_range() errorAnand Jain2024-05-071-0/+4
* btrfs: use btrfs_is_testing() everywhereDavid Sterba2024-05-074-9/+8
* btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana2024-05-071-2/+1
* btrfs: make try_release_extent_mapping() return a boolFilipe Manana2024-05-073-13/+13
* btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana2024-05-071-59/+61
* btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana2024-05-071-2/+1
* btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana2024-05-071-6/+1
* btrfs: rename some variables at try_release_extent_mapping()Filipe Manana2024-05-071-12/+12
* btrfs: add tracepoints for extent map shrinker eventsFilipe Manana2024-05-073-1/+116
* btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana2024-05-071-3/+5
* btrfs: add a shrinker for extent mapsFilipe Manana2024-05-074-0/+180
* btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana2024-05-073-0/+28
* btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana2024-05-071-7/+6
* btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana2024-05-071-5/+5
* btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana2024-05-071-5/+6
* btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana2024-05-074-20/+25
* btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana2024-05-073-4/+6
* btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana2024-05-071-18/+16
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-0726-241/+218
* btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik2024-05-071-2/+8
* btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik2024-05-072-38/+27
* btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik2024-05-071-27/+0
* btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik2024-05-073-16/+16
* btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik2024-05-073-15/+13
* btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik2024-05-071-25/+21
* btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik2024-05-071-15/+8
* btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik2024-05-072-32/+25
* btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik2024-05-073-4/+4
* btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik2024-05-075-81/+52
* btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik2024-05-078-27/+27
* btrfs: unify the btrfs_add_delayed_*_ref helpers into one helperJosef Bacik2024-05-071-77/+25
* btrfs: simplify delayed ref tracepointsJosef Bacik2024-05-073-47/+25
* btrfs: move ref specific initialization into init_delayed_ref_commonJosef Bacik2024-05-071-14/+11
* btrfs: initialize btrfs_delayed_ref_head with btrfs_refJosef Bacik2024-05-071-28/+25
* btrfs: pass btrfs_ref to init_delayed_ref_commonJosef Bacik2024-05-072-21/+27
* btrfs: move ref_root into btrfs_refJosef Bacik2024-05-078-88/+73
* btrfs: do not use a function to initialize btrfs_refJosef Bacik2024-05-077-96/+131
* btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik2024-05-072-55/+40
* btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik2024-05-072-9/+31
* btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Filipe Manana2024-05-071-52/+14
* btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana2024-05-073-80/+85
* btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana2024-05-071-4/+4