summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo
2020-12-08btrfs: remove extent_buffer::recursedJosef 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: reorder extent buffer members for better packingDavid Sterba
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay 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: make extent_fiemap take btrfs_inodeNikolay Borisov
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-07-27btrfs: don't use UAPI types for fiemap callbackDavid Sterba
2020-07-27btrfs: make extent_clear_unlock_delalloc take btrfs_inodeNikolay Borisov
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba
2020-05-25btrfs: remove unused map_private_extent_bufferDavid Sterba
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik
2019-11-18btrfs: separate out the extent io init functionJosef Bacik
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov
2019-04-29btrfs: Define submit_bio_hook's type directlyNikolay Borisov