summaryrefslogtreecommitdiff
path: root/include/linux/xarray.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox1-0/+165
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox1-0/+60
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-2/+145
2018-10-21xarray: Add XArray marksMatthew Wilcox1-0/+63
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-0/+336
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-0/+27
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox1-0/+70
2018-09-30xarray: Change definition of sibling entriesMatthew Wilcox1-0/+92
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox1-0/+102
2018-09-30Update email addressMatthew Wilcox1-1/+1
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox1-0/+24