summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-io-tree.h
AgeCommit message (Expand)Author
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba
2023-10-12btrfs: make wait_extent_bit() staticFilipe Manana
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba
2023-06-19btrfs: open code set_extent_newDavid Sterba
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2023-06-19btrfs: open code set_extent_defragDavid Sterba
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: remove unused unlock_extent_atomicJosef Bacik
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik
2022-09-26btrfs: export wait_extent_bitJosef Bacik
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov