David Teigland wrote:
>> If we want to allow people to build the cluster with an outside kernel
>> then we need to fix or change the dirafter and change the Makefile's
>> that use KERNEL_SRC to be all consistent in the same way.
>>
>> Given that we need KERNEL_SRC defined for the kernel modules th
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-21 04:46:44
Modified files:
dlm/lib: Makefile
gfs2/edit : Makefile
gfs2/mount : Makefile
gfs2/quota : Makefile
gfs2/tool : Make
CVSROOT:/cvs/cluster
Module name:cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2007-08-20 21:31:07
Modified files:
gfs2/init.d: gfs2
Log message:
fix for bz253172 - gfs2 init script should not unload any kernel modules
Patches:
http://sour
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 21:30:37
Modified files:
gfs2/init.d: gfs2
Log message:
fix for bz253172 - gfs2 init script should not unload any kernel modules
Patches:
http://sourceware.org/cgi-bin/cvs
CVSROOT:/cvs/cluster
Module name:cluster
Branch: RHEL51
Changes by: [EMAIL PROTECTED] 2007-08-20 21:30:07
Modified files:
gfs2/init.d: gfs2
Log message:
fix for bz253172 - gfs2 init script should not unload any kernel modules
Patches:
http://sou
CVSROOT:/cvs/cluster
Module name:cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2007-08-20 20:48:05
Modified files:
dlm/tool : main.c
Log message:
proper help output for -m option
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/
This should fix all of the filesystems in the mainline kernels to handle
ATTR_KILL_SUID and ATTR_KILL_SGID correctly. For most of them, this is
just a matter of making sure that they call generic_attrkill early in
the setattr inode op.
Signed-off-by: Jeff Layton <[EMAIL PROTECTED]>
---
arch/power
Separate the handling of the local ia_valid bitmask from the one in
attr->ia_valid. This allows us to hand off the actual handling of the
ATTR_KILL_* flags to the .setattr i_op when one is defined.
notify_change still needs to process those flags for the local ia_valid
variable, since it uses that
When an unprivileged process attempts to modify a file that has the
setuid or setgid bits set, the VFS will attempt to clear these bits. The
VFS will set the ATTR_KILL_SUID or ATTR_KILL_SGID bits in the ia_valid
mask, and then call notify_change to clear these bits and set the mode
accordingly.
Wi
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 20:48:16
Modified files:
dlm/tool : main.c
Log message:
proper help output for -m option
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?c
CVSROOT:/cvs/cluster
Module name:cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2007-08-20 20:38:37
Modified files:
dlm/tool : main.c
Log message:
the mode (-m) and directory (-d) options were being set but not
used in the call to
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 20:36:53
Modified files:
dlm/tool : main.c
Log message:
the -m mode option was being ignored and 0600 always used
(this change must have been lost at the same tim
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 20:31:02
Modified files:
dlm/tool : main.c
Log message:
the NODIR new_lockspace flag was always being used, even if the -d
was used to deselect it
Patches:
http:
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 18:10:04
Modified files:
ccs/man: ccs.7 ccs_test.8 ccs_tool.8 ccsd.8
Log message:
update ccs man pages
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ma
CVSROOT:/cvs/cluster
Module name:conga
Changes by: [EMAIL PROTECTED] 2007-08-20 16:33:31
Modified files:
. : download_files
Log message:
Upgrade to the latest Zope release.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/download_files.
CVSROOT:/cvs/cluster
Module name:conga
Changes by: [EMAIL PROTECTED] 2007-08-20 16:31:14
Modified files:
luci/site : Makefile
luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py
LuciZope.py
luci/storage
CVSROOT:/cvs/cluster
Module name:conga
Branch: RHEL4
Changes by: [EMAIL PROTECTED] 2007-08-20 16:27:22
Modified files:
luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py
LuciZope.py
luci/storage : form-mac
CVSROOT:/cvs/cluster
Module name:conga
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 2007-08-20 16:23:28
Modified files:
. : clustermon.spec.in.in conga.spec.in.in
ricci/modules/cluster: Clusvcadm.cpp
Log message:
fix bz253341: fa
Hi,
On Mon, 2007-08-20 at 17:36 +0800, rae l wrote:
> On 8/17/07, Steven Whitehouse <[EMAIL PROTECTED]> wrote:
> ...
> > > the stack trace of the 'D' state `ls`:
> > >
> > > ===
> > > lsD F89B83F8 2200 12018 1 (NOTLB)
> > >f3eeadd4 0082 f6a425c0 f
>From fe2c07e31e0ed90422fab685eef97997d5befcac Mon Sep 17 00:00:00 2001
From: Steven Whitehouse <[EMAIL PROTECTED]>
Date: Mon, 20 Aug 2007 15:48:00 +0100
Subject: [PATCH] [GFS2] Use write_one_page() for writeback of in-place data
When writing back in-place data, we need to hold the page lock
when
Hi,
Now in the -nmw git tree. Thanks,
Steve.
On Mon, 2007-08-20 at 09:29 -0400, Wendy Cheng wrote:
> Current GFS2 setattr call unconditionally invokes do_shrink even the
> requested size and actual file size are equal. This has generated large
> amount of extra IOs found during NFS benchmark r
Hi,
Now in the -nmw git tree. Thanks,
Steve.
On Mon, 2007-08-20 at 15:13 +0100, Patrick Caulfield wrote:
> This patch fixes the slight mess made in lowcomms closing by previous patches
> and fixes all sorts of DLM hangs.
>
> Signed-Off-By: Patrick Caulfield <[EMAIL PROTECTED]>
>
> plain text d
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 14:50:32
Modified files:
group/daemon : cman.c gd_internal.h joinleave.c main.c
Log message:
Call the new cman_set_dirty() api to disallow clusters both with
fence/dl
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 14:37:26
Modified files:
cman/cman_tool : main.c
cman/daemon: cnxman-private.h cnxman-socket.h commands.c
cman/lib : libcman.c libcman.h
Log message:
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 14:36:16
Modified files:
gfs2/mount : Makefile
Removed files:
gfs/include: gfs_ondisk.h
gfs2/include : gfs_ondisk.h
Log message:
Remove redundant gf
CVSROOT:/cvs/cluster
Module name:cluster
Changes by: [EMAIL PROTECTED] 2007-08-20 14:30:56
Modified files:
dlm/man: Makefile
Log message:
add clean: target or make clean will fail.
use TARGET8 to be consistent with TARGET3
Patches:
This patch fixes the slight mess made in lowcomms closing by previous patches
and fixes all sorts of DLM hangs.
Signed-Off-By: Patrick Caulfield <[EMAIL PROTECTED]>
--- gfs2-2.6-nmw/fs/dlm/lowcomms.c.orig 2007-08-20 15:05:48.0 +0100
+++ gfs2-2.6-nmw/fs/dlm/lowcomms.c 2007-08-20 15:07
On Sun, Aug 19, 2007 at 07:32:57AM +0200, Fabio Massimo Di Nitto wrote:
> David Teigland wrote:
>
> >
> > I believe that the correct solution is to install the necessary kernel
> > headers into /usr/include/linux/ prior to building cluster. This
> > usually means doing something like this:
> >
Current GFS2 setattr call unconditionally invokes do_shrink even the
requested size and actual file size are equal. This has generated large
amount of extra IOs found during NFS benchmark runs. This patch moves
the relevant logic out of shrink code path. Since setattr is a system
call, the time
On 8/17/07, Steven Whitehouse <[EMAIL PROTECTED]> wrote:
...
> > the stack trace of the 'D' state `ls`:
> >
> > ===
> > lsD F89B83F8 2200 12018 1 (NOTLB)
> >f3eeadd4 0082 f6a425c0 f89b83f8 f3eead9c f6a425d4 f6f32d80
> > f573a93c
> >0001000
30 matches
Mail list logo