summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/test.h
AgeCommit message (Expand)Author
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox
2018-10-21radix tree tests: Move item_insert_orderMatthew Wilcox
2018-10-21radix tree test suite: Remove __item_insertMatthew Wilcox
2018-10-21radix tree test suite: Convert iteration test to XArrayMatthew Wilcox
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21xarray: Add XArray load operationMatthew Wilcox
2018-08-21ida: Start new test_ida moduleMatthew Wilcox
2018-05-18radix tree test suite: multi-order iteration raceRoss Zwisler
2018-05-18radix tree test suite: add item_delete_rcu()Ross Zwisler
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox
2016-10-11radix-tree tests: add iteration testRoss Zwisler
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox
2016-05-20radix tree test suite: remove dependencies on heightMatthew Wilcox
2016-05-20radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox
2016-03-17radix tree test harnessMatthew Wilcox