aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/tests/extent-map-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-25btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana1-0/+99
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo1-31/+17
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo1-28/+13
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo1-9/+0
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo1-1/+55
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana1-3/+3
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana1-3/+3
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana1-9/+10
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana1-8/+35
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana1-88/+86
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-0/+5
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-2/+2
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana1-22/+23
2023-12-15btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana1-7/+7
2023-12-15btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana1-10/+30
2023-12-15btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana1-2/+2
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-30/+10
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik1-0/+138
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik1-0/+56
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik1-0/+218
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-1/+0
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig1-1/+1
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana1-0/+2
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota1-1/+1
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov1-1/+153
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba1-0/+22
2019-04-29btrfs: tests: fix comments about tested extent map rangesDavid Sterba1-2/+2
2019-04-29btrfs: tests: use SZ_ constants everywhereDavid Sterba1-3/+3
2019-04-29btrfs: tests: use standard error message after extent map allocation failureDavid Sterba1-4/+19
2019-04-29btrfs: tests: return error from all extent map test casesDavid Sterba1-12/+32
2019-04-29btrfs: tests: return errors from extent map test case 4David Sterba1-7/+14
2019-04-29btrfs: tests: return errors from extent map test case 3David Sterba1-5/+10
2019-04-29btrfs: tests: return errors from extent map test case 2David Sterba1-6/+14
2019-04-29btrfs: tests: return errors from extent map test case 1David Sterba1-6/+14
2019-04-29btrfs: tests: return errors from extent map testsDavid Sterba1-22/+46
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-1/+1
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-2/+2
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-15/+15
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-4/+4
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba1-16/+36
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King1-1/+1
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo1-0/+89
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo1-0/+74
2018-01-22Btrfs: add extent map selftestsLiu Bo1-0/+203