aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 1-27/+37
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportGravatar Qu Wenruo 1-0/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 1-6/+1
2020-12-09btrfs: factor out btree page submission code to a helperGravatar Qu Wenruo 1-47/+75
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 1-12/+20
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 1-1/+1
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Gravatar Qu Wenruo 1-6/+1
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageGravatar Qu Wenruo 1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferGravatar Qu Wenruo 1-1/+1
2020-12-08btrfs: use fixed width int type for extent_state::stateGravatar Qu Wenruo 1-27/+25
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Gravatar Qu Wenruo 1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageGravatar Qu Wenruo 1-34/+73
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitGravatar Nikolay Borisov 1-23/+13
2020-12-08btrfs: remove extent_buffer::recursedGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: update the number of bytes used by an inode atomicallyGravatar Filipe Manana 1-4/+6
2020-12-08btrfs: set the lockdep class for extent buffers on creationGravatar Josef Bacik 1-0/+1
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferGravatar Josef Bacik 1-4/+8
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 1-0/+47
2020-12-08btrfs: make buffer_radix take sector size unitsGravatar Qu Wenruo 1-4/+4
2020-12-08btrfs: assert page mapping lock in attach_extent_buffer_pageGravatar Qu Wenruo 1-0/+9
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-1/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 1-1/+1
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageGravatar Qu Wenruo 1-6/+6
2020-12-08btrfs: only require sector size alignment for page readGravatar Qu Wenruo 1-18/+20
2020-12-08btrfs: rename pages_locked in process_pages_contig()Gravatar Qu Wenruo 1-4/+4
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitGravatar Qu Wenruo 1-4/+7
2020-12-08btrfs: update the comment for find_first_extent_bitGravatar Qu Wenruo 1-4/+5
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioGravatar Qu Wenruo 1-4/+7
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreGravatar Josef Bacik 1-12/+1
2020-12-08btrfs: use iosize while reading compressed pagesGravatar Goldwyn Rodrigues 1-7/+3
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 1-2/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesGravatar Nikolay Borisov 1-2/+2
2020-10-07btrfs: stop calling submit_bio_hook for data inodesGravatar Nikolay Borisov 1-3/+7
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageGravatar Nikolay Borisov 1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioGravatar Nikolay Borisov 1-5/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 1-3/+6
2020-10-07btrfs: open code extent_read_full_page to its sole callerGravatar Nikolay Borisov 1-19/+5
2020-10-07btrfs: sink mirror_num argument in __do_readpageGravatar Nikolay Borisov 1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageGravatar Nikolay Borisov 1-2/+2
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageGravatar Nikolay Borisov 1-3/+2
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageGravatar Nikolay Borisov 1-17/+4
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageGravatar Nikolay Borisov 1-3/+3
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageGravatar Nikolay Borisov 1-19/+12
2020-10-07btrfs: simplify metadata pages readingGravatar Nikolay Borisov 1-11/+10
2020-10-07btrfs: make extent_fiemap take btrfs_inodeGravatar Nikolay Borisov 1-15/+13
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeGravatar Nikolay Borisov 1-5/+6
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedGravatar Josef Bacik 1-1/+1