summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig1-9/+2
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig1-13/+7
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig1-39/+26
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig1-6/+2
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig1-18/+5
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig1-3/+0
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig1-19/+5
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig1-32/+1
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig1-1/+1
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig1-6/+2
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig1-5/+10
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-06-19btrfs: use the same uptodate variable for end_bio_extent_readpage()Qu Wenruo1-1/+1
2023-06-19btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...Qu Wenruo1-1/+1
2023-06-19btrfs: subpage: dump extra subpage bitmaps for debugQu Wenruo1-2/+3
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-2/+1
2023-06-19btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig1-55/+25
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig1-115/+35
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig1-20/+1
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig1-17/+9
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig1-12/+5
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig1-100/+26
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig1-20/+25
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig1-14/+1
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig1-65/+37
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig1-26/+11
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig1-2/+4
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig1-43/+37
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig1-1/+1
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig1-63/+36
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig1-12/+5
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig1-1/+2
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig1-1/+1
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig1-1/+0
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig1-3/+4
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo1-1/+2
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-1/+1
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig1-3/+3
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig1-9/+9
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: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig1-1/+1
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig1-1/+1
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