Displaying 7 results from an estimated 7 matches for "stack_o2cb".
2009 Jun 19
1
[PATCH] ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
...ard' way of treating LVBs, we will promote this behavior.
We add a stack glue API ocfs2_dlm_lvb_valid(). It returns non-zero when
the LVB is valid. o2dlm will always return valid, while fs/dlm will
check VALNOTVALID.
Signed-off-by: Joel Becker <joel.becker at oracle.com>
---
fs/ocfs2/stack_o2cb.c | 11 +++++++++++
fs/ocfs2/stack_user.c | 8 ++++++++
fs/ocfs2/stackglue.c | 13 +++++++------
fs/ocfs2/stackglue.h | 6 ++++++
4 files changed, 32 insertions(+), 6 deletions(-)
diff --git a/fs/ocfs2/stack_o2cb.c b/fs/ocfs2/stack_o2cb.c
index fcd120f..3f66137 100644
--- a/fs/ocfs2/st...
2009 Jul 23
0
[PATCH] ocfs2: Keep index within status_map
Do not exceed array status_map[]
Signed-off-by: Roel Kluin <roel.kluin at gmail.com>
---
diff --git a/fs/ocfs2/stack_o2cb.c b/fs/ocfs2/stack_o2cb.c
index 3f66137..e49c410 100644
--- a/fs/ocfs2/stack_o2cb.c
+++ b/fs/ocfs2/stack_o2cb.c
@@ -17,6 +17,7 @@
* General Public License for more details.
*/
+#include <linux/kernel.h>
#include <linux/crc32.h>
#include <linux/module.h>
@@ -153,7 +154,7...
2009 Jun 24
0
[GIT PULL] ocfs2 updates for 2.6.31, take 2
...++-------------
fs/ocfs2/dlmglue.h | 24 +++++++--
fs/ocfs2/file.c | 6 +-
fs/ocfs2/inode.c | 11 ++++
fs/ocfs2/journal.c | 43 +++++++++++-----
fs/ocfs2/journal.h | 2 +-
fs/ocfs2/namei.c | 15 ++++--
fs/ocfs2/ocfs2.h | 10 ++++
fs/ocfs2/stack_o2cb.c | 11 ++++
fs/ocfs2/stack_user.c | 8 +++
fs/ocfs2/stackglue.c | 13 +++--
fs/ocfs2/stackglue.h | 6 ++
fs/ocfs2/suballoc.c | 28 +++++++++--
fs/ocfs2/super.c | 69 ++++++++++++++-------------
fs/ocfs2/sysfile.c | 19 +++++++
include/linux/lockdep.h | 1...
2009 Aug 11
0
[GIT PULL] ocfs2 fixes for 2.6.31-rc5
...| 8 ++-
fs/ocfs2/journal.h | 19 ++++---
fs/ocfs2/ocfs2.h | 22 ++++++-
fs/ocfs2/quota.h | 1 -
fs/ocfs2/quota_global.c | 134 +++++++++++++++++++++++--------------------
fs/ocfs2/quota_local.c | 110 +++++++++++++++++++++++++++++++-----
fs/ocfs2/stack_o2cb.c | 3 +-
fs/ocfs2/super.c | 30 +++++++++-
fs/ocfs2/xattr.c | 3 +-
16 files changed, 357 insertions(+), 135 deletions(-)
--
Life's Little Instruction Book #99
"Think big thoughts, but relish small pleasures."
Joel Becker
Principal Software Devel...
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
.../ocfs2.h | 63 ++++-
fs/ocfs2/ocfs2_fs.h | 46 +++-
fs/ocfs2/ocfs2_ioctl.h | 95 ++++++
fs/ocfs2/refcounttree.c | 43 +++-
fs/ocfs2/refcounttree.h | 7 +-
fs/ocfs2/slot_map.c | 2 +-
fs/ocfs2/stack_o2cb.c | 2 +
fs/ocfs2/suballoc.c | 16 +
fs/ocfs2/super.c | 163 +++++++++--
fs/ocfs2/sysfile.c | 60 +++-
fs/ocfs2/xattr.c | 2 +-
include/linux/fs.h | 2 +
39 files changed, 1894...
2010 Oct 08
23
O2CB global heartbeat - hopefully final drop!
All,
This is hopefully the final drop of the patches for adding global heartbeat
to the o2cb stack.
The diff from the previous set is here:
http://oss.oracle.com/~smushran/global-hb-diff-2010-10-07
Implemented most of the suggestions provided by Joel and Wengang.
The most important one was to activate the feature only at the end,
Also, got mostly a clean run with checkpatch.pl.
Sunil
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...4 +-
fs/ocfs2/ocfs2.h | 77 ++-
fs/ocfs2/ocfs2_fs.h | 79 +++-
fs/ocfs2/ocfs2_lockid.h | 2 +-
fs/ocfs2/slot_map.c | 454 +++++++++++---
fs/ocfs2/slot_map.h | 32 +-
fs/ocfs2/stack_o2cb.c | 420 +++++++++++++
fs/ocfs2/stack_user.c | 883 +++++++++++++++++++++++++++
fs/ocfs2/stackglue.c | 568 +++++++++++++++++
fs/ocfs2/stackglue.h | 261 ++++++++
fs/ocfs2/suballoc.c |...