aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/xarray.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31mm: fix page cache convergence regressionJohannes Weiner1-0/+1
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox1-22/+3
2019-02-20XArray: Fix xa_release in allocating arraysMatthew Wilcox1-13/+23
2019-02-09XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox1-11/+12
2019-02-06XArray: Add cyclic allocationMatthew Wilcox1-0/+102
2019-02-06XArray: Redesign xa_alloc APIMatthew Wilcox1-29/+51
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox1-1/+13
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox1-3/+3
2019-02-04XArray: Update xa_erase family descriptionsMatthew Wilcox1-6/+6
2019-01-17XArray: Fix an arithmetic error in xa_is_errDan Carpenter1-1/+1
2019-01-14XArray: Fix typo in commentCyrill Gorcunov1-1/+1
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox1-39/+71
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox1-3/+15
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox1-13/+65
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox1-1/+18
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox1-0/+54
2018-11-05XArray: Fix DocumentationMatthew Wilcox1-2/+2
2018-11-05XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox1-0/+52
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox1-17/+1
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox1-44/+69
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox1-1/+79
2018-10-21xarray: Add range store functionalityMatthew Wilcox1-0/+2
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox1-0/+101
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox1-2/+32
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox1-0/+13
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox1-0/+17
2018-10-21xarray: Step through an XArrayMatthew Wilcox1-0/+67
2018-10-21xarray: Destroy an XArrayMatthew Wilcox1-0/+1
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox1-0/+2
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-29xarray: Change definition of sibling entriesMatthew Wilcox1-0/+92
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-0/+102
2018-09-29Update email addressMatthew Wilcox1-1/+1
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox1-0/+24