summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik2-12/+7
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik4-22/+13
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba3-3/+12
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana1-1/+0
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig1-69/+41
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET1-1/+1
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui1-1/+0
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo4-0/+60
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo2-4/+12
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo2-17/+28
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo1-2/+4
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo1-4/+61
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana4-371/+506
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana3-8/+38
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana5-8/+170
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana3-9/+10
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana1-0/+5
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana1-0/+20
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana1-3/+0
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana1-4/+1
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana1-31/+406
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana1-0/+4
2022-09-26btrfs: remove the unnecessary result variableszhang songyi2-12/+3
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo4-14/+19
2022-09-26btrfs: don't save block group root into super blockQu Wenruo4-53/+23
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo2-1/+19
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo4-10/+33
2022-09-26btrfs: output human readable space info flagQu Wenruo1-3/+20
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo4-8/+83
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig1-37/+57
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig1-14/+46
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig1-9/+5
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig1-23/+28
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig6-102/+96
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig4-45/+30
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig2-45/+50
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig3-10/+2
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig5-12/+7
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig6-79/+75
2022-09-26btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig1-6/+0
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik5-31/+16
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik1-20/+33
2022-09-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana1-9/+7
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval6-72/+2
2022-09-26btrfs: send: fix failures when processing inodes with no linksBingJing Chang1-129/+81
2022-09-26btrfs: send: refactor arguments of get_inode_info()BingJing Chang1-75/+78
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien3-22/+3
2022-09-26btrfs: simplify adding and replacing references during log replayFilipe Manana1-151/+11