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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the new NFSv4 client so that it doesn't fill the cached
rmacklem
2011-06-28
2
-2
/
+3
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-10
/
+2
*
Add DTrace support to the new NFS client. This is essentially
rmacklem
2011-06-18
7
-5
/
+827
*
Add support for flock(2) locks to the new NFSv4 client. I think this
rmacklem
2011-06-05
2
-3
/
+9
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
4
-58
/
+56
*
Fix the new NFSv4 client so that it doesn't crash when
rmacklem
2011-06-05
1
-0
/
+4
*
In the VOP_PUTPAGES() implementations, change the default error from
kib
2011-06-01
1
-11
/
+4
*
Fix the new NFS client so that it doesn't do an NFSv3
rmacklem
2011-05-31
1
-2
/
+11
*
Fix the new NFS client so that it handles NFSv4 state
rmacklem
2011-05-27
2
-17
/
+79
*
Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()
rmacklem
2011-05-26
1
-1
/
+11
*
Add some missing mutex locking to the new NFS client.
rmacklem
2011-05-25
1
-0
/
+2
*
Fix the new NFS client so that it correctly sets the "must_commit"
rmacklem
2011-05-25
2
-17
/
+10
*
Set the MNT_NFS4ACLS flag for an NFSv4 client mount
rmacklem
2011-05-23
1
-0
/
+10
*
Eliminate duplicate #include's.
alc
2011-05-22
1
-1
/
+0
*
Add a sanity check for the existence of an "addr" option
rmacklem
2011-05-18
1
-7
/
+13
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
5
-28
/
+24
*
Set the initial value of maxfilesize to OFF_MAX in the
rmacklem
2011-05-06
1
-1
/
+1
*
Fix the new NFS client so that it handles the 64bit fields
rmacklem
2011-05-05
1
-11
/
+23
*
Implemented a mount option "nocto" that disables cache coherency
ru
2011-05-04
2
-2
/
+5
*
In ncl_printf(), call vprintf() instead of printf().
ru
2011-05-04
1
-1
/
+1
*
The build was broken by r221190 for 64bit arches like amd64.
rmacklem
2011-04-29
1
-2
/
+3
*
Fix the new NFS client so that it handles the "nfs_args" value
rmacklem
2011-04-28
1
-19
/
+64
*
Fix module names and dependencies so the NFS clients will
rmacklem
2011-04-27
1
-1
/
+5
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-1
/
+1
*
Fix a kernel linking problem introduced by r221032, r221040
rmacklem
2011-04-26
1
-3
/
+10
*
Modify the experimental (newnfs) NFS client so that it uses the
rmacklem
2011-04-25
3
-146
/
+30
*
Fix the experimental NFS client so that it does not bogusly
rmacklem
2011-04-25
1
-1
/
+0
*
Modify the experimental NFS client so that it uses the same
rmacklem
2011-04-25
2
-128
/
+31
*
Remove the nm_mtx mutex locking from the test for
rmacklem
2011-04-21
1
-5
/
+1
*
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
*
Modify the offset + size checks for read and write in the
rmacklem
2011-04-20
1
-3
/
+13
*
Modify the offset + size checks for read and write in the
rmacklem
2011-04-20
1
-3
/
+6
*
Fix up handling of the nfsmount structure in read and write
rmacklem
2011-04-19
1
-11
/
+11
*
Revert r220761 since, as kib@ pointed out, the case of
rmacklem
2011-04-18
3
-13
/
+0
*
Add a vput() to nfs_lookitup() in the experimental NFS client
rmacklem
2011-04-18
1
-1
/
+4
*
Add vput() calls in two places in the experimental NFS client
rmacklem
2011-04-18
1
-2
/
+5
*
Change the mutex locking for several locations in the
rmacklem
2011-04-17
1
-28
/
+60
*
Add checks for MNTK_UNMOUNTF at the beginning of three
rmacklem
2011-04-17
3
-0
/
+13
*
Fix up some of the sysctls for the experimental NFS client so
rmacklem
2011-04-17
1
-2
/
+2
*
Change some defaults in the experimental NFS client to be the
rmacklem
2011-04-17
1
-4
/
+20
*
Fix readdirplus in the experimental NFS client so that it
rmacklem
2011-04-17
1
-1
/
+22
*
Add a lktype flags argument to nfscl_nget() and ncl_nget() in the
rmacklem
2011-04-16
6
-19
/
+24
*
Add mutex locking on the nfs node in ncl_inactive() for the
rmacklem
2011-04-16
1
-0
/
+4
*
Change the experimental NFS client so that it creates nfsiod
rmacklem
2011-04-15
4
-69
/
+76
*
Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()
rmacklem
2011-04-14
3
-3
/
+3
*
Modify the experimental NFSv4 server so that it handles
rmacklem
2011-04-14
3
-6
/
+7
*
Add VOP_PATHCONF() support to the experimental NFS client
rmacklem
2011-04-13
1
-0
/
+115
*
Fix the experimental NFSv4 client so that it recognizes server
rmacklem
2011-04-13
1
-5
/
+17
*
This patch fixes the Experimental NFS client to properly deal with 32 bit or 64
zack
2011-03-30
2
-6
/
+5
[next]