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