aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macrosConrad Meyer2018-01-252-15/+5
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-253-11/+11
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-172-4/+3
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-7/+3
* Replace one more LINK_MAX with NFS_LINK_MAX missed in r326991.John Baldwin2017-12-191-1/+1
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-193-3/+5
* Define macros used by the pNFS server code.Rick Macklem2017-12-091-0/+19
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2011-0/+22
* Use taskqueue(9) to do writes/commits to mirrored DSs concurrently.Rick Macklem2017-10-161-0/+51
* Fix forced dismount when a pNFS mount is hung on a DS.Rick Macklem2017-10-102-0/+21
* Add Flex File Layout support to the NFSv4.1 pNFS client.Rick Macklem2017-10-051-1/+1
* Add a few definitions for the Flex File Layout.Rick Macklem2017-10-041-0/+7
* Add support for Flex File Layout to the pNFS client structures.Rick Macklem2017-09-291-9/+74
* Add the NFS client state flag that enables Flexible File Layout.Rick Macklem2017-09-281-0/+2
* Change nfsv4_getipaddr() and nfsrpc_fillsa() to not use sockaddr_storage.Rick Macklem2017-09-282-17/+16
* Add major and minor version arguments to nfscl_reqstart().Rick Macklem2017-09-262-2/+3
* Add a few definitions for Flex File Layout for pNFS.Rick Macklem2017-09-211-0/+11
* Make the nfsrpc_layoutget() function a static.Rick Macklem2017-09-191-3/+0
* Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().Rick Macklem2017-09-191-0/+1
* Simplify nfsrpc_layoutreturn() args.Rick Macklem2017-09-191-2/+2
* Simplify nfsrpc_layoutcommit() args.Rick Macklem2017-09-191-2/+2
* Add kernel support for the NFS client forced dismount "umount -N" option.Rick Macklem2017-07-291-1/+2
* Replace the checks for MNTK_UNMOUNTF with a macro that does the same thing.Rick Macklem2017-07-273-9/+10
* Rename vfs.nfsd.enable_uidtostring to vfs.nfs.enable_uidtostring.Edward Tomasz Napierala2017-07-191-3/+7
* Add support for AF_LOCAL socket upcalls to the nfsuserd daemon.Rick Macklem2017-07-064-16/+47
* Revert part of r320359, as suggested by rmacklem@. That case is only usedEdward Tomasz Napierala2017-06-271-1/+1
* Add vfs.nfsd.nfsd_enable_uidtostring, which works just likeEdward Tomasz Napierala2017-06-261-3/+4
* Add support to the NFSv4.1/pNFS client for commits through the DS.Rick Macklem2017-06-261-1/+1
* Add two new compound RPCs to the NFSv4.1/pNFS client.Rick Macklem2017-06-243-4/+8
* Add the definition of maxbcachebuf to sys/buf.h.Rick Macklem2017-06-191-1/+0
* Fix the NFS client/server so that it actually uses the 64bit ino_t filenos.Rick Macklem2017-06-185-44/+17
* Take "extern int maxbcachebuf" out of sys/param.h, since it breaks theRick Macklem2017-06-181-0/+1
* Make MAXBCACHEBUF a tunable called vfs.maxbcachebuf.Rick Macklem2017-06-172-5/+14
* Define NFS_MAXXDR as the upper bound on XDR overhead in an NFS RPC.Rick Macklem2017-06-121-1/+15
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-6/+0
* Make the NFSv4 client to use a write open for reading if allowed by the server.Rick Macklem2017-04-231-0/+2
* Don't set ND_NOMOREDATA for a failed Setattr operation (NFSv4).Rick Macklem2017-04-211-1/+3
* Don't create a backchannel for a DS connection.Rick Macklem2017-04-211-1/+2
* Set default uid/gid to nobody/nogroup for NFSv4 mapping.Rick Macklem2017-04-211-2/+2
* Revert r317240. I didn't realize there were defined constants forRick Macklem2017-04-211-2/+2
* Set default uid/gid to nobody/nogroup for NFSv4 mapping.Rick Macklem2017-04-211-2/+2
* Remove unused "cred" argument to ncl_flush().Rick Macklem2017-04-141-1/+1
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-132-2/+4
* Set initial values for nfsstatfs in the NFSv4 client.Rick Macklem2017-04-101-0/+8
* Fix the NFSv4.1 client for NFSERR_BADSESSION recovery via ReclaimComplete.Rick Macklem2017-04-091-1/+1
* Renumber copyright clause 4Warner Losh2017-02-2811-11/+11
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-19/+23
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-235-85/+193
* Stop "nfsstat -z" from clearing counts of NFSv4 state structures.Rick Macklem2016-11-251-15/+0