1. ab57a408 ocfs2: Remove redundant BUG_ON in __dlm_queue_ast() by Goldwyn Rodrigues · 15 years ago
  2. 17ae26b ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging by Jeff Liu · 15 years ago
  3. 9405dcc ocfs2/dlm: Tweak mle_state output by Sunil Mushran · 15 years ago
  4. 516b7e5 ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres() by Sunil Mushran · 15 years ago
  5. 7141514 ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry by Sunil Mushran · 15 years ago
  6. e64ff14 ocfs2/dlm: Show the number of lockres/mles in dlm_state by Sunil Mushran · 15 years ago
  7. 7d62a978 ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlined by Sunil Mushran · 15 years ago
  8. 6800791 ocfs2/dlm: Improve lockres counts by Sunil Mushran · 15 years ago
  9. 2041d8f ocfs2/dlm: Track number of mles by Sunil Mushran · 15 years ago
  10. 67ae1f0 ocfs2/dlm: Indent dlm_cleanup_master_list() by Sunil Mushran · 15 years ago
  11. 2ed6c75 ocfs2/dlm: Activate dlm->master_hash for master list entries by Sunil Mushran · 15 years ago
  12. e2b66dd ocfs2/dlm: Create and destroy the dlm->master_hash by Sunil Mushran · 15 years ago
  13. c2cd4a4 ocfs2/dlm: Refactor dlm_clean_master_list() by Sunil Mushran · 15 years ago
  14. f77a9a7 ocfs2/dlm: Clean up struct dlm_lock_name by Sunil Mushran · 15 years ago
  15. 1c08457 ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_list by Sunil Mushran · 15 years ago
  16. 53ecd25 ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter by Sunil Mushran · 15 years ago
  17. dabc47d ocfs2/dlm: Use ast_lock to protect ast_list by Sunil Mushran · 15 years ago
  18. 7dc102b ocfs2/dlm: Retract fix for race between purge and migrate by Sunil Mushran · 15 years ago
  19. 10cc04f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  20. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  21. 7b791d6 ocfs2/dlm: Fix race during lockres mastery by Sunil Mushran · 16 years ago
  22. b0d4f817 ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list by Sunil Mushran · 16 years ago
  23. d4f7e65 ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migrating by Sunil Mushran · 16 years ago
  24. 57dff26 ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler() by Sunil Mushran · 16 years ago
  25. 2b83256 ocfs2/dlm: Fix a race between migrate request and exit domain by Sunil Mushran · 16 years ago
  26. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  27. 07d9a39 ocfs2: fix return value set in init_dlmfs_fs() by Coly Li · 16 years ago
  28. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  29. b19c2a3 CRED: Wrap task credential accesses in the OCFS2 filesystem by David Howells · 16 years ago
  30. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  31. 18c6ac3 [PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres() by Sunil Mushran · 16 years ago
  32. 959040c [PATCH 2/3] ocfs2/dlm: Silence build warnings by Sunil Mushran · 16 years ago
  33. 95642e5 ocfs2/dlm: dlmdebug.c: make 2 functions static by Adrian Bunk · 16 years ago
  34. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  35. 93b06ed ocfs2: Only build ocfs2/dlm with the o2cb stack module by Mark Fasheh · 16 years ago
  36. 8f50eb9 ocfs2/dlm: Cleanup lockres print by Sunil Mushran · 16 years ago
  37. c834cdb ocfs2/dlm: Fix lockname in lockres print function by Sunil Mushran · 16 years ago
  38. e5a0334 ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c by Sunil Mushran · 16 years ago
  39. 7209300 ocfs2/dlm: Dumps the purgelist into a debugfs file by Sunil Mushran · 16 years ago
  40. d0129ac ocfs2/dlm: Dumps the mles into a debugfs file by Sunil Mushran · 16 years ago
  41. 751155a ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h by Sunil Mushran · 16 years ago
  42. 4e3d24e ocfs2/dlm: Dumps the lockres' into a debugfs file by Sunil Mushran · 16 years ago
  43. 007dce5 ocfs2/dlm: Dump the dlm state in a debugfs file by Sunil Mushran · 16 years ago
  44. 6325b4a ocfs2/dlm: Create debugfs dirs by Sunil Mushran · 16 years ago
  45. 29576f8 ocfs2/dlm: Link all lockres' to a tracking list by Sunil Mushran · 16 years ago
  46. 724bdca ocfs2/dlm: Create slabcaches for lock and lockres by Sunil Mushran · 16 years ago
  47. 12eb003 ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle by Sunil Mushran · 16 years ago
  48. c824c3c ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock by Sunil Mushran · 16 years ago
  49. 535f702 ocfs2/dlm: Print message showing the recovery master by Sunil Mushran · 16 years ago
  50. b31cfc0 ocfs2/dlm: Add missing dlm_lockres_put()s by Sunil Mushran · 16 years ago
  51. 52987e2 ocfs2/dlm: Add missing dlm_lockres_put()s in migration path by Sunil Mushran · 16 years ago
  52. 2c5c54a ocfs2/dlm: Add missing dlm_lock_put()s by Sunil Mushran · 16 years ago
  53. 0f71b7b ocfs2: Fix endian bug in o2dlm protocol negotiation. by Joel Becker · 16 years ago
  54. 2af37ce ocfs2: Use dlm_print_one_lock_resource for lock resource print by Tao Ma · 16 years ago
  55. 3a4780a [PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning by Andrew Morton · 16 years ago
  56. 05488bb [2.6 patch] ocfs2: make dlm_do_assert_master() static by Adrian Bunk · 16 years ago
  57. 8b5f688 byteorder: move le32_add_cpu & friends from OCFS2 to core by Marcin Slusarz · 16 years ago
  58. d24fbcd ocfs2: Negotiate locking protocol versions. by Joel Becker · 16 years ago
  59. 0e5ae03 ocfs2: bump version number by Mark Fasheh · 17 years ago
  60. 2d4b1cb ocfs2/dlm: Clear joining_node on hearbeat node down by Tao Ma · 17 years ago
  61. 6561168 ocfs2_dlm: Call node eviction callbacks from heartbeat handler by Mark Fasheh · 17 years ago
  62. 2759236 [PATCH] fs/ocfs2: Add missing "space" by Joe Perches · 17 years ago
  63. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  64. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  65. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  66. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  67. 5fb0f7f0 [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2/dlm/dlmrecovery.c by Shani Moideen · 17 years ago
  68. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  69. 1482942 ocfs2: Depend on configfs heartbeat items. by Joel Becker · 17 years ago
  70. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  71. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  72. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  73. a7d2553 ocfs2: fix sparse warnings in fs/ocfs2/dlm by Mark Fasheh · 17 years ago
  74. 5c2c9d3 [PATCH] ocfs2: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  75. 5d262cc ocfs2: Silence compiler warnings by Sunil Mushran · 17 years ago
  76. 0d01af6 ocfs2_dlm: Call cond_resched_lock() once per hash bucket scan by Sunil Mushran · 17 years ago
  77. 756a150 ocfs2_dlm: fix race in dlm_remaster_locks by Srinivas Eeda · 17 years ago
  78. 2f5bf1f ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres() by Sunil Mushran · 17 years ago
  79. 78062cb ocfs2_dlm: Fix lockres ref counting bug by Sunil Mushran · 17 years ago
  80. b36c3f8 ocfs2_dlm: Add missing locks in dlm_empty_lockres by Sunil Mushran · 17 years ago
  81. 3fca089 ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockres by Sunil Mushran · 17 years ago
  82. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  83. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  84. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  85. 0dd8214 ocfs2_dlm: Add timeout to dlm join domain by Sunil Mushran · 17 years ago
  86. e496847 ocfs2_dlm: Silence some messages during join domain by Sunil Mushran · 17 years ago
  87. 1faf289 ocfs2_dlm: disallow a domain join if node maps mismatch by Srinivas Eeda · 17 years ago
  88. f3f8546 ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres by Sunil Mushran · 17 years ago
  89. 3b8118c ocfs2_dlm: Calling post handler function in assert master handler by Kurt Hackel · 18 years ago
  90. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 18 years ago
  91. 74aa258 ocfs2_dlm: Cookies in locks not being printed correctly in error messages by Kurt Hackel · 18 years ago
  92. 90aaaf1c ocfs2_dlm: Silence a failed convert by Kurt Hackel · 18 years ago
  93. a6fa364 ocfs2_dlm: wake up sleepers on the lockres waitqueue by Kurt Hackel · 18 years ago
  94. 28b72d9 ocfs2_dlm: Dlm dispatch was stopping too early by Kurt Hackel · 18 years ago
  95. 50635f1 ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres by Kurt Hackel · 18 years ago
  96. 1cd04db ocfs2_dlm: Flush dlm workqueue before starting to migrate by Kurt Hackel · 18 years ago
  97. e17e75e ocfs2_dlm: Fix migrate lockres handler queue scanning by Kurt Hackel · 18 years ago
  98. 71ac106 ocfs2_dlm: Make dlmunlock() wait for migration to complete by Kurt Hackel · 18 years ago
  99. ddc09c8 ocfs2_dlm: Fixes race between migrate and dirty by Kurt Hackel · 18 years ago
  100. faf0ec9 [PATCH] fs/ocfs2/dlm/: make functions static by Adrian Bunk · 18 years ago