aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
Commit message (Expand)AuthorAge
* XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-07-01
* XArray tests: Add check_insertMatthew Wilcox2019-06-02
* XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-21
* XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-21
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-20
* XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-09
* XArray: Add cyclic allocationMatthew Wilcox2019-02-06
* XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-06
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-06
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-06
* XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox2019-02-04
* XArray tests: Check mark 2 gets squashedMatthew Wilcox2019-01-14
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-06
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-06
* XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-06
* XArray tests: Add RCU lockingMatthew Wilcox2019-01-06
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-13
* XArray tests: Check iterating over multiorder entriesMatthew Wilcox2018-12-06
* XArray tests: Handle larger indices more elegantlyMatthew Wilcox2018-12-06
* XArray tests: Add missing lockingMatthew Wilcox2018-11-19
* XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-16
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-05
* XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-05
* xarray: Add range store functionalityMatthew Wilcox2018-10-21
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-21
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-21
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-21
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-21
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-21
* mm: Convert workingset to XArrayMatthew Wilcox2018-10-21
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-21
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-21
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-21
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-21
* xarray: Step through an XArrayMatthew Wilcox2018-10-21
* xarray: Destroy an XArrayMatthew Wilcox2018-10-21
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-21
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-21
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-21
* xarray: Add XArray marksMatthew Wilcox2018-10-21
* xarray: Add XArray load operationMatthew Wilcox2018-10-21