summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clport.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of 291244, 291380, 291459, 291460, 291671, and 291743:mckusick2015-12-301-1/+1
* MFC: r276347rmacklem2015-04-101-1/+8
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* 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
* Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() mustjh2009-10-201-1/+1
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsrmacklem2009-09-091-1/+1
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-201-1/+1
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-201-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-5/+3
* Fix the name of the module common to the client and serverrmacklem2009-05-221-1/+1
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+1271
OpenPOWER on IntegriCloud