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