From: Dave Chinner <david@fromorbit.com>
To: torvalds@linux-foundation.org
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: [GIT PULL] xfs: PNFS block layout support for 3.20-rc1
Date: Sat, 21 Feb 2015 11:12:28 +1100 [thread overview]
Message-ID: <20150221001228.GS4251@dastard> (raw)
Hi Linus,
Can you please pull the updates from the tree below? It contains the
changes to XFS needed to support the PNFS block layout server that
you pulled in through Bruce's NFS server tree merge. I originally
thought that I'd need to merge changes into the NFS server side,
but Bruce had already picked them up and so this is purely changes
to the fs/xfs/ codebase.
It should merge cleanly with your current tree - if it doesn't then
I've probably done something wrong.
-Dave.
The following changes since commit bad962662dbc60e76ec1baae34af56b1ba2dfa5f:
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next (2015-02-10 09:24:25 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-pnfs-for-linus-3.20-rc1
for you to fetch changes up to 781355c6e5ae87908de27dec3380a34918c33eee:
xfs: recall pNFS layouts on conflicting access (2015-02-16 11:59:50 +1100)
----------------------------------------------------------------
xfs: pnfs block layout support for 3.20-rc1
This update contains the implementation of the PNFS server export
methods that enable use of XFS filesystems as a block layout target.
----------------------------------------------------------------
Christoph Hellwig (2):
xfs: implement pNFS export operations
xfs: recall pNFS layouts on conflicting access
fs/xfs/Makefile | 1 +
fs/xfs/xfs_export.c | 6 +
fs/xfs/xfs_file.c | 14 ++-
fs/xfs/xfs_fsops.c | 6 +
fs/xfs/xfs_ioctl.c | 9 +-
fs/xfs/xfs_iops.c | 13 ++-
fs/xfs/xfs_iops.h | 1 +
fs/xfs/xfs_mount.h | 11 ++
fs/xfs/xfs_pnfs.c | 322 +++++++++++++++++++++++++++++++++++++++++++++++++++
fs/xfs/xfs_pnfs.h | 18 +++
10 files changed, 393 insertions(+), 8 deletions(-)
create mode 100644 fs/xfs/xfs_pnfs.c
create mode 100644 fs/xfs/xfs_pnfs.h
--
Dave Chinner
david@fromorbit.com
reply other threads:[~2015-02-21 0:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20150221001228.GS4251@dastard \
--to=david@fromorbit.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=xfs@oss.sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox