summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsargs.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r259084rmacklem2013-12-301-0/+1
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-0/+1
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-0/+1
* Modify the experimental NFS client so that it uses the samermacklem2011-04-251-1/+5
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-101-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+2
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-0/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-635/+6
* Sync some differences that were different between the copies of the filespeter2001-09-151-3/+3
* KSE Milestone 2julian2001-09-121-34/+34
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-4/+4
* Implement client side NFS locks.alfred2001-04-171-0/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+0
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-17/+17
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-17/+17
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-131-12/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-251-0/+2
* sigset_t change (part 2 of 5)marcel1999-09-291-2/+4
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-171-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-3/+2
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-251-3/+5
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-1/+4
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-301-1/+3
* convert some nfs tunables to options, these are:jmg1998-06-301-1/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-10/+10
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-311-1/+2
* Some const'speter1998-05-311-2/+2
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-9/+9
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-4/+6
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-28/+33
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-4/+5
* Moved declaration of `union nethostadr' outside of the KERNEL section,bde1998-02-011-15/+15
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+12
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-54/+79
* Merge WebNFS changes from NetBSD.dfr1997-07-161-3/+30
* Various fixes from NetBSD:dfr1997-06-031-3/+3
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-2/+2
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-131-3/+8
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-101-1/+18
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.bde1997-03-291-43/+5
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-271-1/+3
OpenPOWER on IntegriCloud