1. 14b4687 mm: workingset: move shadow entry tracking to radix tree exceptional tracking by Johannes Weiner · 8 years ago
  2. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  3. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  4. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  5. 915045f radix-tree: 'slot' can be NULL in radix_tree_next_slot() by Ross Zwisler · 8 years ago
  6. d3798ae mm: filemap: don't plant shadow entries without radix tree node by Johannes Weiner · 8 years ago
  7. a23216a radix-tree: fix comment about "exceptional" bits by Ross Zwisler · 8 years ago
  8. c78c66d radix-tree: implement radix_tree_maybe_preload_order() by Kirill A. Shutemov · 8 years ago
  9. 3cb9185 radix-tree: fix radix_tree_iter_retry() for tagged iterators. by Andrey Ryabinin · 8 years ago
  10. 3bcadd6 radix-tree: free up the bottom bit of exceptional entries for reuse by Matthew Wilcox · 9 years ago
  11. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 9 years ago
  12. d604c32 radix-tree: introduce radix_tree_replace_clear_tags() by Matthew Wilcox · 9 years ago
  13. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 9 years ago
  14. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 9 years ago
  15. 30ff46cc radix-tree: rename INDIRECT_PTR to INTERNAL_NODE by Matthew Wilcox · 9 years ago
  16. d089126 radix-tree: remove root->height by Matthew Wilcox · 9 years ago
  17. c12e51b radix-tree: replace node->height with node->shift by Matthew Wilcox · 9 years ago
  18. 0c7fa0a radix-tree: split node->path into offset and height by Matthew Wilcox · 9 years ago
  19. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 9 years ago
  20. 6c4bd68 radix-tree: remove unused looping macros by Ross Zwisler · 9 years ago
  21. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 9 years ago
  22. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 9 years ago
  23. 7165092 radix-tree,shmem: introduce radix_tree_iter_next() by Matthew Wilcox · 9 years ago
  24. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 9 years ago
  25. f67c07f radix-tree: add an explicit include of bitops.h by Matthew Wilcox · 9 years ago
  26. 7320428 radix-tree: fix oops after radix_tree_iter_retry by Konstantin Khlebnikov · 9 years ago
  27. 46437f9 radix-tree: fix race in gang lookup by Matthew Wilcox · 9 years ago
  28. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  29. 243c213 include/linux/radix-tree.h: fix error in docs about locks by Adam Barth · 9 years ago
  30. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 11 years ago
  31. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 11 years ago
  32. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
  33. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 11 years ago
  34. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  35. fffaee3 radix-tree: fix contiguous iterator by Konstantin Khlebnikov · 13 years ago
  36. 78c1d78 radix-tree: introduce bit-optimized iterator by Konstantin Khlebnikov · 13 years ago
  37. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  38. 928da83 radix_tree: remove radix_tree_indirect_to_ptr() by Xiao Guangrong · 13 years ago
  39. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  40. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  41. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 14 years ago
  42. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  43. a111557 radix-tree: __rcu annotations by Arnd Bergmann · 15 years ago
  44. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  45. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  46. ce82653 radix_tree_tag_get() is not as safe as the docs make out [ver #2] by David Howells · 15 years ago
  47. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 16 years ago
  48. e8c82c2 mm lockless pagecache barrier fix by Nick Piggin · 16 years ago
  49. 47feff2 radix-tree: add gang_lookup_slot, gang_lookup_slot_tag by Nick Piggin · 16 years ago
  50. eb8dc5e radix_tree.h trivial comment correction by Tim Pepper · 17 years ago
  51. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  52. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  53. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  54. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  55. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  56. 612d6c1 [PATCH] radix-tree: direct data by Nick Piggin · 19 years ago
  57. daff89f [PATCH] radix-tree documentation cleanups by Jonathan Corbet · 19 years ago
  58. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  59. a433136 [PATCH] reiser4: add radix_tree_lookup_slot() by Hans Reiser · 19 years ago
  60. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  61. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  62. 00b61f5 [PATCH] lib/radix-tree: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago