summaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
Commit message (Expand)AuthorAgeFilesLines
* XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-211-0/+10
* XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-211-1/+15
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-201-4/+24
* XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-091-5/+5
* XArray: Add cyclic allocationMatthew Wilcox2019-02-061-0/+53
* XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-061-16/+70
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-061-33/+55
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-2/+2
* XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox2019-02-041-0/+3
* XArray tests: Check mark 2 gets squashedMatthew Wilcox2019-01-141-3/+3
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-061-3/+5
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-061-0/+30
* XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-061-6/+5
* XArray tests: Add RCU lockingMatthew Wilcox2019-01-061-0/+2
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-131-0/+33
* XArray tests: Check iterating over multiorder entriesMatthew Wilcox2018-12-061-0/+31
* XArray tests: Handle larger indices more elegantlyMatthew Wilcox2018-12-061-43/+48
* XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
* XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-0/+6
* XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-051-1/+29
* 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