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