aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-141-1/+1
* NFSv4 fixes from Connectathon 2004:Jim Rees2004-02-271-2/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-0/+14
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELAlfred Perlstein2003-11-151-14/+14
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+19
* Remove extern declarations of stuff which is static in nfs_node.cPoul-Henning Kamp2002-10-201-6/+0
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tBruce Evans2002-09-051-1/+1
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().John Baldwin2002-06-281-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-3/+1
* Revise the nfsiod auto tuning code. Now both the upper and lower limitsPeter Wemm2002-01-151-1/+1
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andPeter Wemm2002-01-141-0/+1
* Permit NFS filesystems to be forcibly unmounted when the server isIan Dowse2002-01-021-0/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.Robert Watson2001-12-311-1/+1
* This fixes a large number of bugs in our NFS client side code. A recentMatthew Dillon2001-12-141-0/+2
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-500/+67
* Sync some differences that were different between the copies of the filesPeter Wemm2001-09-151-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-34/+34
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-4/+4
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-171-1/+0
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-17/+17
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-17/+17
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-131-12/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Move NFS access cache hits/misses into nfsstats structure soMatthew Dillon1999-10-251-0/+2
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-2/+4
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-171-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-3/+2
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-251-3/+5
* Made unloading of the nfs LKM sort of work. This is mainly to testBruce Evans1998-09-071-1/+4
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-2/+2
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-301-1/+3
* convert some nfs tunables to options, these are:John-Mark Gurney1998-06-301-1/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-10/+10
* Support 'mount -u' remounts. This may require disconnecting and rebindingPeter Wemm1998-05-311-1/+2
* Some const'sPeter Wemm1998-05-311-2/+2
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-9/+9
* Convert a couple of large allocations to use zones rather than mallocPeter Wemm1998-05-241-4/+6
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-28/+33
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+5
* Moved declaration of `union nethostadr' outside of the KERNEL section,Bruce Evans1998-02-011-15/+15
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+12
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-101-5/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-54/+79
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-161-3/+30