aboutsummaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-05radix-tree: fix contiguous iteratorGravatar Konstantin Khlebnikov 1-0/+3
2012-05-29radix-tree: fix preload vector sizeGravatar Nick Piggin 1-1/+14
2012-03-28radix-tree: rewrite gang lookup using iteratorGravatar Konstantin Khlebnikov 1-258/+33
2012-03-28radix-tree: introduce bit-optimized iteratorGravatar Konstantin Khlebnikov 1-0/+151
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-12radix_tree: take radix_tree_path off stackGravatar Hugh Dickins 1-78/+76
2011-10-31radix_tree: clean away saw_unset_tag leftoversGravatar Hugh Dickins 1-8/+2
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffGravatar Hugh Dickins 1-0/+92
2011-08-03radix_tree: exceptional entries and indicesGravatar Hugh Dickins 1-10/+19
2011-01-26radix_tree: radix_tree_gang_lookup_tag_slot() may never returnGravatar Toshiyuki Okajima 1-3/+4
2010-11-12radix-tree: fix RCU bugGravatar Nick Piggin 1-25/+58
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-15/+48
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+1
2010-08-22Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Gravatar Linus Torvalds 1-15/+48
2010-08-23radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsGravatar Dave Chinner 1-13/+44
2010-08-23radix-tree: clear all tags in radix_tree_node_rcu_freeGravatar Dave Chinner 1-2/+4
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Gravatar Jan Kara 1-1/+4
2010-08-19radix-tree: __rcu annotationsGravatar Arnd Bergmann 1-1/+1
2010-08-09radix-tree: omplement function radix_tree_range_tag_if_taggedGravatar Jan Kara 1-0/+94
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseGravatar Cesar Eduardo Barros 1-2/+2
2010-04-09radix_tree_tag_get() is not as safe as the docs make out [ver #2]Gravatar David Howells 1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-25radix-tree: Disable RCU lockdep checking in radix treeGravatar Paul E. McKenney 1-12/+12
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeGravatar David Howells 1-2/+0
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedGravatar David Howells 1-0/+3
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Gravatar Huang Shijie 1-47/+26
2009-06-16radix-tree: add radix_tree_prev_hole()Gravatar Wu Fengguang 1-0/+37
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+6
2009-01-06lib: radix_tree.c make percpu variable staticGravatar Harvey Harrison 1-1/+1
2009-01-06trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Gravatar Wu Fengguang 1-5/+6
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagGravatar Nick Piggin 1-23/+155
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-06-12radix-tree: fix small lockless radix-tree bugGravatar Nick Piggin 1-58/+62
2008-04-28Remove set_migrateflags()Gravatar Christoph Lameter 1-5/+4
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsGravatar Nick Piggin 1-4/+11
2007-10-17avoid negative (and full-width) shifts in radix-tree.cGravatar Peter Lund 1-6/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 1-2/+4
2007-10-16fix the max path calculation in radix-tree.cGravatar Jeff Moyer 1-4/+17
2007-10-16radix-tree: use indirect bitGravatar Nick Piggin 1-26/+43
2007-10-16radixtree: introduce radix_tree_next_hole()Gravatar Fengguang Wu 1-0/+36
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-14[LIB]: export radix_tree_preload()Gravatar David Chinner 1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+0
2006-12-07[PATCH] radix-tree: RCU lockless readsideGravatar Nick Piggin 1-100/+227
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-10-10[PATCH] gfp annotations: radix_tree_rootGravatar Al Viro 1-3/+3
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueGravatar Wu Fengguang 1-1/+1