summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-263-10/+2
* btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig2022-09-265-12/+7
* btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig2022-09-266-79/+75
* btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig2022-09-261-6/+0
* btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik2022-09-265-31/+16
* btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik2022-09-261-20/+33
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-09-261-0/+15
* btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero2022-09-261-4/+7
* btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana2022-09-261-9/+7
* btrfs: get rid of block group caching progress logicOmar Sandoval2022-09-266-72/+2
* btrfs: send: fix failures when processing inodes with no linksBingJing Chang2022-09-261-129/+81
* btrfs: send: refactor arguments of get_inode_info()BingJing Chang2022-09-261-75/+78
* btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien2022-09-263-22/+3
* btrfs: simplify adding and replacing references during log replayFilipe Manana2022-09-261-151/+11
* btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba2022-09-262-20/+17
* btrfs: use delayed items when logging a directoryFilipe Manana2022-09-264-8/+562
* btrfs: skip logging parent dir when conflicting inode is not a dirFilipe Manana2022-09-261-10/+62
* btrfs: log conflicting inodes without holding log mutex of the initial inodeFilipe Manana2022-09-263-152/+196
* btrfs: move log_new_dir_dentries() above btrfs_log_inode()Filipe Manana2022-09-261-167/+167
* btrfs: move need_log_inode() to above log_conflicting_inodes()Filipe Manana2022-09-261-35/+35
* btrfs: search for last logged dir index if it's not cached in the inodeFilipe Manana2022-09-261-45/+74
* btrfs: shrink the size of struct btrfs_delayed_itemFilipe Manana2022-09-262-24/+25
* btrfs: remove unused logic when looking up delayed itemsFilipe Manana2022-09-261-42/+3
* btrfs: store index number instead of key in struct btrfs_delayed_itemFilipe Manana2022-09-262-53/+56
* btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()Filipe Manana2022-09-261-5/+3
* btrfs: avoid memory allocation at log_new_dir_dentries() for common caseFilipe Manana2022-09-261-17/+12
* btrfs: free list element sooner at log_new_dir_dentries()Filipe Manana2022-09-261-22/+30
* btrfs: update stale comment for log_new_dir_dentries()Filipe Manana2022-09-261-4/+4
* btrfs: remove the root argument from log_new_dir_dentries()Filipe Manana2022-09-261-3/+3
* btrfs: don't drop dir index range items when logging a directoryFilipe Manana2022-09-261-5/+1
* btrfs: scrub: use larger block size for data extent scrubQu Wenruo2022-09-261-1/+7
* btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...Qu Wenruo2022-09-261-73/+92
* btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadQu Wenruo2022-09-261-32/+67
* btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...Qu Wenruo2022-09-261-22/+116
* btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Qu Wenruo2022-09-261-31/+29
* btrfs: scrub: factor out initialization of scrub_block into helperQu Wenruo2022-09-261-23/+23
* btrfs: scrub: use pointer array to replace sblocks_for_recheckQu Wenruo2022-09-261-46/+53
* btrfs: send: add support for fs-verityBoris Burkov2022-09-265-7/+122
* btrfs: use atomic_try_cmpxchg in free_extent_bufferUros Bizjak2022-09-261-4/+2
* btrfs: scrub: remove impossible sanity checksQu Wenruo2022-09-261-25/+9
* btrfs: delete btrfs_wait_space_cache_v1_finishedJosef Bacik2022-09-262-2/+2
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIRJosef Bacik2022-09-261-3/+0
* btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTLJosef Bacik2022-09-262-25/+21
* btrfs: simplify block group traversal in btrfs_put_block_group_cacheJosef Bacik2022-09-261-27/+15
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik2022-09-263-9/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-269-56/+71
* btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik2022-09-263-28/+13
* btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik2022-09-263-36/+28
* btrfs: use btrfs_fs_closing for background bg workJosef Bacik2022-09-261-0/+6
* btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval2022-09-265-30/+20