summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig4-26/+28
2023-04-17btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrlChristoph Hellwig1-24/+24
2023-04-17btrfs: simplify finding the inode in submit_one_bioChristoph Hellwig1-11/+4
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig2-8/+9
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig3-10/+10
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig5-14/+14
2023-04-17btrfs: move zero filling of compressed read bios into common codeChristoph Hellwig4-12/+7
2023-04-17btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pagesChristoph Hellwig1-28/+23
2023-04-17btrfs: remove unused members from struct btrfs_encoded_read_privateChristoph Hellwig1-4/+0
2023-04-17btrfs: locking: use atomic for DREW lock writersDavid Sterba3-33/+9
2023-04-17btrfs: remove redundant clearing of NODISCARDAnand Jain1-1/+0
2023-04-17btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPAnand Jain1-20/+15
2023-04-17btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()Qu Wenruo1-19/+9
2023-04-17btrfs: scrub: remove unused path inside scrub_stripe()Qu Wenruo1-15/+0
2023-04-17btrfs: do not use replace target device as an extra mirrorQu Wenruo1-120/+7
2023-04-17btrfs: open_ctree() error handling cleanupQu Wenruo1-34/+31
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig1-24/+9
2023-04-17btrfs: remove search_file_offset_in_bioChristoph Hellwig1-49/+3
2023-04-17btrfs: sink calc_bio_boundaries into its only callerJohannes Thumshirn1-22/+15
2023-04-17btrfs: simplify main loop in submit_extent_pageChristoph Hellwig1-86/+30
2023-04-17btrfs: check for contiguity in submit_extent_pageChristoph Hellwig1-33/+36
2023-04-17btrfs: simplify the error handling in __extent_writepage_ioChristoph Hellwig1-11/+7
2023-04-17btrfs: remove the submit_extent_page return valueChristoph Hellwig1-120/+35
2023-04-17btrfs: remove the compress_type argument to submit_extent_pageChristoph Hellwig1-18/+14
2023-04-17btrfs: rename the this_bio_flag variable in btrfs_do_readpageChristoph Hellwig1-5/+5
2023-04-17btrfs: move the compress_type check out of btrfs_bio_add_pageChristoph Hellwig1-9/+6
2023-04-17btrfs: add a wbc pointer to struct btrfs_bio_ctrlChristoph Hellwig1-47/+41
2023-04-17btrfs: remove the sync_io flag in struct btrfs_bio_ctrlChristoph Hellwig1-9/+4
2023-04-17btrfs: store the bio opf in struct btrfs_bio_ctrlChristoph Hellwig1-36/+29
2023-04-17btrfs: remove the force_bio_submit to submit_extent_pageChristoph Hellwig1-13/+9
2023-04-17btrfs: don't set force_bio_submit in read_extent_buffer_subpageChristoph Hellwig1-1/+1
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain4-25/+13
2023-04-17btrfs: dev-replace: properly follow its read modeQu Wenruo1-40/+112
2023-04-17btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig1-9/+4
2023-04-17btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig1-6/+2
2023-04-17btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig1-28/+13
2023-04-17btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig1-63/+41
2023-04-17btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig1-8/+1
2023-04-17btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig1-4/+1
2023-04-17btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig1-2/+0
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig5-109/+83
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo4-82/+77
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo4-113/+115
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo2-12/+58
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo1-4/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo4-42/+62
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo5-60/+66
2023-04-17btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig1-7/+14
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain1-4/+4
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain1-5/+4