aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clport.c
Commit message (Expand)AuthorAgeFilesLines
* nfsclient: eliminate ncl_writebp()Konstantin Belousov2024-01-111-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mountsRick Macklem2023-05-251-3/+23
* nfscl: Add NFSD_CURVNET macros to nfsclient syscallRick Macklem2023-05-171-6/+12
* nfscl: Improve NFSv4 error message for NFSERR_WRONGSECRick Macklem2023-01-261-0/+4
* nfscl: Improve the console message for NFSERR_NOFILEHANDLERick Macklem2022-12-291-1/+4
* nfscl: Add support for a NFSv4 AppendWrite RPCRick Macklem2022-06-091-2/+4
* nfssvc: Zero the buffer copied out when NFSSVC_DUMPMNTOPTS is setMark Johnston2021-07-231-1/+2
* nfscl: Fix generation of va_fsid for a tree of NFSv4 server file systemsRick Macklem2021-06-261-18/+21
* nfscl: Add support for va_birthtime to NFSv4Rick Macklem2021-05-221-0/+2
* nfsclient: Copy only initialized fields in nfs_getattr()Mark Johnston2021-05-111-1/+23
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-03-101-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
* Fix an NFSv3 client case that probably never happens.Rick Macklem2017-06-281-0/+2
* Fix bug in r318997: remove the line which overrides vn_fsid()Konstantin Belousov2017-05-301-2/+1
* Use whole mnt_stat.f_fsid bits for st_dev.Konstantin Belousov2017-05-271-6/+5
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-131-2/+9
* Fix the NFSv4 client hndling of a stale write verifier in the Commit operation.Rick Macklem2017-04-091-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors.Rick Macklem2016-12-231-4/+0
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As aKonstantin Belousov2016-05-111-10/+13
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Unbreak NOIP builds after r294084.Bjoern A. Zeeb2016-01-151-1/+2
* Make nfscl_getmyip() use new routing KPI.Alexander V. Chernikov2016-01-151-53/+49
* For performance reasons, it is useful to have a single string used asKirk McKusick2015-11-291-1/+1
* nfsclient: Protest loudly when GETATTR responses are invalidConrad Meyer2015-08-051-5/+80