summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/test.h
Commit message (Expand)AuthorAgeFilesLines
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-071-4/+0
* xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)2020-03-121-0/+1
* radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-211-1/+1
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-211-2/+0
* radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-211-1/+0
* radix tree test suite: Convert iteration test to XArrayMatthew Wilcox2018-10-211-0/+1
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-3/+2
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-1/+0
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+1
* ida: Start new test_ida moduleMatthew Wilcox2018-08-211-2/+1
* radix tree test suite: multi-order iteration raceRoss Zwisler2018-05-181-0/+1
* radix tree test suite: add item_delete_rcu()Ross Zwisler2018-05-181-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-071-0/+1
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-131-0/+2
* radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-141-1/+1
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-141-0/+5
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-0/+3
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-0/+2
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-0/+1
* radix tree test suite: record order in each itemMatthew Wilcox2016-12-141-3/+3
* radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-141-0/+1
* radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-141-0/+1
* radix-tree tests: add iteration testRoss Zwisler2016-10-111-0/+1
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-201-1/+0
* radix tree test suite: remove dependencies on heightMatthew Wilcox2016-05-201-1/+2
* radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-201-0/+1
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-201-1/+5
* radix tree test harnessMatthew Wilcox2016-03-171-0/+40