summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-5/+43
* Fix two problems: First, fix the append seek position race that candillon1999-12-141-46/+122
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-10/+26
* useracc() the prequel:phk1999-10-291-1/+0
* Add comment to clarify a commit rpc optimization already being performed.dillon1999-09-201-0/+8
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-171-3/+33
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to bedt1999-08-121-1/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-1/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-3/+3
* Don't mistake a non-async block that needs to be committed for anpeter1999-06-051-2/+2
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-9/+7
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-173/+240
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-10/+46
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-121-21/+36
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-11/+27
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tdt1998-12-141-13/+13
* 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
OpenPOWER on IntegriCloud