summaryrefslogtreecommitdiffstats
path: root/include/linux/xarray.h
Commit message (Expand)AuthorAgeFilesLines
* mm: fix page cache convergence regressionJohannes Weiner2019-05-311-0/+1
* XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-201-22/+3Star
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-201-13/+23
* XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-091-11/+12
* XArray: Add cyclic allocationMatthew Wilcox2019-02-061-0/+102
* XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-061-29/+51
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-061-1/+13
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-3/+3
* XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-051-6/+6
* XArray: Fix an arithmetic error in xa_is_errDan Carpenter2019-01-171-1/+1
* XArray: Fix typo in commentCyrill Gorcunov2019-01-141-1/+1
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-071-39/+71
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-071-3/+15
* XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-071-13/+65
* XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-071-1/+18
* XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-0/+54
* XArray: Fix DocumentationMatthew Wilcox2018-11-051-2/+2
* XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-0/+52
* XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-17/+1Star
* XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-44/+69
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-1/+79
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-0/+2
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-0/+101
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-2/+32
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-211-0/+13
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-211-0/+17
* xarray: Step through an XArrayMatthew Wilcox2018-10-211-0/+67
* xarray: Destroy an XArrayMatthew Wilcox2018-10-211-0/+1
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+2
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-211-0/+165
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-211-0/+60
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-2/+145
* xarray: Add XArray marksMatthew Wilcox2018-10-211-0/+63
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+336
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-0/+27
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-0/+70
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-301-0/+92
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-0/+102
* Update email addressMatthew Wilcox2018-09-301-1/+1
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-0/+24