aboutsummaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21radix tree: remove unused variableGravatar Arnd Bergmann 1-1/+0
2023-06-12radix-tree: move declarations to headerGravatar Arnd Bergmann 1-0/+2
2022-11-30lib/radix-tree.c: fix uninitialized variable compilation warningGravatar Rong Tao 1-1/+1
2022-07-17lib/radix-tree: remove unused argument of insert_entriesGravatar wuchi 1-2/+2
2021-04-16lib: remove "expecting prototype" kernel-doc warningsGravatar Randy Dunlap 1-5/+6
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 1-1/+0
2020-10-16lib: radix-tree: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-10-07radix tree test suite: Fix compilationGravatar Matthew Wilcox (Oracle) 1-1/+0
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-05-28radix-tree: Use local_lock for protectionGravatar Sebastian Andrzej Siewior 1-11/+9
2020-01-31ida: remove abandoned macrosGravatar Alex Shi 1-8/+0
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Gravatar Thomas Gleixner 1-14/+1
2018-12-06radix tree: Don't return retry entries from lookupGravatar Matthew Wilcox 1-2/+2
2018-10-21radix tree: Remove multiorder supportGravatar Matthew Wilcox 1-202/+13
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayGravatar Matthew Wilcox 1-12/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsGravatar Matthew Wilcox 1-13/+0
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderGravatar Matthew Wilcox 1-74/+0
2018-10-21radix tree: Remove split/join codeGravatar Matthew Wilcox 1-169/+2
2018-10-21radix tree: Remove radix_tree_update_node_tGravatar Matthew Wilcox 1-34/+8
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayGravatar Matthew Wilcox 1-43/+1
2018-10-21page cache: Add and replace pages using the XArrayGravatar Matthew Wilcox 1-3/+3
2018-10-21ida: Convert to XArrayGravatar Matthew Wilcox 1-71/+0
2018-10-21xarray: Add XArray unconditional store operationsGravatar Matthew Wilcox 1-2/+2
2018-10-21xarray: Add XArray load operationGravatar Matthew Wilcox 1-43/+0
2018-10-21xarray: Define struct xa_nodeGravatar Matthew Wilcox 1-24/+24
2018-10-21xarray: Add definition of struct xarrayGravatar Matthew Wilcox 1-38/+37
2018-09-29xarray: Change definition of sibling entriesGravatar Matthew Wilcox 1-45/+19
2018-09-29xarray: Replace exceptional entriesGravatar Matthew Wilcox 1-12/+9
2018-09-29idr: Permit any valid kernel pointer to be storedGravatar Matthew Wilcox 1-6/+15
2018-08-21ida: Remove old APIGravatar Matthew Wilcox 1-9/+0
2018-08-21radix-tree: Fix UBSAN warningGravatar Matthew Wilcox 1-1/+1
2018-05-25idr: fix invalid ptr dereference on item deleteGravatar Matthew Wilcox 1-1/+3
2018-05-18radix tree: fix multi-order iteration raceGravatar Ross Zwisler 1-4/+2
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsGravatar Matthew Wilcox 1-1/+2
2018-02-21ida: do zeroing in ida_pre_get()Gravatar Rasmus Villemoes 1-1/+1
2018-02-06idr: Remove idr_alloc_extGravatar Matthew Wilcox 1-1/+2
2017-11-15mm, truncate: do not check mapping for every page being truncatedGravatar Mel Gorman 1-17/+13
2017-09-08radix-tree: must check __radix_tree_preload() return valueGravatar Eric Dumazet 1-4/+5
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+3
2017-08-30idr: Add new APIs to support unsigned longGravatar Chris Mi 1-3/+3
2017-08-18drm/i915: Replace execbuf vma ht with an idrGravatar Chris Wilson 1-0/+1
2017-05-03lockdep: allow to disable reclaim lockup detectionGravatar Michal Hocko 1-0/+2
2017-03-07ida: Free correct IDA bitmapGravatar Matthew Wilcox 1-2/+2
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-229/+532
2017-02-13radix-tree: Fix __rcu annotationsGravatar Matthew Wilcox 1-59/+66
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsGravatar Matthew Wilcox 1-11/+15
2017-02-13radix_tree_iter_resume: Fix out of bounds errorGravatar Matthew Wilcox 1-1/+0
2017-02-13radix-tree: Store a pointer to the root in each nodeGravatar Matthew Wilcox 1-6/+8
2017-02-13radix-tree: Chain preallocated nodes through ->parentGravatar Matthew Wilcox 1-5/+4