aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs/nfs_var.h
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Do not accept audit/alarm ACEs for the NFSv4 serverRick Macklem2022-01-111-2/+2
* Revert "nfscommon: Add arguments for support of the dacl attribute"Rick Macklem2022-01-111-3/+3
* nfsd: Reduce callouts rate.Alexander Motin2022-01-091-1/+0
* nfscommon: Add arguments for support of the dacl attributeRick Macklem2021-12-271-3/+3
* nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutErrorRick Macklem2021-11-081-0/+2
* nfscl: Fix use after free for forced dismountRick Macklem2021-11-031-1/+1
* nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies betterRick Macklem2021-10-181-1/+2
* nfscl: Add an argument to nfscl_tryclose()Rick Macklem2021-10-151-1/+1
* nfscl: Restructure nfscl_freeopen() slightlyRick Macklem2021-10-151-1/+1
* nfscl: Make nfscl_getlayout() acquire the correct pNFS layoutRick Macklem2021-10-131-1/+1
* nfscl: Fix a deadlock related to the NFSv4 clientID lockRick Macklem2021-10-121-2/+2
* nfs: eliminate thread argument from nfsvno_nameiMateusz Guzik2021-10-021-1/+1
* nfscl: Add a VOP_DEALLOCATE() for the NFSv4.2 clientRick Macklem2021-08-281-0/+2
* nfsd: Add support for the NFSv4.2 Deallocate operationRick Macklem2021-08-271-0/+4
* nfscl: Add a Lookup+Open RPC for NFSv4.1/4.2Rick Macklem2021-08-121-1/+3
* nfscl: Add a Linux compatible "nconnect" mount optionRick Macklem2021-07-091-2/+2
* nfscl: Make NFSv4.0 client acquisition NFSv4.1/4.2 compatibleRick Macklem2021-06-161-1/+1
* nfsd: Fix when NFSERR_WRONGSEC may be replied to NFSv4 clientsRick Macklem2021-06-051-2/+4
* nfsd: Add support for the NFSv4.1/4.2 Secinfo_no_name operationRick Macklem2021-05-311-0/+2
* nfsd: fix the slot sequence# when a callback failsRick Macklem2021-04-261-1/+1
* nfscl: return delegations in the NFS VOP_RECLAIM()Rick Macklem2021-04-261-0/+1
* nfsv4 client: do the BindConnectionToSession as requiredRick Macklem2021-04-111-0/+1
* nfsv4 client: fix forced dismount when sleeping on nfsv4lckRick Macklem2021-03-191-2/+2
* nfsd: fix NFS server for ERELOOKUPRick Macklem2021-01-011-0/+2
* 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