summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
...
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-091-2/+2
* Mark directory buffers that have no valid data with B_INVALmckusick1998-09-291-1/+6
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagmckusick1998-09-291-1/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.bde1998-06-141-2/+2
* Make sure we go a nfs_fsinfo() in get/putpages before callingpeter1998-06-011-30/+70
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-2/+7
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanpeter1998-05-201-3/+1
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-3/+5
* Don't allow the readdirplus routine to be used in NFS V2.steve1998-03-281-1/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+5
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-22/+145
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+16
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Release the buffer when an error occurs while reading directory entries.tegge1998-01-311-3/+6
* Various NFS fixes:dyson1998-01-251-87/+78
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+3
* Various of the ISP users have commented that the 1.41 version of thedyson1997-12-081-115/+19
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-5/+1
* Removed unused #includes.bde1997-08-021-3/+1
* Avoid small synchronous writes when an application does lots of random-accessdfr1997-06-251-19/+115
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-161-1/+2
* Fix a problem caused by removing large numbers of files from a directorydfr1997-06-061-2/+6
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-031-4/+4
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-2/+83
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-131-2/+2
* Fix a bug where a program which appended many small records to a file coulddfr1997-04-191-1/+3
* Don't allow partial buffers to be cluster-comitted.dfr1997-04-181-4/+7
* The code which recovered from a modified directory situation did not checkdfr1997-04-031-1/+8
* YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK forbde1997-03-091-2/+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-21/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-061-35/+85
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-211-2/+6
* Staticized `nfs_dwrite'.bde1996-10-121-2/+2
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-111-1/+13
* In sys/time.h, struct timespec is defined as:nate1996-09-191-5/+5
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-161-1/+8
* Clear flags before using an inactive buffer. This is a kludge, butpst1996-06-081-1/+2
* Add a check to prevent a computation from underflowing and causingmpp1996-01-241-3/+4
* Staticize.phk1995-12-171-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Completed function declarations and/or added prototypes and/or movedbde1995-12-031-2/+4
* Second batch of cleanup changes.phk1995-10-291-4/+2
* Add support for amd direct maps.dfr1995-08-241-2/+2
* Use a consistent blocksize for sizing bufs to avoid panicing the bio system.dfr1995-07-071-4/+4
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-111/+181
OpenPOWER on IntegriCloud