index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: selftests: add a selftest for deleting two out of three extents
Johannes Thumshirn
2025-01-14
1
-0
/
+144
*
btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
Johannes Thumshirn
2025-01-14
1
-0
/
+183
*
btrfs: selftests: add selftest for punching holes into the RAID stripe extents
Johannes Thumshirn
2025-01-14
1
-0
/
+140
*
btrfs: selftests: test RAID stripe-tree deletion spanning two items
Johannes Thumshirn
2025-01-14
1
-0
/
+144
*
btrfs: selftests: don't split RAID extents in half
Johannes Thumshirn
2025-01-14
1
-16
/
+28
*
btrfs: selftests: check for correct return value of failed lookup
Johannes Thumshirn
2025-01-14
1
-1
/
+1
*
btrfs: selftests: correct RAID stripe-tree feature flag setting
Johannes Thumshirn
2025-01-14
1
-2
/
+2
*
btrfs: selftests: add delayed ref self test cases
Josef Bacik
2025-01-13
3
-0
/
+1039
*
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
2024-11-11
1
-0
/
+221
*
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
2024-11-11
3
-0
/
+323
*
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
2024-09-10
1
-5
/
+5
*
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
2024-07-25
1
-0
/
+99
*
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
2
-80
/
+66
*
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
1
-28
/
+13
*
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
2
-57
/
+36
*
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2024-07-11
2
-2
/
+56
*
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
2024-07-11
1
-3
/
+3
*
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
2024-07-11
1
-3
/
+3
*
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
1
-2
/
+1
*
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
1
-3
/
+1
*
btrfs: use btrfs_is_testing() everywhere
David Sterba
2024-05-07
1
-2
/
+1
*
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
2024-05-07
1
-9
/
+10
*
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
2024-05-07
1
-8
/
+35
*
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
2024-05-07
1
-88
/
+86
*
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
2024-04-18
1
-0
/
+5
*
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
2024-03-04
1
-4
/
+24
*
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
2024-03-04
1
-20
/
+20
*
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-12-15
1
-2
/
+2
*
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
2
-32
/
+32
*
btrfs: unexport add_extent_mapping()
Filipe Manana
2023-12-15
1
-22
/
+23
*
btrfs: tests: print all values as decimal in messages for extent map tests
Filipe Manana
2023-12-15
1
-7
/
+7
*
btrfs: tests: do not ignore NULL extent maps for extent maps tests
Filipe Manana
2023-12-15
1
-10
/
+30
*
btrfs: tests: fix error messages for test case 4 of extent map tests
Filipe Manana
2023-12-15
1
-2
/
+2
*
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
2023-12-15
1
-1
/
+1
*
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
3
-31
/
+13
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
2
-3
/
+15
*
btrfs: tests: test invalid splitting when skipping pinned drop extent_map
Josef Bacik
2023-08-21
1
-0
/
+138
*
btrfs: tests: add a test for btrfs_add_extent_mapping
Josef Bacik
2023-08-21
1
-0
/
+56
*
btrfs: tests: add extent_map tests for dropping with odd layouts
Josef Bacik
2023-08-21
1
-0
/
+218
*
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
2023-08-21
1
-0
/
+144
*
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
2023-08-21
1
-51
/
+107
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-7
/
+6
*
btrfs: open code set_extent_bits
David Sterba
2023-06-19
1
-5
/
+6
*
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
1
-3
/
+3
*
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-04-17
1
-1
/
+0
*
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-02-20
1
-1
/
+1
|
\
|
*
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
2023-02-15
1
-1
/
+1
*
|
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
/
*
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
2
-3
/
+3
*
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
2022-12-05
1
-1
/
+1
[next]