1. e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
  2. 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
  3. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 10 years ago
  4. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 10 years ago
  5. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  6. df53cd3 ocfs2: use list_for_each_entry() instead of list_for_each() by Dong Fang · 11 years ago
  7. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 11 years ago
  8. 8515841 ocfs2: trivial endianness misannotations by Al Viro · 12 years ago
  9. 6b27f62 ocfs2/cluster: Cluster up now includes network connections too by Sunil Mushran · 13 years ago
  10. e9f0b6a ocfs2/dlm: Trace insert/remove of resource to/from hash by Sunil Mushran · 13 years ago
  11. 8decab3 ocfs2/dlm: Clean up messages in o2dlm by Sunil Mushran · 13 years ago
  12. 66effd3 ocfs2/dlm: Do not migrate resource to a node that is leaving the domain by Sunil Mushran · 13 years ago
  13. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 13 years ago
  14. 4da6dc2 ocfs2/dlm: Use negotiated o2dlm protocol version by Sunil Mushran · 13 years ago
  15. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 13 years ago
  16. 770c4d8 ocfs2/dlm: Move kmalloc() outside the spinlock by Sunil Mushran · 13 years ago
  17. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  18. 58a3158 ocfs2/cluster: Pin/unpin o2hb regions by Sunil Mushran · 14 years ago
  19. 8e17d16 ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.c by Sunil Mushran · 14 years ago
  20. a48a982 fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock by David Sterba · 14 years ago
  21. 4d94aa1 ocfs2/cluster: Bump up dlm protocol to version 1.1 by Sunil Mushran · 14 years ago
  22. 18cfdf1 by Sunil Mushran · 14 years ago
  23. ea20344 by Sunil Mushran · 14 years ago
  24. 5dad6c3 o2dlm: force free mles during dlm exit by Srinivas Eeda · 14 years ago
  25. e372357 ocfs2: tighten up strlen() checking by Dan Carpenter · 14 years ago
  26. 6469272 fs/ocfs2/dlm: Add missing spin_unlock by Julia Lawall · 14 years ago
  27. 316ce2b fs/ocfs2/dlm: Use kstrdup by Julia Lawall · 14 years ago
  28. 5c80d4c ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICE by Sunil Mushran · 14 years ago
  29. a5196ec ocfs2: print node # when tcp fails by Wengang Wang · 14 years ago
  30. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  31. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  32. 6800791 ocfs2/dlm: Improve lockres counts by Sunil Mushran · 15 years ago
  33. 2041d8f ocfs2/dlm: Track number of mles by Sunil Mushran · 15 years ago
  34. 2ed6c75 ocfs2/dlm: Activate dlm->master_hash for master list entries by Sunil Mushran · 15 years ago
  35. e2b66dd ocfs2/dlm: Create and destroy the dlm->master_hash by Sunil Mushran · 15 years ago
  36. b0d4f817 ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list by Sunil Mushran · 16 years ago
  37. 007dce5 ocfs2/dlm: Dump the dlm state in a debugfs file by Sunil Mushran · 16 years ago
  38. 6325b4a ocfs2/dlm: Create debugfs dirs by Sunil Mushran · 16 years ago
  39. 29576f8 ocfs2/dlm: Link all lockres' to a tracking list by Sunil Mushran · 16 years ago
  40. 724bdca ocfs2/dlm: Create slabcaches for lock and lockres by Sunil Mushran · 16 years ago
  41. 12eb003 ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle by Sunil Mushran · 16 years ago
  42. 0f71b7b ocfs2: Fix endian bug in o2dlm protocol negotiation. by Joel Becker · 16 years ago
  43. 3a4780a [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning by Andrew Morton · 16 years ago
  44. d24fbcd ocfs2: Negotiate locking protocol versions. by Joel Becker · 17 years ago
  45. 1482942 ocfs2: Depend on configfs heartbeat items. by Joel Becker · 17 years ago
  46. 5d262cc ocfs2: Silence compiler warnings by Sunil Mushran · 17 years ago
  47. 0d01af6 ocfs2_dlm: Call cond_resched_lock() once per hash bucket scan by Sunil Mushran · 17 years ago
  48. 2f5bf1f ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres() by Sunil Mushran · 17 years ago
  49. 78062cb ocfs2_dlm: Fix lockres ref counting bug by Sunil Mushran · 17 years ago
  50. 0dd8214 ocfs2_dlm: Add timeout to dlm join domain by Sunil Mushran · 18 years ago
  51. e496847 ocfs2_dlm: Silence some messages during join domain by Sunil Mushran · 18 years ago
  52. 1faf289 ocfs2_dlm: disallow a domain join if node maps mismatch by Srinivas Eeda · 18 years ago
  53. 3b8118c ocfs2_dlm: Calling post handler function in assert master handler by Kurt Hackel · 18 years ago
  54. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 18 years ago
  55. ba2bf21 ocfs2_dlm: fix cluster-wide refcounting of lock resources by Kurt Hackel · 18 years ago
  56. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  57. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  58. f5a923d ocfs2: fix format warnings in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  59. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  60. 781ee3e ocfs2: Cleanup message prints by Sunil Mushran · 18 years ago
  61. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  62. 3fb5a98 [PATCH] fs/ocfs2/dlm/: cleanups by Adrian Bunk · 18 years ago
  63. 3156d26 ocfs2: move dlm work to a private work queue by Kurt Hackel · 18 years ago
  64. 685f1ad ocfs2: silence a compile warning in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  65. c8f33b6 [PATCH] ocfs2: Alloc at least a page for the DLM hash by Joel Becker · 18 years ago
  66. 03d864c ocfs2: allocate lockres hash pages in an array by Daniel Phillips · 18 years ago
  67. 4198985 [PATCH] Clean up ocfs2 hash probe and make it faster by Daniel Phillips · 18 years ago
  68. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 18 years ago
  69. 81f2094 [PATCH] ocfs2: use hlists for lockres hash by Mark Fasheh · 18 years ago
  70. e2faea4 [PATCH] ocfs2/dlm: fixes by Kurt Hackel · 19 years ago
  71. 6714d8e [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago