summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/test.c
AgeCommit message (Expand)AuthorLines
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox-2/+2
2018-10-21radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox-21/+9
2018-10-21radix tree tests: Move item_insert_orderMatthew Wilcox-9/+3
2018-10-21radix tree test suite: Remove __item_insertMatthew Wilcox-6/+1
2018-10-21radix tree test suite: Convert iteration test to XArrayMatthew Wilcox-6/+11
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox-22/+15
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox-22/+0
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox-3/+3
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox-1/+1
2018-05-18radix tree test suite: add item_delete_rcu()Ross Zwisler-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-13radix tree test suite: Fix leaky testsMatthew Wilcox-12/+16
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox-0/+34
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox-0/+22
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox-10/+19
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox-0/+7
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox-2/+2
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox-2/+2
2016-05-20radix tree test suite: remove dependencies on heightMatthew Wilcox-11/+23
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox-3/+10
2016-03-17radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox-2/+3
2016-03-17radix tree test harnessMatthew Wilcox-0/+218