summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_krpc.c
Commit message (Expand)AuthorAgeFilesLines
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-2/+0
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-3/+5
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-8/+5
* - More properly handle interrupted NFS requests on an interruptible mountjhb2013-01-151-4/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Adjust the nfs_skip_wcc_data_onerr setting so that it does not blockjhb2012-02-241-5/+7
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+56
* The old NFS client will crash due to the reply being m_freem()'drmacklem2011-11-191-0/+5
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-9/+3
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-5/+5
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-091-66/+1
* Some style(9) fixesmarius2010-02-091-52/+51
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.dfr2009-06-301-3/+3
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-5/+0
* Make sure we feed 32bit align memory to nfsm_dissect otherwise we will faultdfr2009-05-241-1/+73
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-7/+0
* Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC.rwatson2009-05-041-2/+1
* When a stale file handle is encountered, purge all cached information aboutjhb2009-04-061-1/+1
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTracerwatson2009-03-221-0/+75
* In nfs_request(), always exit using the nfsmout label once we'rerwatson2009-03-211-8/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+769
OpenPOWER on IntegriCloud