summaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
Commit message (Expand)AuthorAgeFilesLines
* lib: remove "expecting prototype" kernel-doc warningsRandy Dunlap2021-04-161-5/+6
* Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2020-10-201-1/+0
|\
| * radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-071-1/+0
* | lib: radix-tree: delete duplicated wordsRandy Dunlap2020-10-161-1/+1
|/
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* radix-tree: Use local_lock for protectionSebastian Andrzej Siewior2020-05-281-11/+9
* ida: remove abandoned macrosAlex Shi2020-01-311-8/+0
* idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)2019-11-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-061-2/+2
* radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-202/+13
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-12/+0
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-211-13/+0
* radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox2018-10-211-74/+0
* radix tree: Remove split/join codeMatthew Wilcox2018-10-211-169/+2
* radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-211-34/+8
* shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-211-43/+1
* page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-3/+3
* ida: Convert to XArrayMatthew Wilcox2018-10-211-71/+0
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-2/+2
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-43/+0
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-24/+24
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-38/+37
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-291-45/+19
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-12/+9
* idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-291-6/+15
* ida: Remove old APIMatthew Wilcox2018-08-211-9/+0
* radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-211-1/+1
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-251-1/+3
* radix tree: fix multi-order iteration raceRoss Zwisler2018-05-181-4/+2
* radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-111-1/+2
* ida: do zeroing in ida_pre_get()Rasmus Villemoes2018-02-211-1/+1
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-061-1/+2
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-151-17/+13
* radix-tree: must check __radix_tree_preload() return valueEric Dumazet2017-09-081-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-3/+3
|\
| * idr: Add new APIs to support unsigned longChris Mi2017-08-301-3/+3
* | drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-0/+1
|/
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-031-0/+2
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-071-2/+2
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-229/+532
|\
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-131-59/+66
| * radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-131-11/+15
| * radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-131-1/+0
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-131-6/+8
| * radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-131-5/+4
| * ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-131-0/+8
| * ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-131-3/+42
| * Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-131-88/+287
| * radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-131-31/+60