aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-15erofs: remove tagged pointer helpersGao Xiang3-128/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang2-27/+17
2023-02-15erofs: get rid of erofs_inode_datablocks()Gao Xiang2-19/+5
2023-02-15erofs: simplify iloc()Gao Xiang5-35/+25
2023-02-15erofs: get rid of debug_one_dentry()Gao Xiang1-17/+0
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang2-15/+6
2023-02-15erofs: clean up erofs_iget()Gao Xiang2-28/+21
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+8
2023-02-13btrfs: add an api to delete a specific entry from the lru cacheFilipe Manana2-4/+14
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana3-9/+20
2023-02-13btrfs: send: cache information about created directoriesFilipe Manana1-1/+40
2023-02-13btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systemsFilipe Manana2-15/+84
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana4-57/+167
2023-02-13btrfs: send: initialize all the red black trees earlierFilipe Manana1-6/+6
2023-02-13btrfs: send: iterate waiting dir move rbtree only once when processing refsFilipe Manana1-5/+2
2023-02-13btrfs: send: reduce searches on parent root when checking if dir can be removedFilipe Manana1-6/+59
2023-02-13btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()Filipe Manana1-4/+7
2023-02-13btrfs: send: avoid duplicated orphan dir allocation and initializationFilipe Manana1-15/+12
2023-02-13btrfs: send: remove send_progress argument from can_rmdir()Filipe Manana1-8/+5
2023-02-13btrfs: send: avoid extra b+tree searches when checking reference overridesFilipe Manana1-32/+29
2023-02-13btrfs: send: directly return from will_overwrite_ref() and simplify itFilipe Manana1-22/+16
2023-02-13btrfs: send: avoid unnecessary generation search at did_overwrite_ref()Filipe Manana1-9/+22
2023-02-13btrfs: send: directly return from did_overwrite_ref() and simplify itFilipe Manana1-25/+18
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo6-23/+27
2023-02-13btrfs: remove duplicate include header in extent-tree.cye xingchen1-1/+0
2023-02-13btrfs: scrub: improve tree block error reportingQu Wenruo1-9/+40
2023-02-13btrfs: don't use size classes for zoned file systemsBoris Burkov3-3/+13
2023-02-13btrfs: load block group size class when cachingBoris Burkov1-0/+148
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov4-51/+148
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov2-0/+7
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov3-86/+82
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig5-21/+18
2023-02-13btrfs: use a single variable to track return value for log_dir_items()Filipe Manana1-19/+18
2023-02-13btrfs: use a negative value for BTRFS_LOG_FORCE_COMMITFilipe Manana2-9/+10
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou6-9/+8
2023-02-13btrfs: go to matching label when cleaning em in btrfs_submit_directPeng Hao1-1/+1
2023-02-13btrfs: turn on -Wmaybe-uninitializedJosef Bacik1-1/+2
2023-02-13btrfs: fix uninitialized variable warning in run_one_async_startJosef Bacik1-0/+4
2023-02-13btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zonesNaohiro Aota1-2/+5
2023-02-13btrfs: fix uninitialized variable warning in btrfs_sb_log_locationJosef Bacik1-1/+1
2023-02-13btrfs: fix uninitialized variable warnings in __set_extent_bit and convert_ex...Josef Bacik1-4/+4
2023-02-13btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik1-1/+1
2023-02-13btrfs: fix uninitialized variable warning in get_inode_genJosef Bacik1-5/+3
2023-02-13btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extentsJosef Bacik1-1/+1
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik4-64/+60
2023-02-13btrfs: directly pass in fs_info to btrfs_merge_delayed_refsJohannes Thumshirn3-5/+4
2023-02-13btrfs: drop trans parameter of insert_delayed_refJohannes Thumshirn1-4/+3
2023-02-13btrfs: remove trans parameter of merge_refJohannes Thumshirn1-3/+2
2023-02-13btrfs: drop unused trans parameter of drop_delayed_refJohannes Thumshirn1-5/+4
2023-02-13fs: ecryptfs: Use crypto_wait_reqHerbert Xu1-27/+3