summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+4
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-3/+3
* Slightly better fix than previous revision.dfr1995-07-241-4/+3
* Fix a problem which appeared to truncate a file to the nearest block boundarydfr1995-07-241-2/+3
* I believe that the following fix to nfs_vnops.c should do the trick w.r.t.dfr1995-07-131-10/+8
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-1/+2
* Use the correct cred for nfs_commit operations.dfr1995-06-281-2/+31
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-800/+1518
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and doesdg1995-03-231-4/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-1/+3
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-19/+53
OpenPOWER on IntegriCloud