1. e5a0334 ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c by Sunil Mushran · 17 years ago
  2. 751155a ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h by Sunil Mushran · 17 years ago
  3. 29576f8 ocfs2/dlm: Link all lockres' to a tracking list by Sunil Mushran · 17 years ago
  4. 724bdca ocfs2/dlm: Create slabcaches for lock and lockres by Sunil Mushran · 17 years ago
  5. 12eb003 ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle by Sunil Mushran · 17 years ago
  6. b31cfc0 ocfs2/dlm: Add missing dlm_lockres_put()s by Sunil Mushran · 17 years ago
  7. 2c5c54a ocfs2/dlm: Add missing dlm_lock_put()s by Sunil Mushran · 17 years ago
  8. 2af37ce ocfs2: Use dlm_print_one_lock_resource for lock resource print by Tao Ma · 17 years ago
  9. 05488bb [2.6 patch] ocfs2: make dlm_do_assert_master() static by Adrian Bunk · 17 years ago
  10. 2759236 [PATCH] fs/ocfs2: Add missing "space" by Joe Perches · 17 years ago
  11. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  12. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  13. 2f5bf1f ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres() by Sunil Mushran · 18 years ago
  14. b36c3f8 ocfs2_dlm: Add missing locks in dlm_empty_lockres by Sunil Mushran · 18 years ago
  15. f3f8546 ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres by Sunil Mushran · 18 years ago
  16. 3b8118c ocfs2_dlm: Calling post handler function in assert master handler by Kurt Hackel · 18 years ago
  17. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 18 years ago
  18. a6fa364 ocfs2_dlm: wake up sleepers on the lockres waitqueue by Kurt Hackel · 18 years ago
  19. 1cd04db ocfs2_dlm: Flush dlm workqueue before starting to migrate by Kurt Hackel · 18 years ago
  20. ddc09c8 ocfs2_dlm: Fixes race between migrate and dirty by Kurt Hackel · 18 years ago
  21. faf0ec9 [PATCH] fs/ocfs2/dlm/: make functions static by Adrian Bunk · 18 years ago
  22. ba2bf21 ocfs2_dlm: fix cluster-wide refcounting of lock resources by Kurt Hackel · 18 years ago
  23. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  24. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  25. 3384f3d ocfs2: Allow binary names in the DLM by Mark Fasheh · 18 years ago
  26. 9acd72f [PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres by Adrian Bunk · 18 years ago
  27. 3fb5a98 [PATCH] fs/ocfs2/dlm/: cleanups by Adrian Bunk · 18 years ago
  28. 8a9343f ocfs2: dlm_print_one_mle() needs to be defined by Mark Fasheh · 18 years ago
  29. 3156d26 ocfs2: move dlm work to a private work queue by Kurt Hackel · 18 years ago
  30. 3b3b84a ocfs2: tune down some noisy messages during dlm recovery by Kurt Hackel · 18 years ago
  31. ad8100e ocfs2: use GFP_NOFS in some dlm operations by Kurt Hackel · 18 years ago
  32. b7084ab ocfs2: wait for recovery when starting lock mastery by Kurt Hackel · 18 years ago
  33. 3640748 ocfs2: pending mastery asserts and migrations should block each other by Kurt Hackel · 18 years ago
  34. aa087b8 ocfs2: increase backoff before waiting for recovery by Kurt Hackel · 18 years ago
  35. f42a100 ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodes by Kurt Hackel · 18 years ago
  36. e7e69eb ocfs2: teach dlm_restart_lock_mastery() to wait on recovery by Kurt Hackel · 18 years ago
  37. 588e009 ocfs2: do not send master requests to localhost by Kurt Hackel · 18 years ago
  38. a9ee4c8 ocfs2: better error handling during assert master message by Kurt Hackel · 18 years ago
  39. a7f90d8 ocfs2: dump lockres info before we BUG() on a bad reference by Kurt Hackel · 18 years ago
  40. aa85235 ocfs2: mle ref count debugging by Kurt Hackel · 18 years ago
  41. dc2ed19 ocfs2: allow for an assert message during lock mastery by Kurt Hackel · 18 years ago
  42. 2d1a868 ocfs2: take mle reference during migration by Kurt Hackel · 18 years ago
  43. 41b8c8a ocfs2: properly initialize the mle structure by Kurt Hackel · 18 years ago
  44. da01ad0 ocfs2: detach mle from heartbeat events by Kurt Hackel · 18 years ago
  45. a2bf047 ocfs2: mle ref counting fixes by Kurt Hackel · 18 years ago
  46. 9588371 ocfs2: better mle debugging by Kurt Hackel · 18 years ago
  47. 95c4f58 ocfs2: inline dlm_lockres_get() by Mark Fasheh · 19 years ago
  48. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 19 years ago
  49. c03872f [PATCH] ocfs2: dlm recovery fixes by Kurt Hackel · 19 years ago
  50. 9c6510a [PATCH] ocfs2: fix hang in dlm lock resource mastery by Kurt Hackel · 19 years ago
  51. 81f2094 [PATCH] ocfs2: use hlists for lockres hash by Mark Fasheh · 19 years ago
  52. f671c09 [PATCH] ocfs2: detach from heartbeat events before freeing mle by Kurt Hackel · 19 years ago
  53. e2faea4 [PATCH] ocfs2/dlm: fixes by Kurt Hackel · 19 years ago
  54. 82353b5 [PATCH] This patch contains the following cleanups: by Adrian Bunk · 19 years ago
  55. 6714d8e [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago