summaryrefslogtreecommitdiff
path: root/lib/xarray.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-21xarray: Add range store functionalityMatthew Wilcox1-2/+95
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox1-4/+84
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox1-0/+47
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox1-0/+50
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox1-0/+61
2018-10-21xarray: Step through an XArrayMatthew Wilcox1-0/+74
2018-10-21xarray: Destroy an XArrayMatthew Wilcox1-0/+28
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox1-0/+80
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox1-0/+292
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox1-0/+71
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-0/+693
2018-10-21xarray: Add XArray marksMatthew Wilcox1-2/+230
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+195
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox1-0/+44