1. fbf947d ocfs2/dlm: don't handle migrate lockres if already in shutdown by Jun Piao · 6 years ago
  2. a835644 ocfs2: fix cluster hang after a node dies by Changwei Ge · 7 years ago
  3. ee8f7fc ocfs2/dlm: continue to purge recovery lockres when recovery master goes down by piaojun · 8 years ago
  4. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 8 years ago
  5. 814ce69 ocfs2: fix a tiny race that leads file system read-only by Jiufei Xue · 8 years ago
  6. d277f33 ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state by xuejiufei · 8 years ago
  7. 8c03439 ocfs2/dlm: clear DROPPING_REF flag when the master goes down by xuejiufei · 8 years ago
  8. c95a518 ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup by xuejiufei · 8 years ago
  9. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 8 years ago
  10. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 8 years ago
  11. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  12. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  13. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  14. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  15. f83c7b5 ocfs2/dlm: use list_for_each_entry instead of list_for_each by Joseph Qi · 9 years ago
  16. b934bea ocfs2/dlm: add missing dlm_lock_put() when recovery master down by Xue jiufei · 9 years ago
  17. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 9 years ago
  18. f08736b ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM by Joseph Qi · 10 years ago
  19. 9a7e6b5 ocfs2/dlm: call dlm_lockres_put without resource spinlock by alex chen · 10 years ago
  20. ac4fef4 ocfs2/dlm: do not purge lockres that is queued for assert master by Xue jiufei · 10 years ago
  21. 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
  22. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 10 years ago
  23. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 10 years ago
  24. 750e3c6 ocfs2: skip locks in the blocked list by Xue jiufei · 11 years ago
  25. 69b2bd16 ocfs2/dlm: force clean refmap when doing local cleanup by Xue jiufei · 11 years ago
  26. 98ac912 ocfs2: dlm_request_all_locks() should deal with the status sent from target node by Xue jiufei · 11 years ago
  27. 40c7f2e ocfs2: add missing dlm_put() in dlm_begin_reco_handler() by Xue jiufei · 11 years ago
  28. 22ab901 fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum by Joseph Qi · 11 years ago
  29. 82d627c fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations by Joseph Qi · 11 years ago
  30. 27749f2 ocfs2: add missing lockres put in dlm_mig_lockres_handler by Xue jiufei · 11 years ago
  31. 7cfa74d ocfs2/dlm: remove redundant null pointer check by Sachin Kamat · 11 years ago
  32. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  33. ed8625c ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery() by Sunil Mushran · 13 years ago
  34. 8d400b8 ocfs2/dlm: Clean up refmap helpers by Sunil Mushran · 13 years ago
  35. 0afbba1 ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery() by Sunil Mushran · 13 years ago
  36. 8decab3 ocfs2/dlm: Clean up messages in o2dlm by Sunil Mushran · 13 years ago
  37. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 13 years ago
  38. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  39. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  40. a524812 ocfs2/dlm: avoid incorrect bit set in refmap on recovery master by Wengang Wang · 14 years ago
  41. f471c9d ocfs2/dlm: don't access beyond bitmap size by Wengang Wang · 14 years ago
  42. a5196ec ocfs2: print node # when tcp fails by Wengang Wang · 14 years ago
  43. bc9838c dlm: allow dlm do recovery during shutdown by Srinivas Eeda · 14 years ago
  44. cda70ba ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node by Sunil Mushran · 14 years ago
  45. cd34edd ocfs2/dlm: Handle EAGAIN for compatibility - v2 by Sunil Mushran · 14 years ago
  46. 26636bf ocfs2/dlm: Print more messages during lock migration by Sunil Mushran · 14 years ago
  47. 71656fa ocfs2/dlm: Ignore LVBs of locks in the Blocked list by Sunil Mushran · 14 years ago
  48. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 14 years ago
  49. aad1b15 ocfs2: return -EAGAIN instead of EAGAIN in dlm by Tiger Yang · 15 years ago
  50. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  51. 17ae26b ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging by Jeff Liu · 15 years ago
  52. 535f702 ocfs2/dlm: Print message showing the recovery master by Sunil Mushran · 16 years ago
  53. 52987e2 ocfs2/dlm: Add missing dlm_lockres_put()s in migration path by Sunil Mushran · 16 years ago
  54. 2c5c54a ocfs2/dlm: Add missing dlm_lock_put()s by Sunil Mushran · 16 years ago
  55. 2af37ce ocfs2: Use dlm_print_one_lock_resource for lock resource print by Tao Ma · 16 years ago
  56. 2d4b1cb ocfs2/dlm: Clear joining_node on hearbeat node down by Tao Ma · 16 years ago
  57. 6561168 ocfs2_dlm: Call node eviction callbacks from heartbeat handler by Mark Fasheh · 17 years ago
  58. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  59. 5fb0f7f0 [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2/dlm/dlmrecovery.c by Shani Moideen · 17 years ago
  60. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  61. a7d2553 ocfs2: fix sparse warnings in fs/ocfs2/dlm by Mark Fasheh · 17 years ago
  62. 756a150 ocfs2_dlm: fix race in dlm_remaster_locks by Srinivas Eeda · 17 years ago
  63. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 17 years ago
  64. 74aa258 ocfs2_dlm: Cookies in locks not being printed correctly in error messages by Kurt Hackel · 17 years ago
  65. a6fa364 ocfs2_dlm: wake up sleepers on the lockres waitqueue by Kurt Hackel · 17 years ago
  66. 28b72d9 ocfs2_dlm: Dlm dispatch was stopping too early by Kurt Hackel · 17 years ago
  67. 50635f1 ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres by Kurt Hackel · 17 years ago
  68. e17e75e ocfs2_dlm: Fix migrate lockres handler queue scanning by Kurt Hackel · 17 years ago
  69. 71ac106 ocfs2_dlm: Make dlmunlock() wait for migration to complete by Kurt Hackel · 17 years ago
  70. ba2bf21 ocfs2_dlm: fix cluster-wide refcounting of lock resources by Kurt Hackel · 18 years ago
  71. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  72. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  73. 3384f3d ocfs2: Allow binary names in the DLM by Mark Fasheh · 18 years ago
  74. 8169cae [PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() static by Adrian Bunk · 18 years ago
  75. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  76. 3fb5a98 [PATCH] fs/ocfs2/dlm/: cleanups by Adrian Bunk · 18 years ago
  77. 3156d26 ocfs2: move dlm work to a private work queue by Kurt Hackel · 18 years ago
  78. 3b3b84a ocfs2: tune down some noisy messages during dlm recovery by Kurt Hackel · 18 years ago
  79. 56a7c10 ocfs2: display message before waiting for recovery to complete by Kurt Hackel · 18 years ago
  80. ad8100e ocfs2: use GFP_NOFS in some dlm operations by Kurt Hackel · 18 years ago
  81. b7084ab ocfs2: wait for recovery when starting lock mastery by Kurt Hackel · 18 years ago
  82. c27069e ocfs2: continue recovery when a dead node is encountered by Kurt Hackel · 18 years ago
  83. 67a1874 ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() by Kurt Hackel · 18 years ago
  84. 6a41321 ocfs2: dlm_remaster_locks() should never exit without completing by Kurt Hackel · 18 years ago
  85. c8df412 ocfs2: special case recovery lock in dlmlock_remote() by Kurt Hackel · 18 years ago
  86. ccd8b1f ocfs2: update lvb immediately during recovery by Kurt Hackel · 18 years ago
  87. 343e26a ocfs2: dump mismatching migrated lvbs before BUG() by Kurt Hackel · 18 years ago
  88. 466d1a4 ocfs2: make dlm recovery finalization 2 stage by Kurt Hackel · 18 years ago
  89. 69d72b0 ocfs2: dlm recovery / lockres reference count fix by Kurt Hackel · 18 years ago
  90. d6dea6e ocfs2: clean up recovery related messages by Kurt Hackel · 18 years ago
  91. 29c0fa0 ocfs2: handle network errors during recovery by Kurt Hackel · 18 years ago
  92. c3187ce ocfs2: only recover one dead node at a time by Kurt Hackel · 18 years ago
  93. ab27eb6 ocfs2: Better tracking for recovery state changes by Kurt Hackel · 18 years ago
  94. 8bc674c ocfs2: Fix empty lvb check by Kurt Hackel · 18 years ago
  95. aba9aac ocfs2: fix inverted logic in dlm_is_node_dead by Kurt Hackel · 18 years ago
  96. 03d864c ocfs2: allocate lockres hash pages in an array by Daniel Phillips · 18 years ago
  97. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 18 years ago
  98. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  99. 2900485 ocfs2: don't use MLF* in dlm/ files by Kurt Hackel · 18 years ago
  100. c03872f [PATCH] ocfs2: dlm recovery fixes by Kurt Hackel · 18 years ago