aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba