pnfs/flexfiles: Add the FlexFile Layout Driver
authorTom Haynes <loghyr@primarydata.com>
Thu, 11 Dec 2014 22:02:04 +0000 (17:02 -0500)
committerTom Haynes <loghyr@primarydata.com>
Tue, 3 Feb 2015 19:06:52 +0000 (11:06 -0800)
The flexfile layout is a new layout that extends the
file layout. It is currently being drafted as a specification at
https://datatracker.ietf.org/doc/draft-ietf-nfsv4-layout-types/

Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Signed-off-by: Tao Peng <bergwolf@primarydata.com>
13 files changed:
fs/nfs/Kconfig
fs/nfs/Makefile
fs/nfs/flexfilelayout/Makefile [new file with mode: 0644]
fs/nfs/flexfilelayout/flexfilelayout.c [new file with mode: 0644]
fs/nfs/flexfilelayout/flexfilelayout.h [new file with mode: 0644]
fs/nfs/flexfilelayout/flexfilelayoutdev.c [new file with mode: 0644]
fs/nfs/idmap.c
fs/nfs/nfs4proc.c
fs/nfs/pnfs.c
fs/nfs/pnfs.h
include/linux/nfs4.h
include/linux/nfs_idmap.h
include/linux/sunrpc/metrics.h

diff --cc fs/nfs/Kconfig
Simple merge
diff --cc fs/nfs/Makefile
Simple merge
Simple merge
diff --cc fs/nfs/idmap.c
Simple merge
Simple merge
diff --cc fs/nfs/pnfs.c
Simple merge
diff --cc fs/nfs/pnfs.h
Simple merge
Simple merge
Simple merge
Simple merge