summary refs log tree commit diff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2021-02-08btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo
2021-02-08btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo
2021-02-08btrfs: introduce read_extent_buffer_subpage()Qu Wenruo
2021-02-08btrfs: support subpage in try_release_extent_buffer()Qu Wenruo
2021-02-08btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo
2021-02-08btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo
2021-02-08btrfs: attach private to dummy extent buffer pagesQu Wenruo
2021-02-08btrfs: support subpage for extent buffer page releaseQu Wenruo
2021-02-08btrfs: make grab_extent_buffer_from_page() handle subpage caseQu Wenruo
2021-02-08btrfs: make attach_extent_buffer_page() handle subpage caseQu Wenruo
2021-02-08btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage supportQu Wenruo
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov
2021-02-08btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo
2021-02-08btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo
2021-02-08btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo
2021-01-07btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: factor out btree page submission code to a helperQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo