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
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-06-03XArray tests: Add check_insertMatthew Wilcox
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: 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-05XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox
2019-01-07XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-07XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox
2019-01-07XArray: Change xa_for_each iteratorMatthew Wilcox
2019-01-07XArray tests: Add RCU lockingMatthew Wilcox
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox
2018-11-19XArray tests: Add missing lockingMatthew Wilcox
2018-11-17XArray tests: Correct some 64-bit assumptionsMatthew Wilcox
2018-11-06XArray: Regularise xa_reserveMatthew 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: Move multiorder_check to in-kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21mm: Convert workingset to XArrayMatthew 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: 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