index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
1
-0
/
+1
2025-03-18
btrfs: merge alloc_dummy_extent_buffer() helpers
David Sterba
1
-3
/
+3
2025-03-18
btrfs: don't pass nodesize to __alloc_extent_buffer()
David Sterba
1
-3
/
+3
2025-02-17
btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction
David Disseldorp
1
-0
/
+1
2025-01-14
btrfs: selftests: add a selftest for deleting two out of three extents
Johannes Thumshirn
1
-0
/
+144
2025-01-14
btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
Johannes Thumshirn
1
-0
/
+183
2025-01-14
btrfs: selftests: add selftest for punching holes into the RAID stripe extents
Johannes Thumshirn
1
-0
/
+140
2025-01-14
btrfs: selftests: test RAID stripe-tree deletion spanning two items
Johannes Thumshirn
1
-0
/
+144
2025-01-14
btrfs: selftests: don't split RAID extents in half
Johannes Thumshirn
1
-16
/
+28
2025-01-14
btrfs: selftests: check for correct return value of failed lookup
Johannes Thumshirn
1
-1
/
+1
2025-01-14
btrfs: selftests: correct RAID stripe-tree feature flag setting
Johannes Thumshirn
1
-2
/
+2
2025-01-13
btrfs: selftests: add delayed ref self test cases
Josef Bacik
3
-0
/
+1039
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
1
-0
/
+221
2024-11-11
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
3
-0
/
+323
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
1
-5
/
+5
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
1
-0
/
+99
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2
-80
/
+66
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-28
/
+13
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2
-57
/
+36
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2
-2
/
+56
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
1
-3
/
+3
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
1
-3
/
+3
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-2
/
+1
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-3
/
+1
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
1
-2
/
+1
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
1
-9
/
+10
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
1
-8
/
+35
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
1
-88
/
+86
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
1
-0
/
+5
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
1
-4
/
+24
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-20
/
+20
2023-12-15
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
1
-2
/
+2
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2
-32
/
+32
2023-12-15
btrfs: unexport add_extent_mapping()
Filipe Manana
1
-22
/
+23
2023-12-15
btrfs: tests: print all values as decimal in messages for extent map tests
Filipe Manana
1
-7
/
+7
2023-12-15
btrfs: tests: do not ignore NULL extent maps for extent maps tests
Filipe Manana
1
-10
/
+30
2023-12-15
btrfs: tests: fix error messages for test case 4 of extent map tests
Filipe Manana
1
-2
/
+2
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
1
-1
/
+1
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
3
-31
/
+13
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2
-3
/
+15
2023-08-21
btrfs: tests: test invalid splitting when skipping pinned drop extent_map
Josef Bacik
1
-0
/
+138
2023-08-21
btrfs: tests: add a test for btrfs_add_extent_mapping
Josef Bacik
1
-0
/
+56
2023-08-21
btrfs: tests: add extent_map tests for dropping with odd layouts
Josef Bacik
1
-0
/
+218
2023-08-21
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
1
-0
/
+144
2023-08-21
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
1
-51
/
+107
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
1
-7
/
+6
2023-06-19
btrfs: open code set_extent_bits
David Sterba
1
-5
/
+6
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
1
-3
/
+3
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-1
/
+0
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-1
/
+1
[next]