summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-io-tree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add forward declarations and headers, part 2David Sterba2024-03-041-0/+7
* btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba2023-12-151-3/+15
* btrfs: make wait_extent_bit() staticFilipe Manana2023-10-121-2/+0
* btrfs: change test_range_bit to scan the whole rangeDavid Sterba2023-10-121-2/+2
* btrfs: add specific helper for range bit test existsDavid Sterba2023-10-121-0/+1
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-3/+3
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-7/+5
* btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba2023-06-191-0/+9
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-6/+0
* btrfs: open code set_extent_bits_nowaitDavid Sterba2023-06-191-6/+0
* btrfs: open code set_extent_dirtyDavid Sterba2023-06-191-6/+0
* btrfs: open code set_extent_newDavid Sterba2023-06-191-6/+0
* btrfs: open code set_extent_delallocDavid Sterba2023-06-191-9/+0
* btrfs: open code set_extent_defragDavid Sterba2023-06-191-8/+0
* btrfs: remove the io_failure_record infrastructureChristoph Hellwig2023-02-151-1/+0
* btrfs: allow passing a cached state record to count_range_bits()Filipe Manana2022-12-051-1/+2
* btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana2022-12-051-7/+0
* btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba2022-12-051-1/+2
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-051-2/+1
* btrfs: remove unused unlock_extent_atomicJosef Bacik2022-12-051-7/+0
* btrfs: convert EXTENT_* bits to enumsDavid Sterba2022-12-051-33/+38
* btrfs: cache the failed state when locking extentsJosef Bacik2022-12-051-1/+2
* btrfs: add a cached_state to try_lock_extentJosef Bacik2022-12-051-1/+2
* btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig2022-09-261-1/+0
* btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-10/+18
* btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik2022-09-261-1/+0
* btrfs: remove extent_io_tree::track_uptodateJosef Bacik2022-09-261-1/+0
* btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-16/+6
* btrfs: drop extent_changeset from set_extent_bitJosef Bacik2022-09-261-10/+8
* btrfs: remove failed_start argument from set_extent_bitJosef Bacik2022-09-261-13/+9
* btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-20/+14
* btrfs: drop exclusive_bits from set_extent_bitJosef Bacik2022-09-261-10/+10
* btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik2022-09-261-8/+0
* btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik2022-09-261-47/+0
* btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik2022-09-261-10/+0
* btrfs: temporarily export and then move extent state helpersJosef Bacik2022-09-261-0/+26
* btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik2022-09-261-0/+13
* btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik2022-09-261-0/+10
* btrfs: export wait_extent_bitJosef Bacik2022-09-261-0/+1
* btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik2022-09-261-5/+15
* btrfs: move extent state init and alloc functions to their own fileJosef Bacik2022-09-261-0/+5
* btrfs: temporarily export alloc_extent_state helpersJosef Bacik2022-09-261-0/+3
* btrfs: separate out the extent state and extent buffer init codeJosef Bacik2022-09-261-2/+2
* btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik2022-09-261-3/+0
* btrfs: unexport internal failrec functionsJosef Bacik2022-09-261-6/+0
* btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik2022-09-261-4/+2
* btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig2022-09-261-3/+0
* btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien2022-09-261-2/+2
* btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-2/+2
* btrfs: use fixed width int type for extent_state::stateQu Wenruo2020-12-081-17/+16