summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2021-06-21btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo
2021-06-21btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo
2021-06-21btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: make process_one_page() to handle subpage lockingQu Wenruo
2021-06-21btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo
2021-06-21btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo
2021-06-21btrfs: refactor page status update into process_one_page()Qu Wenruo
2021-06-21btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-06-21btrfs: make subpage metadata write path call its own endio functionsQu Wenruo
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo
2021-06-21btrfs: clean up header members offsets in write helpersDavid Sterba
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo
2021-06-21btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()Goldwyn Rodrigues
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-14btrfs: return whole extents in fiemapBoris Burkov
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-04-19btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo
2021-04-19btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo
2021-04-19btrfs: introduce write_one_subpage_eb() functionQu Wenruo
2021-04-19btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo
2021-04-19btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)
2021-04-19btrfs: make set_btree_ioerr accept extent buffer and be subpage compatibleQu Wenruo
2021-04-19btrfs: make set/clear_extent_buffer_dirty() subpage compatibleQu Wenruo
2021-04-19btrfs: support page uptodate assertions in subpage modeQu Wenruo
2021-04-19btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota