1. 6d76817 dlm: use wait_event_timeout by David Teigland · 12 years ago
  2. 05c32f4 dlm: fix race between remove and lookup by David Teigland · 12 years ago
  3. 1d7c484 dlm: use idr instead of list for recovered rsbs by David Teigland · 12 years ago
  4. c04fecb dlm: use rsbtbl as resource directory by David Teigland · 12 years ago
  5. 75af271e dlm: NULL dereference on failure in kmem_cache_create() by Dan Carpenter · 12 years ago
  6. 4875647 dlm: fixes for nodir mode by David Teigland · 12 years ago
  7. 6d40c4a dlm: improve error and debug messages by David Teigland · 12 years ago
  8. 57638bf dlm: avoid unnecessary search in search_rsb by David Teigland · 12 years ago
  9. d6e2478 dlm: limit rcom debug messages by David Teigland · 12 years ago
  10. 13ef111 dlm: fix waiter recovery by David Teigland · 12 years ago
  11. 513ef59 dlm: prevent connections during shutdown by David Teigland · 12 years ago
  12. 721b024 Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  13. 53ad1c9 dlm: fix QUECVT when convert queue is empty by David Teigland · 12 years ago
  14. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  15. 30d73f3 Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  16. 1b189b8 dlm: last element of dlm_local_addr[] never used by David Teigland · 12 years ago
  17. 2f2d76c dlm: Do not allocate a fd for peeloff by Benjamin Poirier · 12 years ago
  18. 7210cb7 dlm: fix slow rsb search in dir recovery by David Teigland · 12 years ago
  19. 49d41ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  20. 60f98d1 dlm: add recovery callbacks by David Teigland · 13 years ago
  21. 757a427 dlm: add node slots and generation by David Teigland · 13 years ago
  22. f95a34c dlm: move recovery barrier calls by David Teigland · 13 years ago
  23. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 12 years ago
  24. 9beb3bf dlm: convert rsb list to rb_tree by Bob Peterson · 13 years ago
  25. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  26. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  27. 10d1459 dlm: don't limit active work items by David Teigland · 13 years ago
  28. 23e8e1a dlm: use workqueue for callbacks by David Teigland · 13 years ago
  29. 883ba74 dlm: remove deadlock debug print by David Teigland · 13 years ago
  30. 3881ac0 dlm: improve rsb searches by David Teigland · 13 years ago
  31. 3d6aa67 dlm: keep lkbs in idr by David Teigland · 13 years ago
  32. a22ca48 dlm: fix kmalloc args by David Teigland · 13 years ago
  33. 5d70828 dlm: don't do pointless NULL check, use kzalloc and fix order of arguments by Jesper Juhl · 13 years ago
  34. bcaadf5 dlm: dump address of unknown node by Masatake YAMATO · 13 years ago
  35. c282af4 dlm: use vmalloc for hash tables by Bryn M. Reeves · 13 years ago
  36. 55b3286 dlm: show addresses in configfs by Masatake YAMATO · 13 years ago
  37. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  38. 75ce481 dlm: Drop __TIME__ usage by Michal Marek · 13 years ago
  39. df3256f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  40. 901025d dlm: make plock operation killable by David Teigland · 13 years ago
  41. 2a7ce0e dlm: remove shared message stub for recovery by David Teigland · 13 years ago
  42. c6ff669 dlm: delayed reply message warning by David Teigland · 13 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  44. 4bcad6c dlm: Remove superfluous call to recalc_sigpending() by Matt Fleming · 13 years ago
  45. e43f055 dlm: use alloc_workqueue function by David Teigland · 13 years ago
  46. e3853a9 dlm: increase default hash table sizes by David Teigland · 13 years ago
  47. 8304d6f dlm: record full callback state by David Teigland · 13 years ago
  48. 6b155c8 dlm: use single thread workqueues by David Teigland · 13 years ago
  49. 86c747d dlm: Make DLM depend on CONFIGFS_FS by Nicholas Bellinger · 13 years ago
  50. b9d4105 dlm: sanitize work_start() in lowcomms.c by Namhyung Kim · 13 years ago
  51. f92c8dd dlm: reduce cond_resched during send by Bob Peterson · 14 years ago
  52. cb2d45d dlm: use TCP_NODELAY by David Teigland · 14 years ago
  53. dcce240 dlm: Use cmwq for send and receive workqueues by Steven Whitehouse · 14 years ago
  54. b36930d dlm: Handle application limited situations properly. by David Miller · 14 years ago
  55. 2c15bd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  56. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  57. 314dd2a dlm: Don't send callback to node making lock request when "try 1cb" fails by Steven Whitehouse · 14 years ago
  58. f70cb33 fs/dlm: Drop unnecessary null test by Julia Lawall · 14 years ago
  59. a4d935b dlm: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  60. 89d799d dlm: fix ast ordering for user locks by David Teigland · 14 years ago
  61. 99fb19d dlm: cleanup remove unused code by Dan Carpenter · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  64. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  65. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  66. b6fa879 dlm: use bastmode in debugfs output by David Teigland · 14 years ago
  67. b4a5d4b dlm: Send lockspace name with uevents by Steven Whitehouse · 14 years ago
  68. cf6620a dlm: send reply before bast by David Teigland · 14 years ago
  69. 7fe2b31 dlm: fix ordering of bast and cast by David Teigland · 14 years ago
  70. c41b20e Fix misspellings of "truly" in comments. by Adam Buchbinder · 14 years ago
  71. 02412f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 573c24c dlm: always use GFP_NOFS by David Teigland · 14 years ago
  74. 6861f35 dlm: fix socket fd translation by David Teigland · 15 years ago
  75. 04bedd7 dlm: fix lowcomms_connect_node for sctp by David Teigland · 15 years ago
  76. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  77. 5ce0028 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  78. 1329e3f dlm: use kernel_sendpage by Paolo Bonzini · 15 years ago
  79. 063c4c9 dlm: fix connection close handling by Lars Marowsky-Bree · 15 years ago
  80. b5711b8 dlm: fix double-release of socket in error exit path by Casey Dahlin · 15 years ago
  81. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. a89d63a dlm: free socket in error exit path by Casey Dahlin · 15 years ago
  83. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  84. c78a87d dlm: fix plock use-after-free by David Teigland · 15 years ago
  85. a566a6b dlm: Fix uninitialised variable warning in lock.c by Steven Whitehouse · 15 years ago
  86. 748285c dlm: use more NOFS allocation by David Teigland · 15 years ago
  87. 391fbdc dlm: connect to nodes earlier by Christine Caulfield · 15 years ago
  88. 8511a27 dlm: fix use count with multiple joins by David Teigland · 15 years ago
  89. 08ce4c9 dlm: Make name input parameter of {,dlm_}new_lockspace() const by Geert Uytterhoeven · 15 years ago
  90. 1fecb1c dlm: fix length calculation in compat code by David Teigland · 15 years ago
  91. a536e38 dlm: ignore cancel on granted lock by David Teigland · 15 years ago
  92. 43279e5 dlm: clear defunct cancel state by David Teigland · 15 years ago
  93. 5e9ccc3 dlm: replace idr with hash table for connections by Christine Caulfield · 15 years ago
  94. 2cf12c0 dlm: comment typo fixes by Joe Perches · 15 years ago
  95. 44ad532 dlm: use ipv6_addr_copy by Joe Perches · 15 years ago
  96. 305a47b dlm: Change rwlock which is only used in write mode to a spinlock by Steven Whitehouse · 15 years ago
  97. 20d5a39 dlm: initialize file_lock struct in GETLK before copying conflicting lock by Jeff Layton · 15 years ago
  98. 24179f4 dlm: fix plock notify callback to lockd by David Teigland · 15 years ago
  99. c7be761 dlm: change rsbtbl rwlock to spinlock by David Teigland · 15 years ago
  100. 892c446 dlm: fix seq_file usage in debugfs lock dump by David Teigland · 15 years ago