index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
nfsclient
/
nfs_clport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-4
/
+5
*
A problem with the old NFS client where large writes to large files
rmacklem
2013-07-03
1
-2
/
+13
*
Post-r248567, there were times when the client would return a
rmacklem
2013-05-28
1
-4
/
+2
*
Initialize the variable to avoid (false) compiler warning about
kib
2013-03-21
1
-0
/
+1
*
Do not call vnode_pager_setsize() while a NFS node mutex is
kib
2013-03-21
1
-1
/
+9
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-1
/
+1
*
Remove a no-longer-used variable after the previous change to use
jhb
2013-01-17
1
-2
/
+0
*
Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
jhb
2013-01-16
1
-2
/
+2
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-3
/
+6
*
Add an nfssvc() option to the kernel for the new NFS client
rmacklem
2012-12-02
1
-0
/
+25
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-6
/
+0
*
In pget(9), if PGET_NOTWEXIT flag is not specified, also search the
kib
2012-11-16
1
-25
/
+0
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-2
/
+4
*
A problem with respect to data read through the buffer cache for both
rmacklem
2012-01-27
1
-0
/
+1
*
opt_inet6.h was missing from some files in the new NFS subsystem.
rmacklem
2012-01-08
1
-0
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+9
*
Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...
zack
2011-07-16
1
-1
/
+1
*
Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...
zack
2011-07-16
1
-1
/
+1
*
Fix the new NFSv4 client so that it doesn't fill the cached
rmacklem
2011-06-28
1
-0
/
+1
*
Add DTrace support to the new NFS client. This is essentially
rmacklem
2011-06-18
1
-1
/
+30
*
Add support for flock(2) locks to the new NFSv4 client. I think this
rmacklem
2011-06-05
1
-1
/
+4
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
1
-32
/
+27
*
Fix the new NFSv4 client so that it doesn't crash when
rmacklem
2011-06-05
1
-0
/
+4
*
Fix the new NFS client so that it handles the 64bit fields
rmacklem
2011-05-05
1
-11
/
+23
*
Revert r220906, since the vp isn't always locked when
rmacklem
2011-04-21
1
-2
/
+0
*
Add a check for VI_DOOMED at the beginning of nfscl_request()
rmacklem
2011-04-20
1
-0
/
+2
*
Add a lktype flags argument to nfscl_nget() and ncl_nget() in the
rmacklem
2011-04-16
1
-3
/
+3
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
1
-1
/
+1
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
1
-2
/
+2
*
Fix the experimental NFSv4 client so that it recognizes server
rmacklem
2011-04-13
1
-5
/
+17
*
Fix some locking nits with the p_state field of struct proc:
jhb
2011-03-24
1
-2
/
+2
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
1
-1
/
+1
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
1
-0
/
+1
*
Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()
jhb
2010-07-15
1
-9
/
+0
*
Add MODULE_DEPEND() macros to the experimental NFS client and
rmacklem
2010-06-15
1
-0
/
+2
*
The experimental NFS client was not filling in recovery credentials
rmacklem
2010-04-15
1
-0
/
+2
*
Unloading of the nfscl module is unsupported because newnfslock doesn't
jh
2009-10-20
1
-0
/
+7
*
Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must
jh
2009-10-20
1
-1
/
+1
*
Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs
rmacklem
2009-09-09
1
-1
/
+1
*
Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.
rmacklem
2009-06-20
1
-1
/
+1
*
Change the size of the nfsc_groups[] array in the experimental nfs
rmacklem
2009-06-20
1
-1
/
+1
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-5
/
+3
*
Fix the name of the module common to the client and server
rmacklem
2009-05-22
1
-1
/
+1
*
Add the experimental nfs subtree to the kernel, that includes
rmacklem
2009-05-04
1
-0
/
+1271