From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [GFS2/DLM] Pull request
Date: Tue, 14 Aug 2007 17:44:49 +0100 [thread overview]
Message-ID: <1187109889.8765.854.camel@quoit> (raw)
In-Reply-To: <1187086122.8765.838.camel@quoit>
Hi,
Please consider pulling the following bug fixes from the GFS2/DLM -fixes git tree,
Steve.
The following changes since commit 39d3520c92cf7a28c07229ca00cc35a1e8026c77:
Linus Torvalds (1):
Linux 2.6.23-rc3
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
Bob Peterson (2):
[GFS2] soft lockup detected in databuf_lo_before_commit
[GFS2] soft lockup in rgblk_search
David Teigland (2):
[DLM] fix NULL ls usage
[DLM] fix basts for granted PR waiting CW
Jesper Juhl (1):
[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero
Patrick Caulfield (3):
[DLM] Clear othercon pointers when a connection is closed
[DLM] zero unused parts of sockaddr_storage
[DLM] More othercon fixes
Steven Whitehouse (4):
[GFS2] Fix incorrect return code in rgrp.c
[GFS2] Fix incorrect error path in prepare_write()
[GFS2] Fix setting of inherit jdata attr
[GFS2] Revert remounting w/o acl option leaves acls enabled
fs/dlm/lock.c | 69 +++++++++++++++++++++++++++++++++++++++----------
fs/dlm/lowcomms.c | 24 +++++++++++-----
fs/dlm/member.c | 4 ++-
fs/dlm/rcom.c | 7 ++---
fs/gfs2/lops.c | 6 +++-
fs/gfs2/mount.c | 25 +++++++++--------
fs/gfs2/ops_address.c | 3 +-
fs/gfs2/ops_file.c | 29 ++++++++++++--------
fs/gfs2/rgrp.c | 16 ++++++++---
9 files changed, 124 insertions(+), 59 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Steven Whitehouse <swhiteho@redhat.com>
To: torvalds@linux-foundation.org
Cc: cluster-devel@redhat.com, linux-kernel@vger.kernel.org
Subject: [GFS2/DLM] Pull request
Date: Tue, 14 Aug 2007 17:44:49 +0100 [thread overview]
Message-ID: <1187109889.8765.854.camel@quoit> (raw)
In-Reply-To: <1187086122.8765.838.camel@quoit>
Hi,
Please consider pulling the following bug fixes from the GFS2/DLM -fixes git tree,
Steve.
The following changes since commit 39d3520c92cf7a28c07229ca00cc35a1e8026c77:
Linus Torvalds (1):
Linux 2.6.23-rc3
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
Bob Peterson (2):
[GFS2] soft lockup detected in databuf_lo_before_commit
[GFS2] soft lockup in rgblk_search
David Teigland (2):
[DLM] fix NULL ls usage
[DLM] fix basts for granted PR waiting CW
Jesper Juhl (1):
[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero
Patrick Caulfield (3):
[DLM] Clear othercon pointers when a connection is closed
[DLM] zero unused parts of sockaddr_storage
[DLM] More othercon fixes
Steven Whitehouse (4):
[GFS2] Fix incorrect return code in rgrp.c
[GFS2] Fix incorrect error path in prepare_write()
[GFS2] Fix setting of inherit jdata attr
[GFS2] Revert remounting w/o acl option leaves acls enabled
fs/dlm/lock.c | 69 +++++++++++++++++++++++++++++++++++++++----------
fs/dlm/lowcomms.c | 24 +++++++++++-----
fs/dlm/member.c | 4 ++-
fs/dlm/rcom.c | 7 ++---
fs/gfs2/lops.c | 6 +++-
fs/gfs2/mount.c | 25 +++++++++--------
fs/gfs2/ops_address.c | 3 +-
fs/gfs2/ops_file.c | 29 ++++++++++++--------
fs/gfs2/rgrp.c | 16 ++++++++---
9 files changed, 124 insertions(+), 59 deletions(-)
next prev parent reply other threads:[~2007-08-14 16:44 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 9:47 [Cluster-devel] [PATCH] [DLM] Clear othercon pointers when a connection is closed swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [DLM] fix NULL ls usage swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [DLM] zero unused parts of sockaddr_storage swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [DLM] More othercon fixes swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [DLM] fix basts for granted PR waiting CW swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] soft lockup detected in databuf_lo_before_commit swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] soft lockup in rgblk_search swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] Fix incorrect return code in rgrp.c swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] Fix incorrect error path in prepare_write() swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] Fix setting of inherit jdata attr swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 9:47 ` [Cluster-devel] [PATCH] [GFS2] Revert remounting w/o acl option leaves acls enabled swhiteho
2007-08-14 9:47 ` swhiteho
2007-08-14 10:08 ` [Cluster-devel] [GFS2/DLM] [0/12] Pre pull request patch posting Steven Whitehouse
2007-08-14 10:08 ` Steven Whitehouse
2007-08-14 16:44 ` Steven Whitehouse [this message]
2007-08-14 16:44 ` [GFS2/DLM] Pull request Steven Whitehouse
-- strict thread matches above, loose matches on Subject: below --
2007-10-04 8:48 [Cluster-devel] [GFS2/DLM] Pre-pull patch posting swhiteho
2007-10-12 7:47 ` [Cluster-devel] [GFS2/DLM] Pull request Steven Whitehouse
2007-07-09 16:02 [Cluster-devel] [GFS2/DLM] Pre-pull Patch Posting swhiteho
2007-07-10 7:50 ` [Cluster-devel] [GFS2/DLM] Pull request Steven Whitehouse
2007-06-18 14:54 [Cluster-devel] [GFS2/DLM] Some small bug fixes Steven Whitehouse
2007-06-18 15:13 ` [Cluster-devel] [GFS2/DLM] Pull request Steven Whitehouse
2007-06-18 15:30 ` Steven Whitehouse
2007-06-18 15:30 ` Steven Whitehouse
2007-05-01 9:56 [Cluster-devel] [GFS2] Patches for the current merge window [0/34] Steven Whitehouse
2007-05-01 14:11 ` [Cluster-devel] [GFS2/DLM] Pull request Steven Whitehouse
2007-03-07 14:25 [Cluster-devel] [GFS2/DLM] Bug fixes [0/12] Steven Whitehouse
2007-03-07 14:43 ` [Cluster-devel] [GFS2/DLM] Pull request Steven Whitehouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1187109889.8765.854.camel@quoit \
--to=swhiteho@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.