summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: simplify btrfs_should_throttle_delayed_refs()Filipe Manana2-5/+3
2023-04-17btrfs: initialize ret to -ENOSPC at __reserve_bytes()Filipe Manana1-2/+1
2023-04-17btrfs: update flush method assertion when reserving spaceFilipe Manana1-1/+12
2023-04-17btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush methodFilipe Manana1-0/+1
2023-04-17btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()Filipe Manana1-3/+0
2023-04-17btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes()Filipe Manana1-1/+1
2023-04-17btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana1-1/+1
2023-04-17btrfs: remove btrfs_lru_cache_is_full() inline functionFilipe Manana1-5/+0
2023-04-17btrfs: simplify adding pages in btrfs_add_compressed_bio_pagesChristoph Hellwig1-27/+7
2023-04-17btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pagesChristoph Hellwig1-7/+6
2023-04-17btrfs: sysfs: relax bg_reclaim_threshold for debugging purposesNaohiro Aota1-0/+5
2023-04-17btrfs: make btrfs_split_bio work on struct btrfs_bioChristoph Hellwig1-13/+14
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