[GIT PULL] xfs: PNFS block layout support for 3.20-rc1

From: Dave Chinner
Date: Fri Feb 20 2015 - 19:13:12 EST


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@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/