summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
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
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageQu Wenruo
2020-12-08btrfs: only require sector size alignment for page readQu Wenruo
2020-12-08btrfs: rename pages_locked in process_pages_contig()Qu Wenruo
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo
2020-12-08btrfs: update the comment for find_first_extent_bitQu Wenruo
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioQu Wenruo
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-12-08btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik
2020-10-07btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-09-01Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds