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_clstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC: r317465
rmacklem
2017-05-10
1
-1
/
+10
*
MFC: r317345
rmacklem
2017-05-08
1
-8
/
+20
*
MFC: r317305
rmacklem
2017-05-08
1
-19
/
+33
*
MFC: r316829
rmacklem
2017-04-29
1
-2
/
+1
*
MFC: r316792
rmacklem
2017-04-27
1
-13
/
+63
*
MFC: r316719
rmacklem
2017-04-26
1
-9
/
+3
*
MFC: r316717
rmacklem
2017-04-26
1
-9
/
+8
*
MFC: r316669
rmacklem
2017-04-25
1
-1
/
+11
*
MFC: r310491
rmacklem
2017-04-24
1
-30
/
+40
*
MFC: r304026
rmacklem
2016-10-03
1
-29
/
+29
*
NFS: spelling fixes on comments.
pfg
2016-04-29
1
-1
/
+1
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-2
/
+2
*
Merge the NFSv4.1 server code in projects/nfsv4.1-server over
rmacklem
2014-07-01
1
-1
/
+1
*
There might be a potential race condition for the NFSv4 client
rmacklem
2014-06-28
1
-17
/
+17
*
The NFSv4 client was passing both the p and cred arguments to
rmacklem
2013-12-24
1
-1
/
+1
*
The NFSv4.1 client didn't return NFSv4.1 specific error codes
rmacklem
2013-12-23
1
-6
/
+11
*
Fix r252074 so that it builds on 64bit arches.
rmacklem
2013-06-22
1
-3
/
+1
*
The NFSv4.1 LayoutCommit operation requires a valid offset and length.
rmacklem
2013-06-21
1
-8
/
+20
*
The request queue is already locked, so we don't need the splsofclock/splx
imp
2013-02-21
1
-3
/
+1
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
1
-5
/
+5
*
Move the NFSv4.1 client patches over from projects/nfsv4.1-client
rmacklem
2012-12-08
1
-96
/
+1072
*
r228827 fixed a problem where copying of NFSv4 open credentials into
rmacklem
2012-02-07
1
-2
/
+6
*
Post r223774, the NFSv4 client no longer has multiple instances
rmacklem
2011-12-03
1
-52
/
+93
*
Clean up some cruft in the NFSv4 client left over from the
rmacklem
2011-11-21
1
-13
/
+6
*
Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,
rmacklem
2011-11-20
1
-33
/
+7
*
Post r223774 the NFSv4 client never uses the linked list with the
rmacklem
2011-11-20
1
-58
/
+0
*
r222389 introduced a case where the NFSv4 client could
rmacklem
2011-07-13
1
-1
/
+2
*
The algorithm used by nfscl_getopen() could have resulted in
rmacklem
2011-07-04
1
-81
/
+94
*
Modify the new NFSv4 client so that it appends a file handle
rmacklem
2011-07-03
1
-2
/
+1
*
The new NFSv4 client was erroneously using "p" instead of
rmacklem
2011-06-05
1
-15
/
+17
*
Fix the new NFS client so that it handles NFSv4 state
rmacklem
2011-05-27
1
-16
/
+78
*
Revert r220761 since, as kib@ pointed out, the case of
rmacklem
2011-04-18
1
-4
/
+0
*
Add checks for MNTK_UNMOUNTF at the beginning of three
rmacklem
2011-04-17
1
-0
/
+4
*
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
/
+3
*
Add a flag to the experimental NFSv4 client to indicate when
rmacklem
2010-10-26
1
-22
/
+23
*
Modify the return value for nfscl_mustflush() from boolean_t,
rmacklem
2010-08-03
1
-5
/
+5
*
Change the nfscl_mustflush() function in the experimental NFSv4
rmacklem
2010-07-18
1
-5
/
+5
*
An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs
rmacklem
2010-04-24
1
-11
/
+13
*
When the experimental NFS client is handling an NFSv4 server reboot
rmacklem
2010-04-22
1
-6
/
+19
*
For the experimental NFS client doing an NFSv4 mount,
rmacklem
2010-04-20
1
-3
/
+6
*
Avoid extraneous recovery cycles in the experimental NFS client
rmacklem
2010-04-18
1
-4
/
+29
*
Add mutex lock calls to 2 cases in the experimental NFS client's
rmacklem
2010-04-15
1
-2
/
+6
*
The experimental NFS client was not filling in recovery credentials
rmacklem
2010-04-15
1
-2
/
+7
*
Fix three related problems in the experimental nfs client when
rmacklem
2010-01-03
1
-24
/
+19
*
Fix comment typos.
jh
2009-10-20
1
-4
/
+4
*
When using an NFSv4 mount in the experimental nfs client with delegations
rmacklem
2009-07-22
1
-1
/
+1
*
Since the nfscl_getclose() function both decremented open counts and,
rmacklem
2009-07-09
1
-99
/
+96
*
Use getcredhostuuid instead of accessing the prison directly.
jamie
2009-06-13
1
-5
/
+1
*
Fix nfscl_getcl() so that it doesn't crash when it is called to
rmacklem
2009-06-08
1
-20
/
+29
[next]