summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo2021-02-081-0/+7
* btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo2021-02-081-13/+29
* btrfs: introduce btrfs_subpage for data inodesQu Wenruo2021-02-081-4/+41
* btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo2021-02-081-6/+15
* btrfs: introduce read_extent_buffer_subpage()Qu Wenruo2021-02-081-0/+70
* btrfs: support subpage in try_release_extent_buffer()Qu Wenruo2021-02-081-2/+104
* btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo2021-02-081-2/+1
* btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo2021-02-081-4/+7
* btrfs: attach private to dummy extent buffer pagesQu Wenruo2021-02-081-1/+8
* btrfs: support subpage for extent buffer page releaseQu Wenruo2021-02-081-15/+79
* btrfs: make grab_extent_buffer_from_page() handle subpage caseQu Wenruo2021-02-081-2/+11
* btrfs: make attach_extent_buffer_page() handle subpage caseQu Wenruo2021-02-081-7/+62
* btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage supportQu Wenruo2021-02-081-2/+7
* btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo2021-02-081-2/+2
* btrfs: remove repeated word in struct member commentNigel Christian2021-02-081-1/+1
* btrfs: fix parameter description for functions in extent_io.cNikolay Borisov2021-02-081-25/+27
* btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo2021-02-081-20/+30
* btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo2021-02-081-21/+16
* btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo2021-02-081-15/+15
* btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-071-3/+1
* btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo2020-12-091-27/+37
* btrfs: don't allow tree block to cross page boundary for subpage supportQu Wenruo2020-12-091-0/+8
* btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo2020-12-091-6/+1
* btrfs: factor out btree page submission code to a helperQu Wenruo2020-12-091-47/+75
* btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo2020-12-091-12/+20
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-1/+1
* btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo2020-12-081-6/+1
* btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo2020-12-081-2/+10
* btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo2020-12-081-1/+1
* btrfs: use fixed width int type for extent_state::stateQu Wenruo2020-12-081-27/+25
* btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo2020-12-081-5/+13
* btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo2020-12-081-34/+73
* btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov2020-12-081-23/+13
* btrfs: remove extent_buffer::recursedJosef Bacik2020-12-081-1/+0
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-4/+6
* btrfs: set the lockdep class for extent buffers on creationJosef Bacik2020-12-081-0/+1
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-4/+8
* btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-081-0/+47
* btrfs: make buffer_radix take sector size unitsQu Wenruo2020-12-081-4/+4
* btrfs: assert page mapping lock in attach_extent_buffer_pageQu Wenruo2020-12-081-0/+9
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-1/+0
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1