summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik1-3/+1
2024-05-07btrfs: push extent lock into run_delalloc_nocowJosef Bacik1-5/+7
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik2-3/+7
2024-05-07btrfs: lock extent when doing inline extent in compressionJosef Bacik1-10/+7
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik1-53/+51
2024-05-07btrfs: unlock all the pages with successful inline extent creationJosef Bacik1-14/+1
2024-05-07btrfs: push all inline logic into cow_file_rangeJosef Bacik1-62/+81
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik4-4/+12
2024-05-07btrfs: add extra sanity checks for create_io_em()Qu Wenruo1-1/+39
2024-05-07btrfs: simplify the inline extent map creationQu Wenruo1-10/+10
2024-05-07btrfs: add extra comments on extent_map membersQu Wenruo1-1/+54
2024-05-07btrfs: drop unused argument of calcu_metadata_size()Naohiro Aota1-6/+5
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain1-9/+7
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain1-15/+14
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain1-19/+19
2024-05-07btrfs: drop variable err in quick_update_accounting()Anand Jain1-6/+3
2024-05-07btrfs: reuse ret instead of err in relocate_tree_blocks()Anand Jain1-11/+8
2024-05-07btrfs: rename err and ret to ret in build_backref_tree()Anand Jain1-11/+7
2024-05-07btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Anand Jain1-13/+8
2024-05-07btrfs: rename werr and err to ret in btrfs_write_marked_extents()Anand Jain1-13/+10
2024-05-07btrfs: report filemap_fdata<write|wait>_range() errorAnand Jain1-0/+4
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba4-9/+8
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana1-2/+1
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana3-13/+13
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana1-59/+61
2024-05-07btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana1-2/+1
2024-05-07btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana1-6/+1
2024-05-07btrfs: rename some variables at try_release_extent_mapping()Filipe Manana1-12/+12
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana2-1/+17
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana1-3/+5
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana4-0/+180
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana3-0/+28
2024-05-07btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana1-7/+6
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana1-5/+5
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana1-5/+6
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana4-20/+25
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana3-4/+6
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana1-18/+16
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik26-241/+218
2024-05-07btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik1-2/+8
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik2-38/+27
2024-05-07btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik1-27/+0
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik2-15/+16
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik2-14/+13
2024-05-07btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik1-25/+21
2024-05-07btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik1-15/+8
2024-05-07btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik2-32/+25
2024-05-07btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik3-4/+4
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik4-77/+48
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik8-27/+27