summaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
Commit message (Expand)AuthorAgeFilesLines
* XArray: Fix splitting to non-zero ordersMatthew Wilcox (Oracle)2021-03-301-12/+14
* Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2020-10-201-6/+26
|\
| * XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)2020-10-131-6/+1
| * XArray: Test marked multiorder iterationsMatthew Wilcox (Oracle)2020-10-081-0/+22
| * XArray: Test two more things about xa_cmpxchgMatthew Wilcox (Oracle)2020-10-071-0/+3
* | XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-161-0/+44
* | XArray: add xa_get_orderMatthew Wilcox (Oracle)2020-10-161-0/+21
|/
* XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)2020-01-311-0/+37
* XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)2020-01-311-0/+18
* XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)2020-01-171-0/+5
* XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)2020-01-171-13/+19
* XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)2020-01-171-0/+17
* XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2019-11-081-0/+22
* XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-07-011-0/+24
* XArray tests: Add check_insertMatthew Wilcox2019-06-021-0/+38
* 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