aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
Commit message (Expand)AuthorAge
* XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-07-01
* mm: fix page cache convergence regressionJohannes Weiner2019-05-31
* XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox2019-02-21
* XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox2019-02-21
* XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox2019-02-20
* XArray: Fix xa_release in allocating arraysMatthew Wilcox2019-02-20
* 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: Honour reserved entries in xa_insertMatthew Wilcox2019-01-06
* XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-06
* XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-06
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-13
* XArray: Correct xa_store_rangeMatthew Wilcox2018-11-16
* XArray: Fix DocumentationMatthew Wilcox2018-11-05
* XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-05
* XArray: Unify xa_store and __xa_storeMatthew 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: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-05
* XArray: Fix xa_for_each with a single element at 0Matthew 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: Add definition of struct xarrayMatthew Wilcox2018-10-21