summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
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
2019-04-29btrfs: Implement find_first_clear_extent_bitNikolay Borisov
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov
2019-04-29btrfs: Implement set_extent_bits_nowaitNikolay Borisov
2019-04-29btrfs: Introduce new bits for device allocation treeNikolay Borisov
2019-04-29btrfs: Rename and export clear_btree_io_treeNikolay Borisov
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba
2019-04-29btrfs: switch extent_buffer::lock_nested to boolDavid Sterba
2019-04-29btrfs: use assertion helpers for extent buffer write lock countersDavid Sterba
2019-04-29btrfs: use assertion helpers for extent buffer read lock countersDavid Sterba
2019-04-29btrfs: use assertion helpers for spinning readersDavid Sterba
2019-04-29btrfs: use assertion helpers for spinning writersDavid Sterba
2019-04-29btrfs: Remove EXTENT_IOBITSNikolay Borisov
2019-04-29btrfs: Remove EXTENT_WRITEBACKNikolay Borisov
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2019-02-25btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba
2018-08-06btrfs: use round_up wrapper in num_extent_pagesDavid Sterba
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov
2018-05-28btrfs: remove unused le_test_bit()Howard McLauchlan