summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/test.c
Commit message (Expand)AuthorAgeFilesLines
* radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-211-2/+2
* radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox2018-10-211-21/+9
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-211-9/+3
* radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-211-6/+1
* radix tree test suite: Convert iteration test to XArrayMatthew Wilcox2018-10-211-6/+11
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-22/+15
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-22/+0
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-3/+3
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* radix tree test suite: add item_delete_rcu()Ross Zwisler2018-05-181-0/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-131-12/+16
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-0/+34
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-0/+22
* radix tree test suite: record order in each itemMatthew Wilcox2016-12-141-10/+19
* radix tree test suite: handle exceptional entriesMatthew Wilcox2016-12-141-0/+7
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-201-2/+2
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-201-2/+2
* radix tree test suite: remove dependencies on heightMatthew Wilcox2016-05-201-11/+23
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-201-3/+10
* radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2016-03-171-2/+3
* radix tree test harnessMatthew Wilcox2016-03-171-0/+218