index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-io-tree.h
Age
Commit message (
Expand
)
Author
2025-05-15
btrfs: make extent unpinning more efficient when committing transaction
Filipe Manana
2025-05-15
btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of int
Filipe Manana
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to get inode and fs_info from an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: rename __lock_extent() and __try_lock_extent()
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to dio lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()
Filipe Manana
2025-05-15
btrfs: pass a pointer to get_range_bits() to cache first search result
Filipe Manana
2025-05-15
btrfs: allow folios to be released while ordered extent is finishing
Filipe Manana
2025-05-15
btrfs: remove EXTENT_UPTODATE io tree flag
Filipe Manana
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
2024-09-10
btrfs: introduce EXTENT_DIO_LOCKED
Josef Bacik
2024-03-04
btrfs: add forward declarations and headers, part 2
David Sterba
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
2023-10-12
btrfs: make wait_extent_bit() static
Filipe Manana
2023-10-12
btrfs: change test_range_bit to scan the whole range
David Sterba
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
btrfs: open code set_extent_bits
David Sterba
2023-06-19
btrfs: open code set_extent_bits_nowait
David Sterba
2023-06-19
btrfs: open code set_extent_dirty
David Sterba
2023-06-19
btrfs: open code set_extent_new
David Sterba
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
btrfs: open code set_extent_defrag
David Sterba
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
2022-12-05
btrfs: allow passing a cached state record to count_range_bits()
Filipe Manana
2022-12-05
btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_tree
Filipe Manana
2022-12-05
btrfs: switch extent_io_tree::private_data to btrfs_inode and rename
David Sterba
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
btrfs: remove unused unlock_extent_atomic
Josef Bacik
2022-12-05
btrfs: convert EXTENT_* bits to enums
David Sterba
2022-12-05
btrfs: cache the failed state when locking extents
Josef Bacik
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
2022-09-26
btrfs: get rid of extent_io_tree::dirty_bytes
Josef Bacik
2022-09-26
btrfs: remove extent_io_tree::track_uptodate
Josef Bacik
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
btrfs: drop extent_changeset from set_extent_bit
Josef Bacik
2022-09-26
btrfs: remove failed_start argument from set_extent_bit
Josef Bacik
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
[next]