summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/main.c
AgeCommit message (Expand)AuthorLines
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)-0/+1
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox-0/+1
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox-2/+2
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox-61/+0
2018-10-21xarray: Add XArray load operationMatthew Wilcox-0/+1
2018-08-21ida: Start new test_ida moduleMatthew Wilcox-2/+1
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox-9/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox-0/+1
2017-02-13radix tree test suite: Run iteration tests for longerMatthew Wilcox-2/+2
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva-17/+28
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox-0/+6
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox-1/+2
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox-8/+4
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox-4/+4
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox-2/+10
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov-0/+2
2016-12-14radix tree test suite: make runs more reproducibleMatthew Wilcox-2/+7
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox-0/+3
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox-10/+20
2016-10-11radix-tree tests: add iteration testRoss Zwisler-0/+1
2016-05-20radix-tree: add test for radix_tree_locate_item()Ross Zwisler-1/+14
2016-05-20radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox-12/+18
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox-0/+2
2016-05-20radix tree test suite: keep regression test runs shortRoss Zwisler-7/+15
2016-05-20radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox-0/+41
2016-03-17radix-tree tests: add regression3 testKonstantin Khlebnikov-0/+1
2016-03-17radix tree test harnessMatthew Wilcox-0/+271