aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsmount.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-131-2/+0
* Add a timeout on positive name cache entries in the NFS client. That is,John Baldwin2012-01-251-0/+5
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-031-0/+1
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-191-7/+14
* Add a timeout for the negative name cache entries in the NFS client.Rick Macklem2010-01-211-0/+5
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-141-0/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-40/+0
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-1/+0
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+34
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+1
* NFS MP scaling changes.Mohan Srinivasan2007-10-121-0/+2
* Refactor the NFS over UDP retransmit timeout estimation logic to allowChuck Lever2006-05-231-2/+2
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-1/+1
* Fix a serious deadlock with the NFS client. Given a large enoughBrian Feldman2005-06-101-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Rewrite of the NFS client's reply handling. We now have NFS socketPaul Saab2004-12-061-0/+9
* NFS mobility PHASE I, II & III (phase VI, and V pending):Alfred Perlstein2004-07-061-0/+10
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-0/+1
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-1/+8
* Now that we have a cached mount credential in struct mount, use it isteadPoul-Henning Kamp2002-09-081-1/+0
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-0/+1
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-16/+2
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* When using NFSv3, use the remote server's idea of the maximum file sizePeter Wemm1998-05-301-1/+2
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-1/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Fix a nasty hang connected with write gathering. Also add debug printDoug Rabson1997-05-101-17/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-061-1/+22
* Staticize.Poul-Henning Kamp1995-12-171-48/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-3/+12
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-3/+2
* More idempotency....... this is fun :-)Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+127