summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig
2023-06-19btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: use the same uptodate variable for end_bio_extent_readpage()Qu Wenruo
2023-06-19btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...Qu Wenruo
2023-06-19btrfs: subpage: dump extra subpage bitmaps for debugQu Wenruo
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig
2023-04-17btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrlChristoph Hellwig
2023-04-17btrfs: simplify finding the inode in submit_one_bioChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig
2023-04-17btrfs: sink calc_bio_boundaries into its only callerJohannes Thumshirn