aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana
2022-09-26btrfs: remove the unnecessary result variableszhang songyi
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo
2022-09-26btrfs: don't save block group root into super blockQu Wenruo
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo
2022-09-26btrfs: output human readable space info flagQu Wenruo
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2022-09-26btrfs: stop allocation a btrfs_io_context for simple I/OChristoph Hellwig
2022-09-26btrfs: add fast path for single device io in __btrfs_map_blockChristoph Hellwig
2022-09-26btrfs: decide bio cloning inside submit_stripe_bioChristoph Hellwig
2022-09-26btrfs: factor out low-level bio setup from submit_stripe_bioChristoph Hellwig
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig
2022-09-26btrfs: use chained bios when cloningChristoph Hellwig
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik
2022-09-26btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik
2022-09-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-09-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: send: fix failures when processing inodes with no linksBingJing Chang
2022-09-26btrfs: send: refactor arguments of get_inode_info()BingJing Chang
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien
2022-09-26btrfs: simplify adding and replacing references during log replayFilipe Manana
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba
2022-09-26btrfs: use delayed items when logging a directoryFilipe Manana