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