[ANNOUNCE] xfs: for-next branch updated to 781355c (pnfs block layout support)
Dave Chinner
david at fromorbit.com
Sun Feb 15 19:16:08 CST 2015
Hi folks,
The for-next branch of the xfs kernel repository at
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
has just been updated.
This update contains the XFS support for the block layout PNFS
server. It turns out that Bruce had included the changes that
Christoph had sent for the NFS header files (thanks, Bruce!), so the
XFS patches can stand alone without needing any other tree merges.
I've tested that it merges cleanly with the current -linus tree and
compiles, and I repeated bruce's basic "get layout" test to see if
it did what it should on a merge tree. I'll leave this to cycle
through a -next tree for a couple of days, and then ask Linus to
pull it.
The new head of the for-next branch is commit:
781355c xfs: recall pNFS layouts on conflicting access
New Commits:
Christoph Hellwig (2):
[5278511] xfs: implement pNFS export operations
[781355c] xfs: recall pNFS layouts on conflicting access
Code Diffstat:
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 at fromorbit.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://oss.sgi.com/pipermail/xfs/attachments/20150216/b38d0b48/attachment.sig>
More information about the xfs
mailing list