aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/extent-io-tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: make extent unpinning more efficient when committing transactionFilipe Manana1-0/+3
2025-05-15btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of intFilipe Manana1-2/+2
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana1-9/+9
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana1-1/+1
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana1-9/+9
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana1-3/+3
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana1-2/+2
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-7/+7
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-2/+2
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-17/+19
2025-05-15btrfs: rename __lock_extent() and __try_lock_extent()Filipe Manana1-8/+8
2025-05-15btrfs: add btrfs prefix to dio lock and unlock extent functionsFilipe Manana1-6/+6
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-6/+6
2025-05-15btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()Filipe Manana1-1/+0
2025-05-15btrfs: pass a pointer to get_range_bits() to cache first search resultFilipe Manana1-1/+2
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana1-0/+6
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana1-1/+0
2025-05-15btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_treeFilipe Manana1-7/+0
2024-09-10btrfs: introduce EXTENT_DIO_LOCKEDJosef Bacik1-4/+34
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba1-0/+7
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-3/+15
2023-10-12btrfs: make wait_extent_bit() staticFilipe Manana1-2/+0
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-2/+2
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-0/+1
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-3/+3
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-7/+5
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-0/+9
2023-06-19btrfs: open code set_extent_bitsDavid Sterba1-6/+0
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba1-6/+0
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba1-6/+0
2023-06-19btrfs: open code set_extent_newDavid Sterba1-6/+0
2023-06-19btrfs: open code set_extent_delallocDavid Sterba1-9/+0
2023-06-19btrfs: open code set_extent_defragDavid Sterba1-8/+0
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig1-1/+0
2022-12-05btrfs: allow passing a cached state record to count_range_bits()Filipe Manana1-1/+2
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana1-7/+0
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameDavid Sterba1-1/+2
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba1-2/+1
2022-12-05btrfs: remove unused unlock_extent_atomicJosef Bacik1-7/+0
2022-12-05btrfs: convert EXTENT_* bits to enumsDavid Sterba1-33/+38
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik1-1/+2
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik1-1/+2
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-10/+18
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik1-1/+0
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-16/+6
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-10/+8
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik1-13/+9
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-20/+14