From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] GFS2: Pull request
Date: Tue, 02 Mar 2010 11:03:14 +0000 [thread overview]
Message-ID: <1267527794.3405.21.camel@localhost> (raw)
Hi,
Please consider pulling the following GFS2 changes,
Steve.
------------------------------------------------------------------------------------------
The following changes since commit 30ff056c42c665b9ea535d8515890857ae382540:
Linus Torvalds (1):
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master
Abhijith Das (1):
GFS2: Remove old, unused linked list code from quota
Bob Peterson (1):
GFS2: print glock numbers in hex
Dave Chinner (1):
GFS2: ordered writes are backwards
Steven Whitehouse (2):
GFS2: Metadata address space clean up
GFS2: Remove loopy umount code
fs/gfs2/aops.c | 4 +-
fs/gfs2/glock.c | 75 ++++++++++++++-----------------------------
fs/gfs2/glock.h | 7 ++++
fs/gfs2/glops.c | 16 +++++----
fs/gfs2/incore.h | 5 +--
fs/gfs2/inode.c | 6 +--
fs/gfs2/lock_dlm.c | 5 ++-
fs/gfs2/lops.c | 4 +-
fs/gfs2/main.c | 28 ++++++++++++++++
fs/gfs2/meta_io.c | 46 +++-----------------------
fs/gfs2/meta_io.h | 12 ++++++-
fs/gfs2/ops_fstype.c | 4 +--
fs/gfs2/super.c | 27 +++++----------
fs/gfs2/sys.c | 2 -
fs/gfs2/util.c | 1 +
fs/gfs2/util.h | 1 +
include/linux/gfs2_ondisk.h | 30 +----------------
17 files changed, 109 insertions(+), 164 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Steven Whitehouse <swhiteho@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, cluster-devel@redhat.com
Subject: GFS2: Pull request
Date: Tue, 02 Mar 2010 11:03:14 +0000 [thread overview]
Message-ID: <1267527794.3405.21.camel@localhost> (raw)
Hi,
Please consider pulling the following GFS2 changes,
Steve.
------------------------------------------------------------------------------------------
The following changes since commit 30ff056c42c665b9ea535d8515890857ae382540:
Linus Torvalds (1):
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master
Abhijith Das (1):
GFS2: Remove old, unused linked list code from quota
Bob Peterson (1):
GFS2: print glock numbers in hex
Dave Chinner (1):
GFS2: ordered writes are backwards
Steven Whitehouse (2):
GFS2: Metadata address space clean up
GFS2: Remove loopy umount code
fs/gfs2/aops.c | 4 +-
fs/gfs2/glock.c | 75 ++++++++++++++-----------------------------
fs/gfs2/glock.h | 7 ++++
fs/gfs2/glops.c | 16 +++++----
fs/gfs2/incore.h | 5 +--
fs/gfs2/inode.c | 6 +--
fs/gfs2/lock_dlm.c | 5 ++-
fs/gfs2/lops.c | 4 +-
fs/gfs2/main.c | 28 ++++++++++++++++
fs/gfs2/meta_io.c | 46 +++-----------------------
fs/gfs2/meta_io.h | 12 ++++++-
fs/gfs2/ops_fstype.c | 4 +--
fs/gfs2/super.c | 27 +++++----------
fs/gfs2/sys.c | 2 -
fs/gfs2/util.c | 1 +
fs/gfs2/util.h | 1 +
include/linux/gfs2_ondisk.h | 30 +----------------
17 files changed, 109 insertions(+), 164 deletions(-)
next reply other threads:[~2010-03-02 11:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-02 11:03 Steven Whitehouse [this message]
2010-03-02 11:03 ` GFS2: Pull request Steven Whitehouse
-- strict thread matches above, loose matches on Subject: below --
2019-05-08 11:48 [Cluster-devel] GFS2: Pull Request Andreas Gruenbacher
2019-05-08 17:55 ` Linus Torvalds
2019-05-08 18:06 ` Linus Torvalds
2019-05-08 20:17 ` Andreas Gruenbacher
2019-05-08 20:21 ` Linus Torvalds
2019-05-08 20:58 ` Jonathan Corbet
2019-05-08 21:05 ` Linus Torvalds
2019-05-08 21:50 ` Jonathan Corbet
2010-05-18 8:38 [Cluster-devel] GFS2: Pull request Steven Whitehouse
2009-12-03 15:01 Steven Whitehouse
2009-09-14 8:08 Steven Whitehouse
2009-06-11 10:51 Steven Whitehouse
2009-04-15 11:26 Steven Whitehouse
2009-03-24 12:20 Steven Whitehouse
2009-01-05 9:34 Steven Whitehouse
2008-10-10 8:05 [Cluster-devel] [GFS2] " Steven Whitehouse
2008-07-14 16:03 Steven Whitehouse
2008-06-24 21:12 Steven Whitehouse
2008-05-20 9:12 [Cluster-devel] [GFS2] Pre-pull patch posting (bug fixes) swhiteho
2008-05-20 10:05 ` [Cluster-devel] [GFS2] Pull request Steven Whitehouse
2008-04-18 16:53 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=1267527794.3405.21.camel@localhost \
--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.