summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up properly when unloading NFS client module.peadar2004-04-111-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* only do nfs rpc callouts if there is work to do.rees2004-03-251-1/+1
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* NFSv4 fixes from Connectathon 2004:rees2004-02-271-2/+0
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-0/+14
* Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNELalfred2003-11-151-14/+14
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+19
* Remove extern declarations of stuff which is static in nfs_node.cphk2002-10-201-6/+0
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-051-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-281-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-3/+1
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-151-1/+1
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-141-0/+1
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-021-0/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-311-1/+1
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-141-0/+2
* Cleanup and split of nfs client and server code.peter2001-09-181-500/+67
* 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
OpenPOWER on IntegriCloud