summaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
Commit message (Expand)AuthorAgeFilesLines
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-0/+34
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-0/+44
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-0/+37
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-0/+32
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-211-0/+40
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-0/+56
* mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-0/+65
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-0/+61
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+40
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-211-0/+119
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-211-0/+68
* xarray: Step through an XArrayMatthew Wilcox2018-10-211-0/+115
* xarray: Destroy an XArrayMatthew Wilcox2018-10-211-0/+34
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-211-0/+183
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-211-0/+20
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-4/+173
* xarray: Add XArray marksMatthew Wilcox2018-10-211-0/+34
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+87