summaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
AgeCommit message (Expand)AuthorLines
2021-03-30XArray: Fix splitting to non-zero ordersMatthew Wilcox (Oracle)-12/+14
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds-6/+26
2020-10-16XArray: add xas_splitMatthew Wilcox (Oracle)-0/+44
2020-10-16XArray: add xa_get_orderMatthew Wilcox (Oracle)-0/+21
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)-6/+1
2020-10-08XArray: Test marked multiorder iterationsMatthew Wilcox (Oracle)-0/+22
2020-10-07XArray: Test two more things about xa_cmpxchgMatthew Wilcox (Oracle)-0/+3
2020-01-31XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)-0/+37
2020-01-31XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)-0/+18
2020-01-17XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)-0/+5
2020-01-17XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)-13/+19
2020-01-17XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)-0/+17
2019-11-08XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)-0/+22
2019-07-01XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)-0/+24
2019-06-02XArray tests: Add check_insertMatthew Wilcox-0/+38
2019-02-21XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox-0/+10
2019-02-21XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox-1/+15
2019-02-20XArray: Fix xa_release in allocating arraysMatthew Wilcox-4/+24
2019-02-09XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox-5/+5
2019-02-06XArray: Add cyclic allocationMatthew Wilcox-0/+53
2019-02-06XArray: Redesign xa_alloc APIMatthew Wilcox-16/+70
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox-33/+55
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox-2/+2
2019-02-04XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox-0/+3
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox-3/+3
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox-3/+5
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox-0/+30
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox-6/+5
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox-0/+2
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox-0/+33
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox-0/+31
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox-43/+48
2018-11-19XArray tests: Add missing lockingMatthew Wilcox-0/+10
2018-11-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox-2/+2
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox-0/+6
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox-1/+29
2018-10-21xarray: Add range store functionalityMatthew Wilcox-0/+34
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox-0/+44
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox-0/+37
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox-0/+32
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox-0/+40
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox-0/+56
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox-0/+65
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox-0/+61
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox-0/+40
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox-0/+119
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox-0/+68
2018-10-21xarray: Step through an XArrayMatthew Wilcox-0/+115
2018-10-21xarray: Destroy an XArrayMatthew Wilcox-0/+34
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox-0/+183