summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clport.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r316792rmacklem2017-04-271-2/+9
* MFC: r316667rmacklem2017-04-251-1/+1
* MFC: r310491rmacklem2017-04-241-4/+0
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As akib2016-05-111-10/+13
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Unbreak NOIP builds after r294084.bz2016-01-151-1/+2
* Make nfscl_getmyip() use new routing KPI.melifaro2016-01-151-53/+49
* For performance reasons, it is useful to have a single string used asmckusick2015-11-291-1/+1
* nfsclient: Protest loudly when GETATTR responses are invalidcem2015-08-051-5/+80
* r245508 modified the NFS client's Setattr RPC tormacklem2014-12-281-1/+8
* Remove the old NFS client and server from head,rmacklem2014-12-231-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+5
* A problem with the old NFS client where large writes to large filesrmacklem2013-07-031-2/+13
* Post-r248567, there were times when the client would return armacklem2013-05-281-4/+2
* Initialize the variable to avoid (false) compiler warning aboutkib2013-03-211-0/+1
* Do not call vnode_pager_setsize() while a NFS node mutex iskib2013-03-211-1/+9
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Remove a no-longer-used variable after the previous change to usejhb2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-2/+2
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-3/+6
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-021-0/+25
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-25/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-2/+4
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-271-0/+1
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-081-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+9
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-1/+1
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-161-1/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-281-0/+1
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-181-1/+30
* Add support for flock(2) locks to the new NFSv4 client. I think thisrmacklem2011-06-051-1/+4
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-051-32/+27
* Fix the new NFSv4 client so that it doesn't crash whenrmacklem2011-06-051-0/+4
* Fix the new NFS client so that it handles the 64bit fieldsrmacklem2011-05-051-11/+23
* Revert r220906, since the vp isn't always locked whenrmacklem2011-04-211-2/+0
* Add a check for VI_DOOMED at the beginning of nfscl_request()rmacklem2011-04-201-0/+2
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-3/+3
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-141-1/+1
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-141-2/+2
* Fix the experimental NFSv4 client so that it recognizes serverrmacklem2011-04-131-5/+17
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-2/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-0/+1
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-151-9/+0
* Add MODULE_DEPEND() macros to the experimental NFS client andrmacklem2010-06-151-0/+2
* The experimental NFS client was not filling in recovery credentialsrmacklem2010-04-151-0/+2
* Unloading of the nfscl module is unsupported because newnfslock doesn'tjh2009-10-201-0/+7
OpenPOWER on IntegriCloud