summaryrefslogtreecommitdiff
path: root/include/linux/xarray.h
AgeCommit message (Expand)Author
2021-03-30XArray: Add xa_limit_16bMatthew Wilcox (Oracle)
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-16XArray: add xas_splitMatthew Wilcox (Oracle)
2020-10-16XArray: add xa_get_orderMatthew Wilcox (Oracle)
2020-10-13XArray: Fix xas_reload for multi-index entriesMatthew Wilcox (Oracle)
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)
2020-10-08XArray: Fix xas_for_each_conflict documentationMatthew Wilcox (Oracle)
2020-06-08xarray.h: correct return code documentation for xa_store_{bh,irq}()Manfred Spraul
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-01-31XArray: Fix incorrect comment in header fileChengguang Xu
2020-01-17XArray: Add xa_for_each_rangeMatthew Wilcox (Oracle)
2020-01-17XArray: Add wrappers for nested spinlocksMatthew Wilcox (Oracle)
2019-10-14xarray.h: fix kernel-doc warningRandy Dunlap
2019-05-31mm: fix page cache convergence regressionJohannes Weiner
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox
2019-02-20XArray: Fix xa_release in allocating arraysMatthew Wilcox
2019-02-09XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox
2019-02-06XArray: Add cyclic allocationMatthew Wilcox
2019-02-06XArray: Redesign xa_alloc APIMatthew Wilcox
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox
2019-02-04XArray: Update xa_erase family descriptionsMatthew Wilcox
2019-01-17XArray: Fix an arithmetic error in xa_is_errDan Carpenter
2019-01-14XArray: Fix typo in commentCyrill Gorcunov
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox
2018-11-05XArray: Fix DocumentationMatthew Wilcox
2018-11-05XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox
2018-10-21xarray: Add range store functionalityMatthew Wilcox
2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox
2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox
2018-10-21xarray: Add xas_create_rangeMatthew Wilcox
2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox
2018-10-21xarray: Step through an XArrayMatthew Wilcox
2018-10-21xarray: Destroy an XArrayMatthew Wilcox
2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox
2018-10-21xarray: Add XArray iteratorsMatthew Wilcox
2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox
2018-10-21xarray: Add XArray marksMatthew Wilcox
2018-10-21xarray: Add XArray load operationMatthew Wilcox
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox