aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/radix-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-21radix tree: remove unused variableArnd Bergmann1-1/+0
2023-06-12radix-tree: move declarations to headerArnd Bergmann1-0/+2
2022-11-30lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao1-1/+1
2022-07-17lib/radix-tree: remove unused argument of insert_entrieswuchi1-2/+2
2021-04-16lib: remove "expecting prototype" kernel-doc warningsRandy Dunlap1-5/+6
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-1/+0
2020-10-16lib: radix-tree: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)1-1/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-28radix-tree: Use local_lock for protectionSebastian Andrzej Siewior1-11/+9
2020-01-31ida: remove abandoned macrosAlex Shi1-8/+0
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox1-2/+2
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox1-202/+13
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox1-12/+0
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox1-13/+0
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox1-74/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox1-169/+2
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox1-34/+8
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox1-43/+1
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox1-3/+3
2018-10-21ida: Convert to XArrayMatthew Wilcox1-71/+0
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-2/+2
2018-10-21xarray: Add XArray load operationMatthew Wilcox1-43/+0
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-24/+24
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox1-38/+37
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox1-45/+19
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-12/+9
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox1-6/+15
2018-08-21ida: Remove old APIMatthew Wilcox1-9/+0
2018-08-21radix-tree: Fix UBSAN warningMatthew Wilcox1-1/+1
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox1-1/+3
2018-05-18radix tree: fix multi-order iteration raceRoss Zwisler1-4/+2
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox1-1/+2
2018-02-21ida: do zeroing in ida_pre_get()Rasmus Villemoes1-1/+1
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox1-1/+2
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-17/+13
2017-09-08radix-tree: must check __radix_tree_preload() return valueEric Dumazet1-4/+5
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2017-08-30idr: Add new APIs to support unsigned longChris Mi1-3/+3
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-0/+1
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko1-0/+2
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox1-2/+2
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-229/+532
2017-02-13radix-tree: Fix __rcu annotationsMatthew Wilcox1-59/+66
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox1-11/+15
2017-02-13radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox1-1/+0
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox1-6/+8
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox1-5/+4