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
/
nfsclient
/
nfs_krpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
1
-2
/
+0
*
Rework the handling of stop signals in the NFS client. The changes in
jhb
2013-02-06
1
-3
/
+5
*
Further cleanups to use of timestamps in NFS:
jhb
2013-01-25
1
-8
/
+5
*
- More properly handle interrupted NFS requests on an interruptible mount
jhb
2013-01-15
1
-4
/
+12
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Adjust the nfs_skip_wcc_data_onerr setting so that it does not block
jhb
2012-02-24
1
-5
/
+7
*
jwd@ reported a problem via email where the old NFS client would
rmacklem
2011-12-21
1
-6
/
+56
*
The old NFS client will crash due to the reply being m_freem()'d
rmacklem
2011-11-19
1
-0
/
+5
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-9
/
+3
*
Change the sysctl naming for the old and new NFS clients
rmacklem
2011-05-15
1
-5
/
+5
*
- Move nfs_realign() from the NFS client to the shared NFS code and
marius
2010-02-09
1
-66
/
+1
*
Some style(9) fixes
marius
2010-02-09
1
-52
/
+51
*
Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.
dfr
2009-06-30
1
-3
/
+3
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-5
/
+0
*
Make sure we feed 32bit align memory to nfsm_dissect otherwise we will fault
dfr
2009-05-24
1
-1
/
+73
*
Remove the unmaintained University of Michigan NFSv4 client from 8.x
rwatson
2009-05-22
1
-7
/
+0
*
Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC.
rwatson
2009-05-04
1
-2
/
+1
*
When a stale file handle is encountered, purge all cached information about
jhb
2009-04-06
1
-1
/
+1
*
Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace
rwatson
2009-03-22
1
-0
/
+75
*
In nfs_request(), always exit using the nfsmout label once we're
rwatson
2009-03-21
1
-8
/
+3
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-0
/
+769