summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Wenruo5-14/+25
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
2022-09-26btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()Filipe Manana1-5/+3
2022-09-26btrfs: avoid memory allocation at log_new_dir_dentries() for common caseFilipe Manana1-17/+12
2022-09-26btrfs: free list element sooner at log_new_dir_dentries()Filipe Manana1-22/+30
2022-09-26btrfs: update stale comment for log_new_dir_dentries()Filipe Manana1-4/+4
2022-09-26btrfs: remove the root argument from log_new_dir_dentries()Filipe Manana1-3/+3
2022-09-26btrfs: don't drop dir index range items when logging a directoryFilipe Manana1-5/+1
2022-09-26btrfs: scrub: use larger block size for data extent scrubQu Wenruo1-1/+7
2022-09-26btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...Qu Wenruo1-73/+92
2022-09-26btrfs: scrub: remove scrub_sector::page and use scrub_block::pages insteadQu Wenruo1-32/+67
2022-09-26btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...Qu Wenruo1-22/+116
2022-09-26btrfs: scrub: factor out allocation and initialization of scrub_sector into h...Qu Wenruo1-31/+29
2022-09-26btrfs: scrub: factor out initialization of scrub_block into helperQu Wenruo1-23/+23