aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-26btrfs: sysfs: show discard stats and tunables in non-debug buildDavid Sterba2-20/+17
2022-09-26btrfs: use delayed items when logging a directoryFilipe Manana4-8/+562
2022-09-26btrfs: skip logging parent dir when conflicting inode is not a dirFilipe Manana1-10/+62
2022-09-26btrfs: log conflicting inodes without holding log mutex of the initial inodeFilipe Manana3-152/+196
2022-09-26btrfs: move log_new_dir_dentries() above btrfs_log_inode()Filipe Manana1-167/+167
2022-09-26btrfs: move need_log_inode() to above log_conflicting_inodes()Filipe Manana1-35/+35
2022-09-26btrfs: search for last logged dir index if it's not cached in the inodeFilipe Manana1-45/+74
2022-09-26btrfs: shrink the size of struct btrfs_delayed_itemFilipe Manana2-24/+25
2022-09-26btrfs: remove unused logic when looking up delayed itemsFilipe Manana1-42/+3
2022-09-26btrfs: store index number instead of key in struct btrfs_delayed_itemFilipe Manana2-53/+56