summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo2021-06-211-21/+9
* btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo2021-06-211-5/+75
* btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-211-2/+1
* btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo2021-06-211-4/+4
* btrfs: make page Ordered bit to be subpage compatibleQu Wenruo2021-06-211-1/+1
* btrfs: make process_one_page() to handle subpage lockingQu Wenruo2021-06-211-3/+7
* btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo2021-06-211-1/+2
* btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo2021-06-211-8/+16
* btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo2021-06-211-17/+12
* btrfs: refactor page status update into process_one_page()Qu Wenruo2021-06-211-97/+109
* btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo2021-06-211-20/+37
* btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-211-2/+2
* btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-06-211-6/+10
* btrfs: make subpage metadata write path call its own endio functionsQu Wenruo2021-06-211-36/+36
* btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo2021-06-211-76/+136
* btrfs: clean up header members offsets in write helpersDavid Sterba2021-06-211-6/+7
* btrfs: zoned: factor out zoned device lookupJohannes Thumshirn2021-06-211-11/+5
* btrfs: remove io_failure_record::in_validationQu Wenruo2021-06-211-99/+20
* btrfs: submit read time repair only for each corrupted sectorQu Wenruo2021-06-211-63/+154
* btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()Goldwyn Rodrigues2021-06-211-4/+2
* Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-1/+1
|\
| * btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn2021-05-201-1/+1
* | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-171-1/+6
|\|
| * btrfs: return whole extents in fiemapBoris Burkov2021-05-141-1/+6
* | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-051-18/+4
|/
* btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+11
* btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo2021-04-191-0/+95
* btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo2021-04-191-1/+7
* btrfs: introduce write_one_subpage_eb() functionQu Wenruo2021-04-191-0/+53
* btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo2021-04-191-29/+106
* btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)2021-04-191-4/+2
* btrfs: make set_btree_ioerr accept extent buffer and be subpage compatibleQu Wenruo2021-04-191-10/+8
* btrfs: make set/clear_extent_buffer_dirty() subpage compatibleQu Wenruo2021-04-191-12/+53
* btrfs: support page uptodate assertions in subpage modeQu Wenruo2021-04-191-10/+32
* btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo2021-04-191-1/+1
* btrfs: remove duplicated in_range() macroJohannes Thumshirn2021-04-191-0/+1
* btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-191-2/+1
* Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-181-2/+31
|\
| * btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo2021-03-161-1/+30
| * btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo2021-03-151-1/+1
* | Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-121-1/+1
|\ \ | |/ |/|
| * block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* | btrfs: subpage: fix the false data csum mismatch errorQu Wenruo2021-03-021-5/+16
|/
* btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-091-0/+3
* btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-1/+24
* btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-2/+13
* btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn2021-02-091-2/+7
* btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota2021-02-091-3/+26
* btrfs: factor out helper adding a page to bioNaohiro Aota2021-02-091-15/+45
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+4