index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
extent-map-tests.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-31
/
+17
*
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
1
-9
/
+0
*
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2024-07-11
1
-1
/
+55
*
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: 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: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
1
-2
/
+2
*
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: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
1
-30
/
+10
*
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: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-04-17
1
-1
/
+0
*
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
2023-02-15
1
-1
/
+1
*
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2022-03-14
1
-0
/
+2
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
2021-02-09
1
-1
/
+1
*
btrfs: Add self-tests for btrfs_rmap_block
Nikolay Borisov
2020-01-23
1
-1
/
+153
*
btrfs: tests: add locks around add_extent_mapping
David Sterba
2019-07-01
1
-0
/
+22
*
btrfs: tests: fix comments about tested extent map ranges
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: tests: use SZ_ constants everywhere
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: tests: use standard error message after extent map allocation failure
David Sterba
2019-04-29
1
-4
/
+19
*
btrfs: tests: return error from all extent map test cases
David Sterba
2019-04-29
1
-12
/
+32
*
btrfs: tests: return errors from extent map test case 4
David Sterba
2019-04-29
1
-7
/
+14
*
btrfs: tests: return errors from extent map test case 3
David Sterba
2019-04-29
1
-5
/
+10
*
btrfs: tests: return errors from extent map test case 2
David Sterba
2019-04-29
1
-6
/
+14
*
btrfs: tests: return errors from extent map test case 1
David Sterba
2019-04-29
1
-6
/
+14
*
btrfs: tests: return errors from extent map tests
David Sterba
2019-04-29
1
-22
/
+46
*
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
2019-04-29
1
-1
/
+1
*
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-10-15
1
-2
/
+2
*
btrfs: tests: drop newline from test_msg strings
David Sterba
2018-05-29
1
-2
/
+2
*
btrfs: tests: add helper for error messages and update them
David Sterba
2018-05-29
1
-15
/
+15
*
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
1
-4
/
+4
*
btrfs: tests: pass fs_info to extent_map tests
David Sterba
2018-05-28
1
-16
/
+36
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_map
Colin Ian King
2018-03-26
1
-1
/
+1
*
Btrfs: extent map selftest: dio write vs dio read
Liu Bo
2018-01-22
1
-0
/
+89
*
Btrfs: extent map selftest: buffered write vs dio read
Liu Bo
2018-01-22
1
-0
/
+74
*
Btrfs: add extent map selftests
Liu Bo
2018-01-22
1
-0
/
+203