aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clvfsops.c
Commit message (Expand)AuthorAgeFilesLines
* nfs_clvfsops.c: Allow long directory mount pathsRick Macklem2025-10-291-3/+5
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-131-4/+6
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-051-5/+11
* nfs: set vnet(9) context in mountnfs()Gleb Smirnoff2025-02-011-0/+5
* nfs: trivial typo fixEd Maste2024-10-261-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-03-161-14/+120
* nfs: patch up MNT_LAZY on syncMateusz Guzik2023-02-261-2/+4
* nfscl: Allow "nolockd" to work for NFSv4 mountsRick Macklem2022-09-041-2/+2
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-171-2/+2
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-06-161-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-131-4/+3
* nfscl: Fix use after free for forced dismountRick Macklem2021-11-031-2/+11
* nfscl: Fix a deadlock related to the NFSv4 clientID lockRick Macklem2021-10-121-1/+1
* nfsclient: Avoid copying uninitialized bytes into statfsMark Johnston2021-07-151-1/+1
* nfscl: Add a Linux compatible "nconnect" mount optionRick Macklem2021-07-091-12/+54
* nfscl: Change the default minor version for NFSv4 mountsRick Macklem2021-06-251-4/+10
* nfscl: Make NFSv4.0 client acquisition NFSv4.1/4.2 compatibleRick Macklem2021-06-161-4/+4
* nfscl: Delete unneeded redundant MODULE_DEPEND() callsRick Macklem2021-05-111-6/+8
* nfs client: depend on xdrKonstantin Belousov2021-04-131-0/+1
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-231-6/+28
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+4
* Add a check to test for the case of the "tls" option being used with "udp".Rick Macklem2020-09-011-1/+3
* Add flags to enable NFS over TLS to the NFS client and server.Rick Macklem2020-08-271-5/+30
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-2/+2
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-211-4/+11
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-191-11/+4
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-191-4/+11
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-231-0/+3
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-1/+0
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-2/+2
* Fix nfsmount() so that it will return NFSERR_MINORVERMISMATCH.Rick Macklem2019-12-251-3/+1
* Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-121-1/+1
* nfsclient: add root vnode cachingMateusz Guzik2019-10-061-1/+3
* Replace all mtx_lock()/mtx_unlock() on the iod lock with macros.Rick Macklem2019-09-241-2/+2
* Use declared types for caddr_t arguments.Brooks Davis2018-11-061-2/+1
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-0/+8
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-6/+6
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add kernel support for the NFS client forced dismount "umount -N" option.Rick Macklem2017-07-291-0/+18
* Replace the checks for MNTK_UNMOUNTF with a macro that does the same thing.Rick Macklem2017-07-271-1/+1
* Add the definition of maxbcachebuf to sys/buf.h.Rick Macklem2017-06-191-1/+0
* Take "extern int maxbcachebuf" out of sys/param.h, since it breaks theRick Macklem2017-06-181-0/+1
* Fix some krpc leaks for the NFSv4.1/pNFS client.Rick Macklem2017-04-221-2/+10
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-131-3/+15
* Remove spl*() calls from the nfsclient code. Style adjustments in theKonstantin Belousov2017-04-061-9/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Do not access memory past the buffer end.Konstantin Belousov2017-02-161-2/+7
* Do not allocate char[MNAMELEN] on stack in nfsclient.Konstantin Belousov2017-02-161-3/+9