1. 6ff06a9 ocfs2: give the dlm dirty list a reference on the lockres by Kurt Hackel · 18 years ago
  2. e7e69eb ocfs2: teach dlm_restart_lock_mastery() to wait on recovery by Kurt Hackel · 18 years ago
  3. e4eb036 ocfs2: gracefully handle stale create_lock messages. by Kurt Hackel · 18 years ago
  4. ccd8b1f ocfs2: update lvb immediately during recovery by Kurt Hackel · 18 years ago
  5. 588e009 ocfs2: do not send master requests to localhost by Kurt Hackel · 18 years ago
  6. 8b21980 ocfs2: purge lockres' sooner by Kurt Hackel · 18 years ago
  7. 343e26a ocfs2: dump mismatching migrated lvbs before BUG() by Kurt Hackel · 18 years ago
  8. 466d1a4 ocfs2: make dlm recovery finalization 2 stage by Kurt Hackel · 18 years ago
  9. 69d72b0 ocfs2: dlm recovery / lockres reference count fix by Kurt Hackel · 18 years ago
  10. a9ee4c8 ocfs2: better error handling during assert master message by Kurt Hackel · 18 years ago
  11. a7f90d8 ocfs2: dump lockres info before we BUG() on a bad reference by Kurt Hackel · 18 years ago
  12. c0a8520 ocfs2: do LVB puts in place by Mark Fasheh · 18 years ago
  13. aa85235 ocfs2: mle ref count debugging by Kurt Hackel · 18 years ago
  14. dc2ed19 ocfs2: allow for an assert message during lock mastery by Kurt Hackel · 18 years ago
  15. 2d1a868 ocfs2: take mle reference during migration by Kurt Hackel · 18 years ago
  16. 41b8c8a ocfs2: properly initialize the mle structure by Kurt Hackel · 18 years ago
  17. da01ad0 ocfs2: detach mle from heartbeat events by Kurt Hackel · 18 years ago
  18. a2bf047 ocfs2: mle ref counting fixes by Kurt Hackel · 18 years ago
  19. 9588371 ocfs2: better mle debugging by Kurt Hackel · 18 years ago
  20. d6dea6e ocfs2: clean up recovery related messages by Kurt Hackel · 18 years ago
  21. 29c0fa0 ocfs2: handle network errors during recovery by Kurt Hackel · 18 years ago
  22. c3187ce ocfs2: only recover one dead node at a time by Kurt Hackel · 18 years ago
  23. ab27eb6 ocfs2: Better tracking for recovery state changes by Kurt Hackel · 18 years ago
  24. 8bc674c ocfs2: Fix empty lvb check by Kurt Hackel · 18 years ago
  25. aba9aac ocfs2: fix inverted logic in dlm_is_node_dead by Kurt Hackel · 18 years ago
  26. 2580a58 ocfs2: recheck lockres master before sending an unlock request. by Kurt Hackel · 18 years ago
  27. 8d79d08 ocfs2: add a small delay after a failed migration by Kurt Hackel · 18 years ago
  28. 685f1ad ocfs2: silence a compile warning in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  29. c8f33b6 [PATCH] ocfs2: Alloc at least a page for the DLM hash by Joel Becker · 18 years ago
  30. 03d864c ocfs2: allocate lockres hash pages in an array by Daniel Phillips · 18 years ago
  31. 95c4f58 ocfs2: inline dlm_lockres_get() by Mark Fasheh · 18 years ago
  32. 4198985 [PATCH] Clean up ocfs2 hash probe and make it faster by Daniel Phillips · 18 years ago
  33. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 18 years ago
  34. 65c491d ocfs2: move lockres qstr next to hlist_node structure by Mark Fasheh · 18 years ago
  35. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  36. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  37. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  38. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  39. afae00ab ocfs2: fix gfp mask in some file system paths by Sunil Mushran · 18 years ago
  40. dd4a2c2 ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal() by Mark Fasheh · 18 years ago
  41. c4374f8 ocfs2: take meta data lock in ocfs2_file_aio_read() by Mark Fasheh · 18 years ago
  42. 53013cb ocfs2: take data locks around extend by Mark Fasheh · 18 years ago
  43. a9e2ae3 ocfs2: Better I/O error handling in heartbeat by Mark Fasheh · 18 years ago
  44. 2cd9888 ocfs2: test and set teardown flag early in user_dlm_destroy_lock() by Mark Fasheh · 18 years ago
  45. f43e691 ocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast() by Mark Fasheh · 18 years ago
  46. cc6eb72 ocfs2: catch an invalid ast case in dlmfs by Mark Fasheh · 18 years ago
  47. 1f7bc82 ocfs2: remove an overly aggressive BUG() in dlmfs by Mark Fasheh · 18 years ago
  48. ab0920c ocfs2: multi node truncate fix by Mark Fasheh · 18 years ago
  49. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  50. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  51. 205f87f [PATCH] change buffer_head.b_size to size_t by Badari Pulavarty · 18 years ago
  52. 5515eff [PATCH] 2tb-files-add-blkcnt_t-fixes by Andrew Morton · 18 years ago
  53. ea8aa68 ocfs2: finally remove MLF* macros by Mark Fasheh · 18 years ago
  54. b069705 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  55. 2900485 ocfs2: don't use MLF* in dlm/ files by Kurt Hackel · 18 years ago
  56. 70bacbdb ocfs2: don't use MLF* in cluster/ files by Mark Fasheh · 18 years ago
  57. c03872f [PATCH] ocfs2: dlm recovery fixes by Kurt Hackel · 18 years ago
  58. 9c6510a [PATCH] ocfs2: fix hang in dlm lock resource mastery by Kurt Hackel · 18 years ago
  59. a74e1f0 ocfs2: use __attribute__ format by Mark Fasheh · 18 years ago
  60. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  61. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  62. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 18 years ago
  63. 81f2094 [PATCH] ocfs2: use hlists for lockres hash by Mark Fasheh · 19 years ago
  64. b7668c7 [PATCH] ocfs2: added source addr to bind() in o2net_start_connect() by Sunil Mushran · 19 years ago
  65. 110ba90 ocfs2: Respond to on-disk corruption in the extent map code. by Joel Becker · 19 years ago
  66. 93cc9ac ocfs2: Set .owner on masklog sysfs attributes. by Joel Becker · 19 years ago
  67. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 19 years ago
  68. 895928b [PATCH] ocfs2: complete failure recovery for nodemanager init by Jeff Mahoney · 19 years ago
  69. 362342f [PATCH] ocfs2: remove non existing function prototypes by Mark Fasheh · 19 years ago
  70. d267a56 [PATCH] ocfs2: remove unused code by Mark Fasheh · 19 years ago
  71. d3178bc [PATCH] ocfs2: remove pointless max journal size limit by Mark Fasheh · 19 years ago
  72. 6b7a6c9 [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64 by Jeff Mahoney · 19 years ago
  73. f671c09 [PATCH] ocfs2: detach from heartbeat events before freeing mle by Kurt Hackel · 19 years ago
  74. 745ae8ba [PATCH] ocfs2: only checkpoint journal when asked to by Mark Fasheh · 19 years ago
  75. 558c70c [PATCH] ocfs2: manually grant remote recovery lock by Kurt Hackel · 19 years ago
  76. 44465a7 [PATCH] ocfs2: add dlm_wait_for_node_death by Kurt Hackel · 19 years ago
  77. e2b5e45 [PATCH] ocfs2: fix release of ast never reserved by Kurt Hackel · 19 years ago
  78. 898effa [PATCH] ocfs2: recheck recovery state after getting lock by Kurt Hackel · 19 years ago
  79. 6eff579 [PATCH] ocfs2: don't wait on recovery when locking journal by Mark Fasheh · 19 years ago
  80. 215c7f9 [PATCH] ocfs2: fix compile warnings by Mark Fasheh · 19 years ago
  81. ebdec83 [PATCH] BUG_ON() Conversion in fs/ocfs2/ by Eric Sesterhenn / snakebyte · 19 years ago
  82. b4c7f53 [PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h> by Adrian Bunk · 19 years ago
  83. c74ec2f [PATCH] ocfs2: Semaphore to mutex conversion. by Arjan van de Ven · 19 years ago
  84. e2faea4 [PATCH] ocfs2/dlm: fixes by Kurt Hackel · 19 years ago
  85. 251b6ec [OCFS2] Make ip_io_sem a mutex by Mark Fasheh · 19 years ago
  86. aee93ac [PATCH] ocfs2/dlm: fix compilation on ia64 by Jeff Mahoney · 19 years ago
  87. 0c6c98f [PATCH] OCFS2: __init / __exit problem by Adrian Bunk · 19 years ago
  88. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  89. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  90. 7892f2f [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock by Ingo Molnar · 19 years ago
  91. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  92. a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
  93. 82353b5 [PATCH] This patch contains the following cleanups: by Adrian Bunk · 19 years ago
  94. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  95. 8df08c8 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  96. 6714d8e [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago
  97. 9821148 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago
  98. a7f6a5f [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  99. 0c83ed8 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago
  100. 52fd3d6 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago