summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo1-5/+16
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota1-0/+3
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota1-1/+24
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota1-2/+13
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn1-2/+7
2021-02-09btrfs: zoned: use bio_add_zone_append_pageNaohiro Aota1-3/+26
2021-02-09btrfs: factor out helper adding a page to bioNaohiro Aota1-15/+45
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+4
2021-02-08btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo1-0/+7
2021-02-08btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo1-13/+29
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-4/+41
2021-02-08btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo1-6/+15
2021-02-08btrfs: introduce read_extent_buffer_subpage()Qu Wenruo1-0/+70
2021-02-08btrfs: support subpage in try_release_extent_buffer()Qu Wenruo1-2/+104
2021-02-08btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo1-2/+1
2021-02-08btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo1-4/+7
2021-02-08btrfs: attach private to dummy extent buffer pagesQu Wenruo1-1/+8
2021-02-08btrfs: support subpage for extent buffer page releaseQu Wenruo1-15/+79
2021-02-08btrfs: make grab_extent_buffer_from_page() handle subpage caseQu Wenruo1-2/+11
2021-02-08btrfs: make attach_extent_buffer_page() handle subpage caseQu Wenruo1-7/+62
2021-02-08btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage supportQu Wenruo1-2/+7
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo1-2/+2
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian1-1/+1
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov1-25/+27
2021-02-08btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo1-20/+30
2021-02-08btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo1-21/+16
2021-02-08btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo1-15/+15
2021-01-07btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo1-27/+37
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo1-0/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo1-6/+1
2020-12-09btrfs: factor out btree page submission code to a helperQu Wenruo1-47/+75
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo1-12/+20
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-1/+1
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo1-6/+1
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo1-1/+1
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo1-27/+25
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo1-34/+73
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov1-23/+13
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik1-1/+0
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-4/+6
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik1-0/+1
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-4/+8
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik1-0/+47
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo1-4/+4
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo1-0/+9
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-1/+0
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-1/+1