summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik
2024-05-07btrfs: push extent lock down in submit_one_async_extentJosef Bacik
2024-05-07btrfs: push lock_extent down in cow_file_range()Josef Bacik
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik
2024-05-07btrfs: push lock_extent into cow_file_range_inlineJosef Bacik
2024-05-07btrfs: push extent lock into cow_file_rangeJosef Bacik
2024-05-07btrfs: push extent lock into run_delalloc_cowJosef Bacik
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik
2024-05-07btrfs: push extent lock down in run_delalloc_nocowJosef Bacik
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik
2024-05-07btrfs: push extent lock into run_delalloc_nocowJosef Bacik
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik
2024-05-07btrfs: lock extent when doing inline extent in compressionJosef Bacik
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik
2024-05-07btrfs: unlock all the pages with successful inline extent creationJosef Bacik
2024-05-07btrfs: push all inline logic into cow_file_rangeJosef Bacik
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik
2024-05-07btrfs: add extra sanity checks for create_io_em()Qu Wenruo
2024-05-07btrfs: simplify the inline extent map creationQu Wenruo
2024-05-07btrfs: add extra comments on extent_map membersQu Wenruo
2024-05-07btrfs: drop unused argument of calcu_metadata_size()Naohiro Aota
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain
2024-05-07btrfs: drop variable err in quick_update_accounting()Anand Jain
2024-05-07btrfs: reuse ret instead of err in relocate_tree_blocks()Anand Jain
2024-05-07btrfs: rename err and ret to ret in build_backref_tree()Anand Jain
2024-05-07btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Anand Jain
2024-05-07btrfs: rename werr and err to ret in btrfs_write_marked_extents()Anand Jain
2024-05-07btrfs: report filemap_fdata<write|wait>_range() errorAnand Jain
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: rename some variables at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana
2024-05-07btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik