summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-10/+12
* btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-09-201-1/+7
* btrfs: don't clear uptodate on write errorsJosef Bacik2023-09-131-8/+1
* btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-08-211-4/+3
* btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-08-211-8/+3
* btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-08-211-8/+7
* btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2023-08-211-7/+7
* btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo2023-08-211-31/+17
* btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo2023-08-211-27/+31
* btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo2023-08-211-1/+1
* btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo2023-08-211-14/+9
* btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo2023-08-211-22/+0
* btrfs: refactor extent buffer bitmaps operationsQu Wenruo2023-08-211-72/+65
* btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig2023-08-211-3/+4
* btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig2023-08-211-24/+5
* btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig2023-08-211-16/+14
* btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig2023-08-211-15/+14
* btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig2023-08-211-10/+3
* btrfs: remove end_extent_writepageChristoph Hellwig2023-08-211-29/+15
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-211-9/+8
* btrfs: split page locking out of __process_pages_contigChristoph Hellwig2023-08-211-92/+59
* btrfs: move eb subpage preallocation out of the loopQu Wenruo2023-08-211-23/+18
* btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du2023-08-211-1/+1
* btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24
* 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