summaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
AgeCommit message (Expand)AuthorLines
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