index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+8
2026-02-03
btrfs: tests: add cleanup functions for test specific functions
Naohiro Aota
-0
/
+6
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
-0
/
+480
2026-02-03
btrfs: tests: prepare extent map tests for strict alignment checks
Qu Wenruo
-5
/
+11
2026-02-03
btrfs: tests: remove invalid file extent map tests
Qu Wenruo
-47
/
+49
2026-02-03
btrfs: use the btrfs_extent_map_end() helper everywhere
Filipe Manana
-16
/
+16
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
-2
/
+2
2026-01-09
btrfs: tests: fix return 0 on rmap test failure
Naohiro Aota
-0
/
+3
2026-01-09
btrfs: tests: fix root tree leak in btrfs_test_qgroups()
Zilin Guan
-3
/
+3
2025-12-08
btrfs: tests: fix double btrfs_path free in remove_extent_ref()
Dan Carpenter
-1
/
+0
2025-11-24
btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
-12
/
+4
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
-6
/
+3
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
-3
/
+3
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
-14
/
+14
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
-4
/
+3
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
-48
/
+45
2025-07-21
btrfs: make extent_buffer_test_bit() return a boolean instead
Filipe Manana
-7
/
+7
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
-1
/
+2
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
-20
/
+8
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
-3
/
+3
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
-6
/
+6
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
-58
/
+58
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
-20
/
+21
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
-6
/
+6
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
-4
/
+4
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
-12
/
+12
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
-8
/
+8
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
-14
/
+14
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
-3
/
+3
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
-12
/
+12
2025-05-15
btrfs: remove EXTENT_UPTODATE io tree flag
Filipe Manana
-1
/
+0
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
-8
/
+4
2025-03-18
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
-0
/
+1
2025-03-18
btrfs: merge alloc_dummy_extent_buffer() helpers
David Sterba
-3
/
+3
2025-03-18
btrfs: don't pass nodesize to __alloc_extent_buffer()
David Sterba
-3
/
+3
2025-02-17
btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction
David Disseldorp
-0
/
+1
2025-01-14
btrfs: selftests: add a selftest for deleting two out of three extents
Johannes Thumshirn
-0
/
+144
2025-01-14
btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
Johannes Thumshirn
-0
/
+183
2025-01-14
btrfs: selftests: add selftest for punching holes into the RAID stripe extents
Johannes Thumshirn
-0
/
+140
2025-01-14
btrfs: selftests: test RAID stripe-tree deletion spanning two items
Johannes Thumshirn
-0
/
+144
2025-01-14
btrfs: selftests: don't split RAID extents in half
Johannes Thumshirn
-16
/
+28
2025-01-14
btrfs: selftests: check for correct return value of failed lookup
Johannes Thumshirn
-1
/
+1
2025-01-14
btrfs: selftests: correct RAID stripe-tree feature flag setting
Johannes Thumshirn
-2
/
+2
2025-01-13
btrfs: selftests: add delayed ref self test cases
Josef Bacik
-0
/
+1039
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
-0
/
+221
2024-11-11
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
-0
/
+323
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
-5
/
+5
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
-0
/
+99
[next]