aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfsclient/nfs_clport.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r245508 modified the NFS client's Setattr RPC toRick Macklem2014-12-281-1/+8
* Remove the old NFS client and server from head,Rick Macklem2014-12-231-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-4/+5
* A problem with the old NFS client where large writes to large filesRick Macklem2013-07-031-2/+13
* Post-r248567, there were times when the client would return aRick Macklem2013-05-281-4/+2
* Initialize the variable to avoid (false) compiler warning aboutKonstantin Belousov2013-03-211-0/+1
* Do not call vnode_pager_setsize() while a NFS node mutex isKonstantin Belousov2013-03-211-1/+9
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+1
* Remove a no-longer-used variable after the previous change to useJohn Baldwin2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()John Baldwin2013-01-161-2/+2
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientRick Macklem2012-12-081-3/+6
* Add an nfssvc() option to the kernel for the new NFS clientRick Macklem2012-12-021-0/+25
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-6/+0
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search theKonstantin Belousov2012-11-161-25/+0
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-2/+4
* A problem with respect to data read through the buffer cache for bothRick Macklem2012-01-271-0/+1
* opt_inet6.h was missing from some files in the new NFS subsystem.Rick Macklem2012-01-081-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+9
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...Zack Kirsch2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...Zack Kirsch2011-07-161-1/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedRick Macklem2011-06-281-0/+1
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-181-1/+30
* Add support for flock(2) locks to the new NFSv4 client. I think thisRick Macklem2011-06-051-1/+4
* The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-051-32/+27
* Fix the new NFSv4 client so that it doesn't crash whenRick Macklem2011-06-051-0/+4
* Fix the new NFS client so that it handles the 64bit fieldsRick Macklem2011-05-051-11/+23
* Revert r220906, since the vp isn't always locked whenRick Macklem2011-04-211-2/+0
* Add a check for VI_DOOMED at the beginning of nfscl_request()Rick Macklem2011-04-201-0/+2
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in theRick Macklem2011-04-161-3/+3
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesRick Macklem2011-04-141-2/+2
* Fix the experimental NFSv4 client so that it recognizes serverRick Macklem2011-04-131-5/+17
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-2/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-241-0/+1
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()John Baldwin2010-07-151-9/+0
* Add MODULE_DEPEND() macros to the experimental NFS client andRick Macklem2010-06-151-0/+2
* The experimental NFS client was not filling in recovery credentialsRick Macklem2010-04-151-0/+2
* Unloading of the nfscl module is unsupported because newnfslock doesn'tJaakko Heinonen2009-10-201-0/+7
* Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() mustJaakko Heinonen2009-10-201-1/+1