summaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
AgeCommit message (Expand)Author
2015-02-12lib/radix-tree.c: change to simpler includeRasmus Villemoes
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas
2014-06-04lib/radix-tree.c: kernel-doc warning fixFabian Frederick
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03lib: radix_tree: tree node interfaceJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-04-03lib: radix-tree: add radix_tree_delete_item()Johannes Weiner
2014-03-04lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2012-06-05radix-tree: fix contiguous iteratorKonstantin Khlebnikov
2012-05-29radix-tree: fix preload vector sizeNick Piggin
2012-03-28radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov
2012-03-28radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-12radix_tree: take radix_tree_path off stackHugh Dickins
2011-10-31radix_tree: clean away saw_unset_tag leftoversHugh Dickins
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins
2011-01-26radix_tree: radix_tree_gang_lookup_tag_slot() may never returnToshiyuki Okajima
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-08-22Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Linus Torvalds
2010-08-23radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner
2010-08-23radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara
2010-08-19radix-tree: __rcu annotationsArnd Bergmann
2010-08-09radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros
2010-04-09radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-25radix-tree: Disable RCU lockdep checking in radix treePaul E. McKenney
2009-11-19FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells
2009-11-19FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells
2009-06-16lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Huang Shijie
2009-06-16radix-tree: add radix_tree_prev_hole()Wu Fengguang
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06lib: radix_tree.c make percpu variable staticHarvey Harrison
2009-01-06trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Wu Fengguang
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin
2008-07-04Christoph has movedChristoph Lameter
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin
2008-04-28Remove set_migrateflags()Christoph Lameter
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin
2007-10-17avoid negative (and full-width) shifts in radix-tree.cPeter Lund
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer