summaryrefslogtreecommitdiff
path: root/sys/fs/nfs/nfs_var.h
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Delete the unused "use_ext" argument to nfscl_reqstart().Rick Macklem2020-08-181-1/+1
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-3/+1
* Add optional support for ext_pgs mbufs to the NFS server's read, readlinkRick Macklem2020-07-311-3/+3
* Add support for ext_pgs mbufs to nfsrv_adj().Rick Macklem2020-07-261-1/+1
* Add support for ext_pgs mbufs to nfsm_uiombuflist() and nfsm_split().Rick Macklem2020-07-241-1/+1
* Add support for ext_pgs mbufs to nfsm_strtom().Rick Macklem2020-07-051-0/+1
* Add a boolean argument to nfscl_reqstart() to indicate that ext_pgs mbufsRick Macklem2020-06-261-1/+1
* Add a function nfsm_set() to initialize "struct nfsrv_descript" for buildingRick Macklem2020-05-181-0/+1
* Delete unused function newnfs_trimleading.Rick Macklem2020-05-061-1/+0
* Revert r360514, to avoid unnecessary churn of the sources.Rick Macklem2020-05-051-2/+0
* Factor some code out of nfsm_dissct() into separate functions.Rick Macklem2020-05-011-0/+2
* Make the NFSv4.n client's recovery from NFSERR_BADSESSION RFC5661 conformant.Rick Macklem2020-04-221-1/+1
* Replace all instances of the typedef mbuf_t with "struct mbuf *".Rick Macklem2020-04-171-7/+7
* Fix noisy NFSv4 server printf.Rick Macklem2020-04-061-1/+1
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-5/+55
* Delete the unused "nd" argument for nfsrv_checkdsattr().Rick Macklem2019-09-041-1/+1
* Add INET6 support for the upcalls to the nfsuserd daemon.Rick Macklem2019-04-061-1/+1
* Revert r320698, since the related userland changes were reverted by r338192.Rick Macklem2019-04-041-1/+1
* Drop unused 'p' argument to nfsv4_strtogid().Edward Tomasz Napierala2019-03-121-2/+1
* Drop unused 'p' argument to nfsv4_gidtostr().Edward Tomasz Napierala2019-03-121-1/+1
* Drop unused 'p' argument to nfsv4_strtouid().Edward Tomasz Napierala2019-03-121-2/+1
* Drop unused 'p' argument to nfsv4_uidtostr().Edward Tomasz Napierala2019-03-121-1/+1
* Don't pass td to nfsvno_open().Edward Tomasz Napierala2019-03-041-1/+1
* Don't pass td to nfsvno_createsub().Edward Tomasz Napierala2019-03-041-1/+1
* Don't pass td to nfsd_fhtovp(), it's unused.Edward Tomasz Napierala2019-03-041-2/+1
* Push down the thread argument in NFS server code, using curthreadEdward Tomasz Napierala2019-03-041-59/+51
* Push down td in nfsrvd_dorpc() - make it use curthread insteadEdward Tomasz Napierala2019-03-041-2/+1
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-1/+1
* Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7.Rick Macklem2018-07-281-1/+1
* Shut down the TCP connection to a DS in the pNFS client when Renew fails.Rick Macklem2018-07-151-0/+1
* Fix the pNFS client when mirrors aren't on the same machine.Rick Macklem2018-07-141-1/+1
* Add support for a "forced" pnfsdskill to the pNFS server kernel code.Rick Macklem2018-07-091-2/+2
* Change the NFSv4.1 pNFS client so that it returns the DS error in layoutreturn.Rick Macklem2018-06-221-1/+2
* Make the pNFS NFSv4.1 client return a Flexible File layout upon error.Rick Macklem2018-06-171-1/+2
* Move four functions in nfscl.ko to nfscommon.ko.Rick Macklem2018-06-141-5/+5
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-10/+56
* Add the BindConnectiontoSession operation to the NFSv4.1 server.Rick Macklem2018-06-011-0/+3
* Add support for the TestStateID operation to the NFSv4.1 server.Rick Macklem2018-05-111-0/+3
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-2/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add Flex File Layout support to the NFSv4.1 pNFS client.Rick Macklem2017-10-051-1/+1
* Change nfsv4_getipaddr() and nfsrpc_fillsa() to not use sockaddr_storage.Rick Macklem2017-09-281-2/+2
* Add major and minor version arguments to nfscl_reqstart().Rick Macklem2017-09-261-1/+1
* 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 support for AF_LOCAL socket upcalls to the nfsuserd daemon.Rick Macklem2017-07-061-1/+1
* Add support to the NFSv4.1/pNFS client for commits through the DS.Rick Macklem2017-06-261-1/+1