summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-1/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-1/+1
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageQu Wenruo1-6/+6
2020-12-08btrfs: only require sector size alignment for page readQu Wenruo1-18/+20
2020-12-08btrfs: rename pages_locked in process_pages_contig()Qu Wenruo1-4/+4
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo1-4/+7
2020-12-08btrfs: update the comment for find_first_extent_bitQu Wenruo1-4/+5
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioQu Wenruo1-4/+7
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik1-12/+1
2020-12-08btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues1-7/+3
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-2/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov1-2/+2
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov1-3/+7
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov1-5/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-3/+6
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov1-19/+5
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov1-2/+2
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov1-3/+2
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov1-17/+4
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov1-3/+3
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov1-19/+12
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov1-11/+10
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov1-15/+13
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov1-3/+3
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik1-1/+1
2020-10-07btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo1-37/+47
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-09-01Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik1-4/+4
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+2
2020-07-27btrfs: do not set the full sync flag on the inode during page releaseFilipe Manana1-2/+8
2020-07-27btrfs: release old extent maps during page releaseFilipe Manana1-7/+24
2020-07-27btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik1-1/+1
2020-07-27btrfs: remove done label in writepage_delallocNikolay Borisov1-6/+2
2020-07-27btrfs: streamline btrfs_get_io_failure_record logicNikolay Borisov1-66/+63
2020-07-27btrfs: make get_state_failrec return failrec directlyNikolay Borisov1-11/+11
2020-07-27btrfs: make writepage_delalloc take btrfs_inodeNikolay Borisov1-4/+5
2020-07-27btrfs: make __extent_writepage_io take btrfs_inodeNikolay Borisov1-8/+7
2020-07-27btrfs: make btrfs_run_delalloc_range take btrfs_inodeNikolay Borisov1-1/+1
2020-07-27btrfs: don't use UAPI types for fiemap callbackDavid Sterba1-1/+1
2020-07-27btrfs: make extent_clear_unlock_delalloc take btrfs_inodeNikolay Borisov1-4/+3
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-16/+24