1. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  2. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  3. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  4. ce17204a ocfs2: Retry sendpage() if it returns EAGAIN by Sunil Mushran · 17 years ago
  5. add0969 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  6. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  7. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  8. e6df3a6 ocfs2: Wake up a starting region if it gets killed in the background. by Joel Becker · 17 years ago
  9. 16c6a4f ocfs2: live heartbeat depends on the local node configuration by Joel Becker · 17 years ago
  10. 1482942 ocfs2: Depend on configfs heartbeat items. by Joel Becker · 17 years ago
  11. e6bd07a configfs: Convert subsystem semaphore to mutex by Joel Becker · 17 years ago
  12. 59be7dc ocfs2: Fix masklog breakage by Tiger Yang · 17 years ago
  13. c4a7f5e ocfs2: kobject/kset foobar by Randy Dunlap · 17 years ago
  14. fa24aa5 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  15. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  16. 5fdf1e6 ocfs2: fix sparse warnings in fs/ocfs2/cluster by Mark Fasheh · 17 years ago
  17. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  18. bebe6f1 ocfs2: Replace panic() with emergency_restart() when fencing by Sunil Mushran · 17 years ago
  19. e6c352d ocfs2: Concurrent access of o2hb_region->hr_task was not locked by Joel Becker · 17 years ago
  20. c24f72c ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks() by Joel Becker · 17 years ago
  21. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  22. 0e03036 [PATCH] sysctl: register the ocfs2 sysctl numbers by Eric W. Biederman · 17 years ago
  23. b559292 [PATCH] ocfs2 heartbeat: clean up bio submission code by Philipp Reisner · 18 years ago
  24. 925037b ocfs2: introduce sc->sc_send_lock to protect outbound outbound messages by Zhen Wei · 18 years ago
  25. 1faf289 ocfs2_dlm: disallow a domain join if node maps mismatch by Srinivas Eeda · 17 years ago
  26. ab81afd ocfs2: Binds listener to the configured ip address by Sunil Mushran · 17 years ago
  27. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 18 years ago
  28. ba2bf21 ocfs2_dlm: fix cluster-wide refcounting of lock resources by Kurt Hackel · 18 years ago
  29. 92efc15 ocfs2: export heartbeat thread pid via configfs by Zhen Wei · 18 years ago
  30. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  31. 828ae6a [patch 3/3] OCFS2 Configurable timeouts - Protocol changes by Andrew Beekhof · 18 years ago
  32. b5dd803 [patch 2/3] OCFS2 Configurable timeouts by Jeff Mahoney · 18 years ago
  33. 296b75e [patch 1/3] OCFS2 - Expose struct o2nm_cluster by Andrew Beekhof · 18 years ago
  34. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  35. 79cd22d ocfs2: delete redundant memcmp() by Akinobu Mita · 18 years ago
  36. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  37. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  38. 471e3f5 ocfs2: Fix heartbeat sector calculation by Mathieu Avila · 18 years ago
  39. 781ee3e ocfs2: Cleanup message prints by Sunil Mushran · 18 years ago
  40. 0db638f ocfs2: warn the user on a dead timeout mismatch by Mark Fasheh · 18 years ago
  41. 2b388c6 ocfs2: Compile-time disabling of ocfs2 debugging output. by Joel Becker · 18 years ago
  42. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  43. a9e2ae3 ocfs2: Better I/O error handling in heartbeat by Mark Fasheh · 18 years ago
  44. ea8aa68 ocfs2: finally remove MLF* macros by Mark Fasheh · 18 years ago
  45. 70bacbd ocfs2: don't use MLF* in cluster/ files by Mark Fasheh · 18 years ago
  46. b7668c7 [PATCH] ocfs2: added source addr to bind() in o2net_start_connect() by Sunil Mushran · 18 years ago
  47. 93cc9ac ocfs2: Set .owner on masklog sysfs attributes. by Joel Becker · 18 years ago
  48. 895928b [PATCH] ocfs2: complete failure recovery for nodemanager init by Jeff Mahoney · 18 years ago
  49. 362342f [PATCH] ocfs2: remove non existing function prototypes by Mark Fasheh · 18 years ago
  50. 6b7a6c9 [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64 by Jeff Mahoney · 18 years ago
  51. 215c7f9 [PATCH] ocfs2: fix compile warnings by Mark Fasheh · 18 years ago
  52. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  53. a136564 [PATCH] remove gcc-2 checks by Andrew Morton · 19 years ago
  54. 82353b5 [PATCH] This patch contains the following cleanups: by Adrian Bunk · 19 years ago
  55. 9821148 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago
  56. a7f6a5f [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago
  57. 0c83ed8 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Kurt Hackel · 19 years ago
  58. 52fd3d6 [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Zach Brown · 19 years ago