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