summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-1/+1
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-4/+4
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo1-0/+6
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo1-1/+0
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-10/+12
2023-09-20btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik1-8/+1
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota1-4/+3
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota1-8/+3
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota1-8/+7
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota1-7/+7
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo1-31/+17
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo1-27/+31
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo1-1/+1
2023-08-21btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo1-14/+9
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo1-22/+0
2023-08-21btrfs: refactor extent buffer bitmaps operationsQu Wenruo1-72/+65
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig1-3/+4
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig1-24/+5
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig1-16/+14
2023-08-21btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig1-15/+14
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig1-10/+3
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig1-29/+15
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig1-9/+8
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig1-92/+59
2023-08-21btrfs: move eb subpage preallocation out of the loopQu Wenruo1-23/+18
2023-08-21btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du1-1/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig1-0/+6
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig1-2/+1
2023-06-19btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig1-8/+9
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig1-1/+1
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