summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-100/+100
* Cut-n-paste glitchpeter1998-05-311-2/+2
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-311-1/+7
* Refuse READDIR / READDIRPLUS rpc's for non-directoriespeter1998-05-311-1/+9
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-75/+51
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-6/+12
* Only ignore "owner" permissions selectively rather than always. In somepeter1998-05-201-22/+31
* In the words of the submitter:msmith1998-05-071-13/+24
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-1/+6
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-3/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Removed unused #includes.bde1997-10-281-3/+1
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-22/+22
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-5/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-19/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-22/+22
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-221-3/+3
* Merge WebNFS changes from NetBSD.dfr1997-07-161-30/+76
* Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-141-3/+4
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-031-2/+5
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-101-2/+4
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-101-1/+18
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-291-2/+1
* Use the correct (relative to the implementation) ordering of args inpeter1997-03-251-1/+5
* The local fs interface does not allow link()/unlink() of directories,peter1997-03-251-4/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-22/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:nate1996-09-191-5/+5
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-051-1/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-153/+133
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tbde1996-06-081-1/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-301-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-6/+9
* Staticize.phk1995-12-171-7/+11
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Second batch of cleanup changes.phk1995-10-291-19/+10
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.dg1995-08-241-1/+11
* Some fixes found using gcc -Wall:dfr1995-08-241-3/+3
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-061-3/+2
* Slight changes to locking around VOP_READRIR.dfr1995-08-031-2/+18
* Lock the directory vnode before VOP_READDIR in nfsrv_readdirplusdfr1995-08-021-1/+3
OpenPOWER on IntegriCloud