summaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
AgeCommit message (Expand)AuthorLines
2019-02-21XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox-3/+5
2019-02-21XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox-1/+1
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox-36/+0
2019-02-20XArray: Fix xa_release in allocating arraysMatthew Wilcox-5/+1
2019-02-06XArray: Add cyclic allocationMatthew Wilcox-0/+50
2019-02-06XArray: Redesign xa_alloc APIMatthew Wilcox-15/+14
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox-0/+11
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox-2/+2
2019-02-04XArray: Update xa_erase family descriptionsMatthew Wilcox-9/+8
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox-0/+41
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox-9/+13
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox-29/+0
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox-5/+3
2018-11-16XArray: Correct xa_store_rangeMatthew Wilcox-2/+3
2018-11-05XArray: Fix DocumentationMatthew Wilcox-5/+5
2018-11-05XArray: Handle NULL pointers differently for allocationMatthew Wilcox-3/+10
2018-11-05XArray: Unify xa_store and __xa_storeMatthew Wilcox-33/+25
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox-0/+24
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox-41/+0
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox-11/+7
2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox-3/+3
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox-0/+2
2018-10-21xarray: Add range store functionalityMatthew Wilcox-2/+95
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox-4/+84
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox-0/+47
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox-0/+50
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox-0/+61
2018-10-21xarray: Step through an XArrayMatthew Wilcox-0/+74
2018-10-21xarray: Destroy an XArrayMatthew Wilcox-0/+28
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox-0/+80
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox-0/+292
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox-0/+71
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox-0/+693
2018-10-21xarray: Add XArray marksMatthew Wilcox-2/+230
2018-10-21xarray: Add XArray load operationMatthew Wilcox-0/+195
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox-0/+44