summaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
Commit message (Expand)AuthorAgeFilesLines
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-131-5/+3Star
* XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
* XArray: Fix DocumentationMatthew Wilcox2018-11-051-5/+5
* XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-3/+10
* XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25Star
* XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-0/+24
* XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-41/+0Star
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-11/+7Star
* XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3
* XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-051-0/+2
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-2/+95
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-4/+84
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+47
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-211-0/+50
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-211-0/+61
* xarray: Step through an XArrayMatthew Wilcox2018-10-211-0/+74
* xarray: Destroy an XArrayMatthew Wilcox2018-10-211-0/+28
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+80
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-211-0/+292
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-211-0/+71
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-0/+693
* xarray: Add XArray marksMatthew Wilcox2018-10-211-2/+230
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+195
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-0/+44