From: Steven Whitehouse <swhiteho@redhat.com>
To: torvalds@linux-foundation.org
Cc: cluster-devel@redhat.com, linux-kernel@vger.kernel.org
Subject: GFS2: Pull request
Date: Mon, 14 Sep 2009 09:08:10 +0100 [thread overview]
Message-ID: <1252915690.6052.257.camel@localhost.localdomain> (raw)
Hi,
Please consider pulling the following changes,
Steve.
-------------------------------------------------------------------------------
The following changes since commit 894ef820b10d77e2d6d717342fc408bdd9825139:
Randy Dunlap (1):
dm-log-userspace: fix printk format warning
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git master
Bob Peterson (1):
GFS2: Add "-o errors=panic|withdraw" mount options
Roel Kluin (1):
GFS2: jumping to wrong label?
Steven Whitehouse (13):
GFS2: Add online uevent to GFS2
GFS2: Add some more info to uevents
GFS2: Improve error handling in inode allocation
GFS2: Replace assertion with proper error handling
GFS2: Add sysfs link to device
GFS2: Add a document explaining GFS2's uevents
GFS2: Add explanation of extended attr on-disk format
GFS2: Clean up of extended attribute support
GFS2: Rename eattr.[ch] as xattr.[ch]
GFS2: Remove no_formal_ino generating code
GFS2: Be extra careful about deallocating inodes
GFS2: Remove unused sysfs file
GFS2: Whitespace fixes
Wengang Wang (1):
GFS2: free disk inode which is deleted by remote node -V2
Documentation/filesystems/gfs2-uevents.txt | 100 +++++++
fs/gfs2/Makefile | 2 +-
fs/gfs2/acl.c | 106 +++----
fs/gfs2/dentry.c | 18 ++
fs/gfs2/eaops.c | 157 ----------
fs/gfs2/eaops.h | 30 --
fs/gfs2/export.c | 36 +--
fs/gfs2/file.c | 1 -
fs/gfs2/incore.h | 15 +-
fs/gfs2/inode.c | 159 +----------
fs/gfs2/ops_fstype.c | 66 ++---
fs/gfs2/ops_inode.c | 82 +++---
fs/gfs2/rgrp.c | 82 +++++-
fs/gfs2/rgrp.h | 6 +-
fs/gfs2/super.c | 46 +++-
fs/gfs2/super.h | 5 +-
fs/gfs2/sys.c | 31 ++-
fs/gfs2/util.c | 41 ++-
fs/gfs2/{eattr.c => xattr.c} | 425 ++++++++++++++++------------
fs/gfs2/{eattr.h => xattr.h} | 54 +---
include/linux/gfs2_ondisk.h | 22 ++
21 files changed, 678 insertions(+), 806 deletions(-)
create mode 100644 Documentation/filesystems/gfs2-uevents.txt
delete mode 100644 fs/gfs2/eaops.c
delete mode 100644 fs/gfs2/eaops.h
rename fs/gfs2/{eattr.c => xattr.c} (79%)
rename fs/gfs2/{eattr.h => xattr.h} (53%)
next reply other threads:[~2009-09-14 8:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 8:08 Steven Whitehouse [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-08 11:48 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 GFS2: Pull request Steven Whitehouse
2010-03-02 11:03 Steven Whitehouse
2009-12-03 15:01 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-01-25 9:46 GFS2 " 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=1252915690.6052.257.camel@localhost.localdomain \
--to=swhiteho@redhat.com \
--cc=cluster-devel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox