1. f32f004 ida: Convert to XArray by Matthew Wilcox · 7 years ago
  2. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  3. b03f8e4 ida: Remove old API by Matthew Wilcox · 7 years ago
  4. 5ade60d ida: Add new API by Matthew Wilcox · 7 years ago
  5. 3c60e86 IDR: Expose the XArray lock by willy@infradead.org · 7 years ago
  6. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  7. fa290cd radix tree: use GFP_ZONEMASK bits of gfp_t for flags by Matthew Wilcox · 7 years ago
  8. ac665d9 idr: Add documentation by Matthew Wilcox · 7 years ago
  9. 6ce711f idr: Make 1-based IDRs more efficient by Matthew Wilcox · 7 years ago
  10. 7a45757 idr: Rename idr_for_each_entry_ext by Matthew Wilcox · 7 years ago
  11. 460488c idr: Remove idr_alloc_ext by Matthew Wilcox · 7 years ago
  12. e096f6a idr: Add idr_alloc_u32 helper by Matthew Wilcox · 7 years ago
  13. 322d884 idr: Delete idr_find_ext function by Matthew Wilcox · 7 years ago
  14. 234a462 idr: Delete idr_replace_ext function by Matthew Wilcox · 7 years ago
  15. 9c16094 idr: Delete idr_remove_ext function by Matthew Wilcox · 7 years ago
  16. c47d7f5 include/linux/idr.h: add #include <linux/bug.h> by Wei Wang · 7 years ago
  17. 388f79f idr: Add new APIs to support unsigned long by Chris Mi · 7 years ago
  18. d3e709e idr: Return the deleted entry from idr_remove by Matthew Wilcox · 8 years ago
  19. 7ad3d4d ida: Move ida_bitmap to a percpu variable by Matthew Wilcox · 8 years ago
  20. 0a835c4 Reimplement IDR and IDA using the radix tree by Matthew Wilcox · 8 years ago
  21. 424251a idr: reduce the number of bits per level from 8 to 6 by Matthew Wilcox · 8 years ago
  22. 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
  23. 99c4940 idr: add ida_is_empty by Matthew Wilcox · 8 years ago
  24. a55bbd3 drbd: Backport the "status" command by Andreas Gruenbacher · 10 years ago
  25. dcbff5d idr: reorder the fields by Lai Jiangshan · 11 years ago
  26. 90ae3ae idr: remove dead code by Stephen Hemminger · 11 years ago
  27. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  28. 05f7a7d idr: Add new function idr_is_empty() by Andreas Gruenbacher · 13 years ago
  29. 8cc7212 idr: remove unused prototype of idr_free() by Vladimir Davydov · 11 years ago
  30. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  31. 3e6628c4 idr: introduce idr_alloc_cyclic() by Jeff Layton · 12 years ago
  32. b949be5 idr: document exit conditions on idr_for_each_entry better by George Spelvin · 12 years ago
  33. c8615d3 idr: deprecate idr_pre_get() and idr_get_new[_above]() by Tejun Heo · 12 years ago
  34. 5857f70 idr: fix new kernel-doc warnings by Randy Dunlap · 12 years ago
  35. 0ffc2a9 idr: implement lookup hint by Tejun Heo · 12 years ago
  36. 5461628 idr: add idr_layer->prefix by Tejun Heo · 12 years ago
  37. 050a6b4 idr: make idr_layer larger by Tejun Heo · 12 years ago
  38. 1d9b2e1 idr: remove length restriction from idr_layer->bitmap by Tejun Heo · 12 years ago
  39. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 12 years ago
  40. d5c7409 idr: implement idr_preload[_end]() and idr_alloc() by Tejun Heo · 12 years ago
  41. 12d1b43 idr: remove _idr_rc_to_errno() hack by Tejun Heo · 12 years ago
  42. 49038ef idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() by Tejun Heo · 12 years ago
  43. 4106eca idr: cosmetic updates to struct / initializer definitions by Tejun Heo · 12 years ago
  44. fe6e24e idr: deprecate idr_remove_all() by Tejun Heo · 12 years ago
  45. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 14 years ago
  46. 9868365 Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 by Philipp Reisner · 12 years ago
  47. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  48. 9749f30 idr: idr_for_each_entry() macro by Philipp Reisner · 14 years ago
  49. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  50. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  51. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  52. ed9f524 ida: document IDA_BITMAP_LONGS calculation by Namhyung Kim · 14 years ago
  53. d2c2486 idr: __rcu annotations by Arnd Bergmann · 15 years ago
  54. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 16 years ago
  55. 6ff2d39 lib/idr.c: fix rcu related race with idr_find by Manfred Spraul · 16 years ago
  56. f9c46d6 idr: make idr_find rcu-safe by Nadia Derbey · 17 years ago
  57. 944ca05 idr: error checking factorization by Nadia Derbey · 17 years ago
  58. 2027d1a idr: change the idr structure by Nadia Derbey · 17 years ago
  59. 199f0ca idr: create idr_layer_cache at boot time by Akinobu Mita · 17 years ago
  60. 23936cc lib: add idr_remove_all by Kristian Hoegsberg · 18 years ago
  61. 96d7fa4 lib: add idr_for_each() by Kristian Hoegsberg · 18 years ago
  62. 72dba58 ida: implement idr based id allocator by Tejun Heo · 18 years ago
  63. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 19 years ago
  64. 5806f07 [PATCH] lib: add idr_replace by Jeff Mahoney · 19 years ago
  65. f668ab1 include/linux: enclose idr.h in #ifndef by Luben Tuikov · 19 years ago
  66. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  67. 8d3b359 [PATCH] inotify/idr leak fix by Andrew Morton · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago