aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clport.c
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Restore sending the effective GID to the serverOlivier Certner2025-09-091-3/+4
* nfsclient: va_rdev should be NODEV for non-special nodesKonstantin Belousov2025-08-221-3/+3
* nfsv4: Add support for the NFSv4.2 Clone operationRick Macklem2025-08-131-2/+11
* files: Fix builds without "options UFS_ACL"Rick Macklem2025-07-021-0/+1
* nfsv4: Add support to NFSv4 for named attributesRick Macklem2025-05-051-1/+1
* nfsclient: eliminate ncl_writebp()Konstantin Belousov2024-01-051-2/+0
* nfscl: Use Claim_Null_FH and Claim_Deleg_Cur_FHRick Macklem2023-10-201-2/+2
* 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-3/+23
* nfscl: Add NFSD_CURVNET macros to nfsclient syscallRick Macklem2023-02-211-6/+12
* nfscl: Improve NFSv4 error message for NFSERR_WRONGSECRick Macklem2023-01-111-0/+4
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* nfscl: Improve the console message for NFSERR_NOFILEHANDLERick Macklem2022-12-221-1/+4
* nfscl: Fix the NFSv4.0 mount so that it does not crashRick Macklem2022-10-151-8/+8
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-141-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-131-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-101-1/+1
* nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-101-3/+2
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-04-081-2/+4
* nfssvc: Zero the buffer copied out when NFSSVC_DUMPMNTOPTS is setMark Johnston2021-07-161-1/+2
* nfscl: Fix generation of va_fsid for a tree of NFSv4 server file systemsRick Macklem2021-06-071-18/+21
* nfscl: Delete unneeded redundant MODULE_DEPEND() callsRick Macklem2021-05-111-0/+9
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-081-0/+2
* nfsclient: Copy only initialized fields in nfs_getattr()Mark Johnston2021-05-041-1/+23
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-151-0/+3
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* Fix NOINET6 build broken by r361575.Alexander V. Chernikov2020-05-281-1/+2
* Make NFS address selection use fib4_lookup().Alexander V. Chernikov2020-05-281-6/+12
* nfs: Remove APPLESTATIC macroRyan Moeller2020-05-121-1/+1
* Remove the old NFS lock device driver that uses Giant.Rick Macklem2020-04-091-1/+0
* Fix NFS client deadlock when read reports truncated node.Konstantin Belousov2020-02-221-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-4/+4
* Fix interface between nfsclient and vnode pager.Konstantin Belousov2019-10-221-18/+43
* Replace all mtx_lock()/mtx_unlock() on n_mtx with the macros.Rick Macklem2019-09-241-4/+4
* Further refine r352393, only call vnode_pager_setsize() outside theKonstantin Belousov2019-09-171-19/+22
* nfscl_loadattrcache: fix rest of the cases to not callKonstantin Belousov2019-09-161-5/+6
* Fix the NFSv4 client to safely find processes.Rick Macklem2019-04-151-1/+1
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-2/+1
* Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff2019-01-151-2/+3
* proc: convert pfind & friends to use pidhash locks and other cleanupMateusz Guzik2018-11-211-1/+1
* Move four functions in nfscl.ko to nfscommon.ko.Rick Macklem2018-06-141-118/+0
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-121-2/+11
* Fix use of pointer after being set NULL.Rick Macklem2018-04-201-1/+1
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-11/+11
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Do not drop NFS vnode lock when performing consistency checks.Konstantin Belousov2017-08-201-0/+3
* Add kernel support for the NFS client forced dismount "umount -N" option.Rick Macklem2017-07-291-0/+52
* Replace the checks for MNTK_UNMOUNTF with a macro that does the same thing.Rick Macklem2017-07-271-2/+2