freebsd-dev/sys/fs/nfsclient
Rick Macklem b949cc41d1 Add Flex File Layout support to the NFSv4.1 pNFS client.
This patch adds support for the Flexible File Layout to the pNFS client.
Although the patch is rather large, it should only affect NFS mounts
using the "pnfs" option against pNFS servers that do not support File
Layout.
There are still a couple of things missing from the Flexible File Layout
client implementation:
- The code does not yet do a LayoutReturn with I/O error stats when
  I/O error(s) occur when attempting to do I/O on a DS.
  This will be fixed in a future commit, since it is important for the
  MDS to know that I/O on a DS is failing.
- The current code does writes and commits to mirror DSs serially.
  Making them happen concurrently will be done in a future commit,
  after discussion on freebsd-current@ on the best way to do this.
- The code does not handle NFSv4.0 DSs. Since there is no extant pNFS
  server that implements NFSv4.0 DSs and NFSv4.1 DSs makes more sense
  now, I don't intend to implement this until there is a need for it.
  There is support for NFSv4.1 and NFSv3 DSs.
2017-10-05 20:10:40 +00:00
..
nfs_clbio.c Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nfs_clcomsubs.c Add major and minor version arguments to nfscl_reqstart(). 2017-09-26 23:42:44 +00:00
nfs_clkdtrace.c Use C99 initializers for DTrace provider methods. 2017-09-27 17:46:38 +00:00
nfs_clkrpc.c Add call to svcpool_close() for the NFSv4 callback pool (svcpool_nfscbd). 2017-04-13 20:16:29 +00:00
nfs_clnfsiod.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfs_clnode.c Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nfs_clport.c Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nfs_clrpcops.c Add Flex File Layout support to the NFSv4.1 pNFS client. 2017-10-05 20:10:40 +00:00
nfs_clstate.c Add Flex File Layout support to the NFSv4.1 pNFS client. 2017-10-05 20:10:40 +00:00
nfs_clsubs.c Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nfs_clvfsops.c Add kernel support for the NFS client forced dismount "umount -N" option. 2017-07-29 19:52:47 +00:00
nfs_clvnops.c Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nfs_kdtrace.h - Nuke a second copy of nfscl_attrcache extern declarations from under 2013-11-26 22:41:40 +00:00
nfs.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nfsmount.h Add kernel support for the NFS client forced dismount "umount -N" option. 2017-07-29 19:52:47 +00:00
nfsnode.h Do not drop NFS vnode lock when performing consistency checks. 2017-08-20 10:08:45 +00:00
nlminfo.h