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