summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik2024-05-073-19/+28
* btrfs: push extent lock down in submit_one_async_extentJosef Bacik2024-05-071-1/+2
* btrfs: push lock_extent down in cow_file_range()Josef Bacik2024-05-071-2/+14
* btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik2024-05-071-4/+8
* btrfs: push lock_extent into cow_file_range_inlineJosef Bacik2024-05-071-5/+8
* btrfs: push extent lock into cow_file_rangeJosef Bacik2024-05-071-8/+7
* btrfs: push extent lock into run_delalloc_cowJosef Bacik2024-05-071-8/+7
* btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik2024-05-071-6/+5
* btrfs: push extent lock down in run_delalloc_nocowJosef Bacik2024-05-071-3/+18
* btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik2024-05-071-3/+1
* btrfs: push extent lock into run_delalloc_nocowJosef Bacik2024-05-071-5/+7
* btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik2024-05-072-3/+7
* btrfs: lock extent when doing inline extent in compressionJosef Bacik2024-05-071-10/+7
* btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik2024-05-071-53/+51
* btrfs: unlock all the pages with successful inline extent creationJosef Bacik2024-05-071-14/+1
* btrfs: push all inline logic into cow_file_rangeJosef Bacik2024-05-071-62/+81
* btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik2024-05-074-4/+12
* btrfs: add extra sanity checks for create_io_em()Qu Wenruo2024-05-071-1/+39
* btrfs: simplify the inline extent map creationQu Wenruo2024-05-071-10/+10
* btrfs: add extra comments on extent_map membersQu Wenruo2024-05-071-1/+54
* btrfs: drop unused argument of calcu_metadata_size()Naohiro Aota2024-05-071-6/+5
* 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