aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfsrvstats.h
Commit message (Expand)AuthorAgeFilesLines
* nfs: Mark unused statistics variable as reservedAlan Somers2020-11-181-3/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-675/+5
* 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
* Various fixes from NetBSD:Doug Rabson1997-06-031-3/+3
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffDoug Rabson1997-05-191-2/+2
* Don't keep addresses in mbuf chains. This should simplify the next roundDoug Rabson1997-05-131-3/+8
* Fix a nasty hang connected with write gathering. Also add debug printDoug Rabson1997-05-101-1/+18
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.Bruce Evans1997-03-291-43/+5
* Add code that will reject nfs requests in teh kernel from nonprivilegedGuido van Rooij1997-03-271-1/+3
* 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-49/+119
* 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-2/+2