aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_krpc.c
Commit message (Expand)AuthorAgeFilesLines
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-2/+0
* Rework the handling of stop signals in the NFS client. The changes inJohn Baldwin2013-02-061-3/+5
* Further cleanups to use of timestamps in NFS:John Baldwin2013-01-251-8/+5
* - More properly handle interrupted NFS requests on an interruptible mountJohn Baldwin2013-01-151-4/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Adjust the nfs_skip_wcc_data_onerr setting so that it does not blockJohn Baldwin2012-02-241-5/+7
* jwd@ reported a problem via email where the old NFS client wouldRick Macklem2011-12-211-6/+56
* The old NFS client will crash due to the reply being m_freem()'dRick Macklem2011-11-191-0/+5
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-9/+3
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-5/+5
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-091-66/+1
* Some style(9) fixesMarius Strobl2010-02-091-52/+51
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-301-3/+3
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-5/+0
* Make sure we feed 32bit align memory to nfsm_dissect otherwise we will faultDoug Rabson2009-05-241-1/+73
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-7/+0
* Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC.Robert Watson2009-05-041-2/+1
* When a stale file handle is encountered, purge all cached information aboutJohn Baldwin2009-04-061-1/+1
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson2009-03-221-0/+75
* In nfs_request(), always exit using the nfsmout label once we'reRobert Watson2009-03-211-8/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+769