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
/
tests
Age
Commit message (
Expand
)
Author
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
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 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: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
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
2025-03-18
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
2025-03-18
btrfs: merge alloc_dummy_extent_buffer() helpers
David Sterba
2025-03-18
btrfs: don't pass nodesize to __alloc_extent_buffer()
David Sterba
2025-02-17
btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction
David Disseldorp
2025-01-14
btrfs: selftests: add a selftest for deleting two out of three extents
Johannes Thumshirn
2025-01-14
btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
Johannes Thumshirn
2025-01-14
btrfs: selftests: add selftest for punching holes into the RAID stripe extents
Johannes Thumshirn
2025-01-14
btrfs: selftests: test RAID stripe-tree deletion spanning two items
Johannes Thumshirn
2025-01-14
btrfs: selftests: don't split RAID extents in half
Johannes Thumshirn
2025-01-14
btrfs: selftests: check for correct return value of failed lookup
Johannes Thumshirn
2025-01-14
btrfs: selftests: correct RAID stripe-tree feature flag setting
Johannes Thumshirn
2025-01-13
btrfs: selftests: add delayed ref self test cases
Josef Bacik
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
2024-11-11
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2023-12-15
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: unexport add_extent_mapping()
Filipe Manana
2023-12-15
btrfs: tests: print all values as decimal in messages for extent map tests
Filipe Manana
2023-12-15
btrfs: tests: do not ignore NULL extent maps for extent maps tests
Filipe Manana
[next]