summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Removed unused #includes. The need for most of them went away withbde1997-10-271-4/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* VFS clean up "hekto commit"phk1997-10-161-11/+5
* Another VFS cleanup "kilo commit"phk1997-10-161-37/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-15/+12
* vnops megacommitphk1997-10-151-49/+3
* Hmm, realign the vnops into two columns.phk1997-10-151-17/+17
* Stylistic overhaul of vnops tables.phk1997-10-151-126/+116
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-151-113/+1
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-051-7/+60
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-8/+8
* select -> pollpeter1997-09-141-19/+18
* Don't repeat checks done at general level.phk1997-09-101-8/+3
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-10/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-11/+1
* Uncut&paste cache_lookup().phk1997-08-261-53/+5
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-251-4/+8
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-161-1/+12
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-031-1/+3
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-031-8/+50
* Plug a memory leak in nfs_link.dfr1997-05-201-2/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-4/+5
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-7/+1
* Prevent a mapped root which appears on the server as e.g. nobody fromdfr1997-05-091-3/+47
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-3/+2
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-041-2/+2
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-291-2/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-13/+23
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillybde1997-02-281-5/+2
* 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-37/+34
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenwpaul1996-12-311-2/+3
* Convert the interface address and IP interface address structureswollman1996-12-131-3/+3
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-061-1/+2
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-211-5/+5
* In sys/time.h, struct timespec is defined as:nate1996-09-191-30/+30
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-161-2/+2
* Fixed spelling of s_namlen so that this compiles again.bde1996-01-251-2/+2
* Use new printf features rather than local kludges.phk1996-01-241-8/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-5/+15
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-139/+139
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-1/+26
* Second batch of cleanup changes.phk1995-10-291-93/+104
* Fix order problem: unbusy pages before releasing the buffer.dg1995-10-221-2/+2
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-4/+45
OpenPOWER on IntegriCloud