summaryrefslogtreecommitdiffstats
path: root/include/linux/xarray.h
Commit message (Expand)AuthorAge
* mm: fix page cache convergence regressionJohannes Weiner2019-05-31
* XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-20
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-20
* XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox2019-02-09
* XArray: Add cyclic allocationMatthew Wilcox2019-02-06
* XArray: Redesign xa_alloc APIMatthew Wilcox2019-02-06
* XArray: Add support for 1s-based allocationMatthew Wilcox2019-02-06
* XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-06
* XArray: Update xa_erase family descriptionsMatthew Wilcox2019-02-04
* XArray: Fix an arithmetic error in xa_is_errDan Carpenter2019-01-17
* XArray: Fix typo in commentCyrill Gorcunov2019-01-14
* XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-06
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-06
* XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-06
* XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-06
* XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-06
* XArray: Fix DocumentationMatthew Wilcox2018-11-05
* XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-05
* XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-05
* XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-05
* XArray: Regularise xa_reserveMatthew Wilcox2018-11-05
* xarray: Add range store functionalityMatthew Wilcox2018-10-21
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-21
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-21
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-21
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-21
* xarray: Step through an XArrayMatthew Wilcox2018-10-21
* xarray: Destroy an XArrayMatthew Wilcox2018-10-21
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-21
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-21
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-21
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-21
* xarray: Add XArray marksMatthew Wilcox2018-10-21
* xarray: Add XArray load operationMatthew Wilcox2018-10-21
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-21
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-21
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-29
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-29
* Update email addressMatthew Wilcox2018-09-29
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-11