summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/multiorder.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49Star
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-211-0/+19
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-48/+0Star
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-173/+0Star
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-24/+0Star
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-6/+6
* radix tree: Remove split/join codeMatthew Wilcox2018-10-211-247/+0Star
* radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-211-1/+1
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-15/+15
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-3/+3
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-24/+23Star
* radix tree test suite: multi-order iteration raceRoss Zwisler2018-05-191-0/+63
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-161-1/+1
* radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-141-1/+14
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-141-8/+9
* radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-141-0/+7
* radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-151-4/+41
* radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-151-0/+23
* radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-151-12/+75
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-151-2/+40
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-151-0/+64
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-151-0/+58
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-151-8/+5Star
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-151-9/+19
* radix tree test suite: record order in each itemMatthew Wilcox2016-12-151-1/+1
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-1/+1
* radix tree test suite: Test radix_tree_replace_slot() for multiorder entriesMatthew Wilcox2016-09-251-4/+12
* radix-tree: tidy up next_chunkMatthew Wilcox2016-05-211-44/+55
* radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-211-1/+24
* radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-211-0/+5
* radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-211-0/+97
* radix tree test suite: multi-order iteration testRoss Zwisler2016-05-211-0/+92
* radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-211-0/+12
* radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-211-0/+39
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-211-0/+58