1. d74c980 ocfs2: Added post handler callable function in o2net message handler by Kurt Hackel · 18 years ago
  2. 74aa258 ocfs2_dlm: Cookies in locks not being printed correctly in error messages by Kurt Hackel · 18 years ago
  3. 90aaaf1c ocfs2_dlm: Silence a failed convert by Kurt Hackel · 18 years ago
  4. a6fa364 ocfs2_dlm: wake up sleepers on the lockres waitqueue by Kurt Hackel · 18 years ago
  5. 28b72d9 ocfs2_dlm: Dlm dispatch was stopping too early by Kurt Hackel · 18 years ago
  6. 50635f1 ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres by Kurt Hackel · 18 years ago
  7. 1cd04db ocfs2_dlm: Flush dlm workqueue before starting to migrate by Kurt Hackel · 18 years ago
  8. e17e75e ocfs2_dlm: Fix migrate lockres handler queue scanning by Kurt Hackel · 18 years ago
  9. 71ac106 ocfs2_dlm: Make dlmunlock() wait for migration to complete by Kurt Hackel · 18 years ago
  10. ddc09c8 ocfs2_dlm: Fixes race between migrate and dirty by Kurt Hackel · 18 years ago
  11. faf0ec9 [PATCH] fs/ocfs2/dlm/: make functions static by Adrian Bunk · 18 years ago
  12. ba2bf21 ocfs2_dlm: fix cluster-wide refcounting of lock resources by Kurt Hackel · 18 years ago
  13. e051fda ocfs2: ocfs2_link() journal credits update by Mark Fasheh · 18 years ago
  14. a8a75a2 [PATCH] ocfs2: fix thinko in ocfs2_backup_super_blkno() by Mark Fasheh · 18 years ago
  15. 50af94b ocfs2: Add backup superblock info to ocfs2_fs.h by Mark Fasheh · 18 years ago
  16. 6a1bd4a ocfs2: cleanup ocfs2_iget() errors by Mark Fasheh · 18 years ago
  17. 592282c ocfs2: Directory c/mtime update fixes by Mark Fasheh · 18 years ago
  18. 72bce50 ocfs2: Don't print errors when following symlinks by Mark Fasheh · 18 years ago
  19. 92efc15 ocfs2: export heartbeat thread pid via configfs by Zhen Wei · 18 years ago
  20. 7f4a2a9 ocfs2: always unmap in ocfs2_data_convert_worker() by Mark Fasheh · 18 years ago
  21. 6c2aad0 ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime() by Mark Fasheh · 18 years ago
  22. 564f8a3 ocfs2: Allow direct I/O read past end of file by Mark Fasheh · 18 years ago
  23. 0333394 ocfs2: don't print error in ocfs2_permission() by Mark Fasheh · 18 years ago
  24. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  25. 7e913c5 [PATCH] ocfs2: relative atime support by Mark Fasheh · 18 years ago
  26. 741441a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 18 years ago
  27. 828ae6a [patch 3/3] OCFS2 Configurable timeouts - Protocol changes by Andrew Beekhof · 18 years ago
  28. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  29. b5dd803 [patch 2/3] OCFS2 Configurable timeouts by Jeff Mahoney · 18 years ago
  30. 296b75e [patch 1/3] OCFS2 - Expose struct o2nm_cluster by Andrew Beekhof · 18 years ago
  31. 8903901 ocfs2: Synchronize feature incompat flags in ocfs2_fs.h by Mark Fasheh · 18 years ago
  32. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  33. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  34. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  35. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  36. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  37. d38eb8d ocfs2: implement i_op->permission by Tiger Yang · 18 years ago
  38. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  39. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  40. 8659ac2 ocfs2: Add splice support by Tiger Yang · 18 years ago
  41. e88d0c9 ocfs2: Remove ocfs2_write_should_remove_suid() by Mark Fasheh · 18 years ago
  42. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  43. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  44. dae8583 ocfs2: remove ocfs2_journal_handle journal field by Mark Fasheh · 18 years ago
  45. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  46. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  47. a301a27 ocfs2: make ocfs2_alloc_handle() static by Mark Fasheh · 18 years ago
  48. daf29e9 ocfs2: remove unused ocfs2_handle_add_lock() by Mark Fasheh · 18 years ago
  49. 02928a7 ocfs2: remove unused ocfs2_handle_add_inode() by Mark Fasheh · 18 years ago
  50. 85b9e78 ocfs2: Don't allocate handle early in ocfs2_rename() by Mark Fasheh · 18 years ago
  51. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  52. 8d5596c ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename() by Mark Fasheh · 18 years ago
  53. 6d8fc40 ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink() by Mark Fasheh · 18 years ago
  54. 30a4f5e ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink() by Mark Fasheh · 18 years ago
  55. 5098c27 ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir code by Mark Fasheh · 18 years ago
  56. 123a964 ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link() by Mark Fasheh · 18 years ago
  57. e3a8213 ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod() by Mark Fasheh · 18 years ago
  58. e08dc8b ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log() by Mark Fasheh · 18 years ago
  59. 8898a5a ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.c by Mark Fasheh · 18 years ago
  60. c161f89 ocfs2: remove ocfs2_journal_handle flags field by Mark Fasheh · 18 years ago
  61. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  62. 01ddf1e ocfs2: remove unused ocfs2_journal_handle field by Mark Fasheh · 18 years ago
  63. f5a923d ocfs2: fix format warnings in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  64. da66116 [2.6 patch] make ocfs2_create_new_lock() static by Adrian Bunk · 18 years ago
  65. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  66. e2057c5 ocfs2: cond_resched() in ocfs2_zero_extend() by Mark Fasheh · 18 years ago
  67. 0effef7 ocfs2: fix page zeroing during simple extends by Mark Fasheh · 18 years ago
  68. 711a40f ocfs2: remove spurious d_count check in ocfs2_rename() by Sunil Mushran · 18 years ago
  69. 79cd22d ocfs2: delete redundant memcmp() by Akinobu Mita · 18 years ago
  70. 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  71. 17ff785 [PATCH] r/o bind mounts: clean up OCFS2 nlink handling by Mark Fasheh · 18 years ago
  72. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  73. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  74. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  75. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  76. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  77. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  78. 0d5dc6c ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback by Mark Fasheh · 18 years ago
  79. b5e500e ocfs2: Remove ->unblock lockres operation by Mark Fasheh · 18 years ago
  80. cc567d8 ocfs2: move downconvert worker to lockres ops by Mark Fasheh · 18 years ago
  81. 08280f1 ocfs2: Remove unused dlmglue functions by Mark Fasheh · 18 years ago
  82. 810d5ae ocfs2: Have the metadata lock use generic dlmglue functions by Mark Fasheh · 18 years ago
  83. 5ef0d4e ocfs2: Add ->set_lvb callback in dlmglue by Mark Fasheh · 18 years ago
  84. 16d5b95 ocfs2: Add ->check_downconvert callback in dlmglue by Mark Fasheh · 18 years ago
  85. f7fbfdd ocfs2: Check for refreshing locks in generic unblock function by Mark Fasheh · 18 years ago
  86. b80fc01 ocfs2: don't unconditionally pass LVB flags by Mark Fasheh · 18 years ago
  87. aa2623a ocfs2: combine inode and generic blocking AST functions by Mark Fasheh · 18 years ago
  88. 54a7e75 ocfs2: Add ->get_osb() dlmglue locking operation by Mark Fasheh · 18 years ago
  89. 2a45f2d ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_ops by Mark Fasheh · 18 years ago
  90. e92d57d ocfs2: combine inode and generic AST functions by Mark Fasheh · 18 years ago
  91. f625c97 ocfs2: Clean up lock resource refresh flags by Mark Fasheh · 18 years ago
  92. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  93. f9e2d82 ocfs2: Encode i_generation in the meta data lvb by Mark Fasheh · 18 years ago
  94. 4d3b83f ocfs2: Free up some space in the lvb by Mark Fasheh · 18 years ago
  95. 0027dd5 ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock() by Mark Fasheh · 18 years ago
  96. 1ba9da2 ocfs2: manually d_move() during ocfs2_rename() by Mark Fasheh · 18 years ago
  97. 1390334 ocfs2: Remove the dentry vote by Mark Fasheh · 18 years ago
  98. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  99. 80c0584 ocfs2: Add dentry tracking API by Mark Fasheh · 18 years ago
  100. d680efe ocfs2: Add new cluster lock type by Mark Fasheh · 18 years ago