Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-04-22XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2022-03-31XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)
2022-03-29XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-01-08XArray: Add xas_advance()Matthew Wilcox (Oracle)
2021-03-30XArray: Fix splitting to non-zero ordersMatthew Wilcox (Oracle)
2021-03-30XArray: Fix split documentationMatthew Wilcox (Oracle)
2020-10-21Merge 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_create_range for ranges above 4 billionMatthew Wilcox (Oracle)
2020-10-13XArray: Add private interface for workingset node deletionMatthew Wilcox (Oracle)
2020-03-13xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-02-27XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTIMatthew Wilcox (Oracle)
2020-01-31XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)
2020-01-31XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)
2020-01-18XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)
2020-01-18XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)
2020-01-18XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)
2019-11-09XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)
2019-07-02XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)
2019-05-31mm: fix page cache convergence regressionJohannes Weiner
2019-02-22XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox
2019-02-22XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox
2019-02-21XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox
2019-02-21XArray: Fix xa_release in allocating arraysMatthew 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-05XArray: Update xa_erase family descriptionsMatthew Wilcox
2019-01-07XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-07XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox
2019-01-07XArray: Turn xa_init_flags into a static inlineMatthew Wilcox
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox
2018-11-17XArray: Correct xa_store_rangeMatthew Wilcox
2018-11-06XArray: Fix DocumentationMatthew Wilcox
2018-11-06XArray: Handle NULL pointers differently for allocationMatthew Wilcox
2018-11-06XArray: Unify xa_store and __xa_storeMatthew Wilcox
2018-11-06XArray: Turn xa_erase into an exported functionMatthew Wilcox
2018-11-06XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox
2018-11-06XArray: Regularise xa_reserveMatthew Wilcox
2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew 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