1. 797060e radix tree: Remove radix_tree_iter_find by Matthew Wilcox (Oracle) · 5 years ago
  2. de6cc65 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 by Thomas Gleixner · 6 years ago
  3. 3a08cd5 radix tree: Remove multiorder support by Matthew Wilcox · 6 years ago
  4. 372266b radix tree test suite: Convert tag_tagged_items to XArray by Matthew Wilcox · 6 years ago
  5. adb9d9c radix tree: Remove radix_tree_clear_tags by Matthew Wilcox · 7 years ago
  6. 8cf2f98 radix tree: Remove radix_tree_maybe_preload_order by Matthew Wilcox · 7 years ago
  7. 2956c66 radix tree: Remove split/join code by Matthew Wilcox · 7 years ago
  8. 1cf56f9 radix tree: Remove radix_tree_update_node_t by Matthew Wilcox · 7 years ago
  9. 7b8d046 shmem: Convert shmem_alloc_hugepage to XArray by Matthew Wilcox · 7 years ago
  10. 3ece58a page cache: Convert find_get_pages_contig to XArray by Matthew Wilcox · 7 years ago
  11. 74d6095 page cache: Add and replace pages using the XArray by Matthew Wilcox · 7 years ago
  12. 01959df xarray: Define struct xa_node by Matthew Wilcox · 7 years ago
  13. f8d5d0c xarray: Add definition of struct xarray by Matthew Wilcox · 7 years ago
  14. 02c02bf xarray: Change definition of sibling entries by Matthew Wilcox · 7 years ago
  15. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  16. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  17. fa290cd radix tree: use GFP_ZONEMASK bits of gfp_t for flags by Matthew Wilcox · 7 years ago
  18. 460488c idr: Remove idr_alloc_ext by Matthew Wilcox · 7 years ago
  19. f5bba9d include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> by Masahiro Yamada · 7 years ago
  20. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  21. 388f79f idr: Add new APIs to support unsigned long by Chris Mi · 7 years ago
  22. d7b6272 radix-tree: Fix __rcu annotations by Matthew Wilcox · 8 years ago
  23. 12320d0 radix-tree: Add rcu_dereference and rcu_assign_pointer calls by Matthew Wilcox · 8 years ago
  24. d58275b radix-tree: Store a pointer to the root in each node by Matthew Wilcox · 8 years ago
  25. 0a835c4 Reimplement IDR and IDA using the radix tree by Matthew Wilcox · 8 years ago
  26. 0ac398e radix-tree: Add radix_tree_iter_delete by Matthew Wilcox · 8 years ago
  27. 30b888b radix-tree: Add radix_tree_iter_tag_clear() by Matthew Wilcox · 8 years ago
  28. 35534c8 radix tree: constify some pointers by Matthew Wilcox · 8 years ago
  29. 15f2e88d radix tree: Add some implicit includes by Matthew Wilcox · 8 years ago
  30. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  31. 2791653a radix-tree: add radix_tree_split_preload() by Matthew Wilcox · 8 years ago
  32. e157b55 radix-tree: add radix_tree_split by Matthew Wilcox · 8 years ago
  33. 175542f radix-tree: add radix_tree_join by Matthew Wilcox · 8 years ago
  34. 268f42d radix-tree: delete radix_tree_range_tag_if_tagged() by Matthew Wilcox · 8 years ago
  35. 478922e radix-tree: delete radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  36. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  37. 91d9c05 radix-tree: move rcu_head into a union with private_list by Matthew Wilcox · 8 years ago
  38. 14b4687 mm: workingset: move shadow entry tracking to radix tree exceptional tracking by Johannes Weiner · 8 years ago
  39. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  40. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  41. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  42. 915045f radix-tree: 'slot' can be NULL in radix_tree_next_slot() by Ross Zwisler · 8 years ago
  43. d3798ae mm: filemap: don't plant shadow entries without radix tree node by Johannes Weiner · 8 years ago
  44. a23216a radix-tree: fix comment about "exceptional" bits by Ross Zwisler · 8 years ago
  45. c78c66d radix-tree: implement radix_tree_maybe_preload_order() by Kirill A. Shutemov · 8 years ago
  46. 3cb9185 radix-tree: fix radix_tree_iter_retry() for tagged iterators. by Andrey Ryabinin · 8 years ago
  47. 3bcadd6 radix-tree: free up the bottom bit of exceptional entries for reuse by Matthew Wilcox · 9 years ago
  48. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 9 years ago
  49. d604c32 radix-tree: introduce radix_tree_replace_clear_tags() by Matthew Wilcox · 9 years ago
  50. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 9 years ago
  51. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 9 years ago
  52. 30ff46cc radix-tree: rename INDIRECT_PTR to INTERNAL_NODE by Matthew Wilcox · 9 years ago
  53. d089126 radix-tree: remove root->height by Matthew Wilcox · 9 years ago
  54. c12e51b radix-tree: replace node->height with node->shift by Matthew Wilcox · 9 years ago
  55. 0c7fa0a radix-tree: split node->path into offset and height by Matthew Wilcox · 9 years ago
  56. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 9 years ago
  57. 6c4bd68 radix-tree: remove unused looping macros by Ross Zwisler · 9 years ago
  58. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 9 years ago
  59. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 9 years ago
  60. 7165092 radix-tree,shmem: introduce radix_tree_iter_next() by Matthew Wilcox · 9 years ago
  61. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 9 years ago
  62. f67c07f radix-tree: add an explicit include of bitops.h by Matthew Wilcox · 9 years ago
  63. 7320428 radix-tree: fix oops after radix_tree_iter_retry by Konstantin Khlebnikov · 9 years ago
  64. 46437f9 radix-tree: fix race in gang lookup by Matthew Wilcox · 9 years ago
  65. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  66. 243c213 include/linux/radix-tree.h: fix error in docs about locks by Adam Barth · 9 years ago
  67. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 11 years ago
  68. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 11 years ago
  69. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
  70. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 11 years ago
  71. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  72. fffaee3 radix-tree: fix contiguous iterator by Konstantin Khlebnikov · 13 years ago
  73. 78c1d78 radix-tree: introduce bit-optimized iterator by Konstantin Khlebnikov · 13 years ago
  74. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  75. 928da83 radix_tree: remove radix_tree_indirect_to_ptr() by Xiao Guangrong · 13 years ago
  76. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  77. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  78. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 14 years ago
  79. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  80. a111557 radix-tree: __rcu annotations by Arnd Bergmann · 15 years ago
  81. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  82. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  83. ce82653 radix_tree_tag_get() is not as safe as the docs make out [ver #2] by David Howells · 15 years ago
  84. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 16 years ago
  85. e8c82c2 mm lockless pagecache barrier fix by Nick Piggin · 16 years ago
  86. 47feff2 radix-tree: add gang_lookup_slot, gang_lookup_slot_tag by Nick Piggin · 16 years ago
  87. eb8dc5e radix_tree.h trivial comment correction by Tim Pepper · 17 years ago
  88. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  89. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  90. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  91. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  92. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  93. 612d6c1 [PATCH] radix-tree: direct data by Nick Piggin · 19 years ago
  94. daff89f [PATCH] radix-tree documentation cleanups by Jonathan Corbet · 19 years ago
  95. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  96. a433136 [PATCH] reiser4: add radix_tree_lookup_slot() by Hans Reiser · 19 years ago
  97. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  98. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  99. 00b61f5 [PATCH] lib/radix-tree: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago