summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests/extent-map-tests.c
AgeCommit message (Expand)Author
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: tests: print all values as decimal in messages for extent map testsFilipe Manana
2023-12-15btrfs: tests: do not ignore NULL extent maps for extent maps testsFilipe Manana
2023-12-15btrfs: tests: fix error messages for test case 4 of extent map testsFilipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba
2019-04-29btrfs: tests: fix comments about tested extent map rangesDavid Sterba
2019-04-29btrfs: tests: use SZ_ constants everywhereDavid Sterba
2019-04-29btrfs: tests: use standard error message after extent map allocation failureDavid Sterba
2019-04-29btrfs: tests: return error from all extent map test casesDavid Sterba
2019-04-29btrfs: tests: return errors from extent map test case 4David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 3David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 2David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 1David Sterba
2019-04-29btrfs: tests: return errors from extent map testsDavid Sterba
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo
2018-01-22Btrfs: add extent map selftestsLiu Bo