summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-map-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-2/+2
* btrfs: unexport add_extent_mapping()Filipe Manana2023-12-151-22/+23
* btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana2023-12-151-7/+7
* btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana2023-12-151-10/+30
* btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana2023-12-151-2/+2
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-30/+10
* btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik2023-08-211-0/+138
* btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik2023-08-211-0/+56
* btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik2023-08-211-0/+218
* btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo2023-04-171-1/+0
* btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig2023-02-151-1/+1
* btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana2022-03-141-0/+2
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota2021-02-091-1/+1
* btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov2020-01-231-1/+153
* btrfs: tests: add locks around add_extent_mappingDavid Sterba2019-07-011-0/+22
* btrfs: tests: fix comments about tested extent map rangesDavid Sterba2019-04-291-2/+2
* btrfs: tests: use SZ_ constants everywhereDavid Sterba2019-04-291-3/+3
* btrfs: tests: use standard error message after extent map allocation failureDavid Sterba2019-04-291-4/+19
* btrfs: tests: return error from all extent map test casesDavid Sterba2019-04-291-12/+32
* btrfs: tests: return errors from extent map test case 4David Sterba2019-04-291-7/+14
* btrfs: tests: return errors from extent map test case 3David Sterba2019-04-291-5/+10
* btrfs: tests: return errors from extent map test case 2David Sterba2019-04-291-6/+14
* btrfs: tests: return errors from extent map test case 1David Sterba2019-04-291-6/+14
* btrfs: tests: return errors from extent map testsDavid Sterba2019-04-291-22/+46
* btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-291-1/+1
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-2/+2
* btrfs: tests: drop newline from test_msg stringsDavid Sterba2018-05-291-2/+2
* btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-291-15/+15
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-4/+4
* btrfs: tests: pass fs_info to extent_map testsDavid Sterba2018-05-281-16/+36
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King2018-03-261-1/+1
* Btrfs: extent map selftest: dio write vs dio readLiu Bo2018-01-221-0/+89
* Btrfs: extent map selftest: buffered write vs dio readLiu Bo2018-01-221-0/+74
* Btrfs: add extent map selftestsLiu Bo2018-01-221-0/+203