aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-io-tree.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-0/+7
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoGravatar David Sterba 1-3/+15
2023-10-12btrfs: make wait_extent_bit() staticGravatar Filipe Manana 1-2/+0
2023-10-12btrfs: change test_range_bit to scan the whole rangeGravatar David Sterba 1-2/+2
2023-10-12btrfs: add specific helper for range bit test existsGravatar David Sterba 1-0/+1
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-3/+3
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-7/+5
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitGravatar David Sterba 1-0/+9
2023-06-19btrfs: open code set_extent_bitsGravatar David Sterba 1-6/+0
2023-06-19btrfs: open code set_extent_bits_nowaitGravatar David Sterba 1-6/+0
2023-06-19btrfs: open code set_extent_dirtyGravatar David Sterba 1-6/+0
2023-06-19btrfs: open code set_extent_newGravatar David Sterba 1-6/+0
2023-06-19btrfs: open code set_extent_delallocGravatar David Sterba 1-9/+0
2023-06-19btrfs: open code set_extent_defragGravatar David Sterba 1-8/+0
2023-02-15btrfs: remove the io_failure_record infrastructureGravatar Christoph Hellwig 1-1/+0
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Gravatar Filipe Manana 1-1/+2
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeGravatar Filipe Manana 1-7/+0
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameGravatar David Sterba 1-1/+2
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initGravatar David Sterba 1-2/+1
2022-12-05btrfs: remove unused unlock_extent_atomicGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: convert EXTENT_* bits to enumsGravatar David Sterba 1-33/+38
2022-12-05btrfs: cache the failed state when locking extentsGravatar Josef Bacik 1-1/+2
2022-12-05btrfs: add a cached_state to try_lock_extentGravatar Josef Bacik 1-1/+2
2022-09-26btrfs: stop tracking failed reads in the I/O treeGravatar Christoph Hellwig 1-1/+0
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-10/+18
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesGravatar Josef Bacik 1-1/+0
2022-09-26btrfs: remove extent_io_tree::track_uptodateGravatar Josef Bacik 1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsGravatar Josef Bacik 1-16/+6
2022-09-26btrfs: drop extent_changeset from set_extent_bitGravatar Josef Bacik 1-10/+8
2022-09-26btrfs: remove failed_start argument from set_extent_bitGravatar Josef Bacik 1-13/+9
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-20/+14
2022-09-26btrfs: drop exclusive_bits from set_extent_bitGravatar Josef Bacik 1-10/+10
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerGravatar Josef Bacik 1-8/+0
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cGravatar Josef Bacik 1-47/+0
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeGravatar Josef Bacik 1-10/+0
2022-09-26btrfs: temporarily export and then move extent state helpersGravatar Josef Bacik 1-0/+26
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsGravatar Josef Bacik 1-0/+13
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cGravatar Josef Bacik 1-0/+10
2022-09-26btrfs: export wait_extent_bitGravatar Josef Bacik 1-0/+1
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cGravatar Josef Bacik 1-5/+15
2022-09-26btrfs: move extent state init and alloc functions to their own fileGravatar Josef Bacik 1-0/+5
2022-09-26btrfs: temporarily export alloc_extent_state helpersGravatar Josef Bacik 1-0/+3
2022-09-26btrfs: separate out the extent state and extent buffer init codeGravatar Josef Bacik 1-2/+2
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeGravatar Josef Bacik 1-3/+0
2022-09-26btrfs: unexport internal failrec functionsGravatar Josef Bacik 1-6/+0
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsGravatar Josef Bacik 1-4/+2
2022-09-26btrfs: move btrfs_bio allocation to volumes.cGravatar Christoph Hellwig 1-3/+0
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathGravatar Ethan Lien 1-2/+2
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2020-12-08btrfs: use fixed width int type for extent_state::stateGravatar Qu Wenruo 1-17/+16