summaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-131-28/+40
| * radix tree: constify some pointersMatthew Wilcox2017-01-271-26/+31
* | EXPORT_SYMBOL radix_tree_replace_slotSong Liu2017-02-131-0/+1
|/
* radix-tree: fix private list warningsMatthew Wilcox2017-01-241-1/+1
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-2/+9
* redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-151-1/+0
* radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-141-21/+20
* radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-141-16/+44
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-141-1/+23
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-4/+138
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-31/+152
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-141-97/+20
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-141-99/+0
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-17/+121
* radix-tree: improve dump outputMatthew Wilcox2016-12-141-23/+26
* radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox2016-12-141-10/+7
* radix-tree: create node_tag_set()Matthew Wilcox2016-12-141-22/+19
* radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-141-0/+1
* radix-tree: fix typoMatthew Wilcox2016-12-141-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-107/+190
|\
| * mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-121-19/+6
| * lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-121-13/+29
| * lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner2016-12-121-111/+116
| * lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-14/+49
| * lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-121-3/+43
| * Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-091-0/+1
| * radix tree test suite: fix compilationMatthew Wilcox2016-12-071-1/+0
* | lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-13/+12
|/
OpenPOWER on IntegriCloud