aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* qeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END()Alex Richardson2021-01-251-0/+2
* nfsd: fix NFSv4.0 seqid handling for ERELOOKUPRick Macklem2021-01-011-0/+1
* nfsd: fix NFS server for ERELOOKUPRick Macklem2021-01-011-0/+2
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-231-1/+5
* VFS_QUOTACTL: Remove needless casts of argBrooks Davis2020-12-171-7/+7
* nfs: Mark unused statistics variable as reservedAlan Somers2020-11-182-22/+15
* Do not copy vp into f_data for DTYPE_VNODE files.Konstantin Belousov2020-09-151-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-019-22/+13
* Add flags to enable NFS over TLS to the NFS client and server.Rick Macklem2020-08-273-0/+6
* Delete the unused "use_ext" argument to nfscl_reqstart().Rick Macklem2020-08-183-19/+11
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-114-25/+7
* Add optional support for ext_pgs mbufs to the NFS server's read, readlinkRick Macklem2020-07-311-3/+3
* Fix the NFSv4 client so that it checks for support of TimeCreate beforeRick Macklem2020-07-261-2/+13
* 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 nfsrvd_rephead().Rick Macklem2020-07-071-13/+22
* Add support for ext_pgs mbufs to nfsm_strtom().Rick Macklem2020-07-052-12/+73
* Add support for ext_pgs mbufs to nfscl_reqstart() and nfsm_set().Rick Macklem2020-07-041-8/+45
* Fix build breakage caused by r362903. Only pmap.h is needed now, butRick Macklem2020-07-031-0/+3
* Add support for ext_pgs mbufs to nfsm_build().Rick Macklem2020-07-032-3/+17
* Add a boolean argument to nfscl_reqstart() to indicate that ext_pgs mbufsRick Macklem2020-06-264-4/+19
* Add some missing parts for supporting va_birthtime.Doug Rabson2020-06-223-2/+14
* Remove vfs_statfs and vnode_mount macros from NFSAlan Somers2020-06-174-18/+5
* Add support for the timecreate attributeDoug Rabson2020-06-141-0/+5
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-142-1/+6
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-2/+1
* Add a function nfsm_set() to initialize "struct nfsrv_descript" for buildingRick Macklem2020-05-182-0/+12
* Remove unused header for DES.John Baldwin2020-05-131-1/+0
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-123-44/+39
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-082-4/+0
* Delete unused function newnfs_trimleading.Rick Macklem2020-05-062-48/+0
* Revert r360514, to avoid unnecessary churn of the sources.Rick Macklem2020-05-052-97/+25
* Factor some code out of nfsm_dissct() into separate functions.Rick Macklem2020-05-012-25/+97
* Get rid of uio_XXX macros used for the Mac OS/X port.Rick Macklem2020-04-281-16/+0
* Remove Mac OS/X macros that did nothing for FreeBSD.Rick Macklem2020-04-252-9/+4
* 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-174-20/+20
* Delete the mbuf macros that were used for the Mac OS/X port.Rick Macklem2020-04-132-10/+0
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-111-1/+1
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-112-6/+6
* Replace mbuf macros with the code they would generate in the NFS code.Rick Macklem2020-04-091-57/+57
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-0/+2
* Fix noisy NFSv4 server printf.Rick Macklem2020-04-061-1/+1
* Simplify td_ucred handling in newnfs_connect().Mark Johnston2020-03-261-8/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add missing comma in nfsv4_errstrEric van Gyzen2020-01-131-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-3/+3
* Change NFSv4.1 and NFSv4.2 error strings to start with lower case letter.Rick Macklem2019-12-261-46/+46
* Add NFSv4.1 and NFSv4.2 errors to nfsv4_errstr.h.Rick Macklem2019-12-251-3/+51
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-127-29/+345