aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1641/+0
* nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid thatWarner Losh2001-09-181-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-69/+71
* - Sort includes.John Baldwin2001-07-041-5/+10
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-14/+8
* Assert Giant is held by the caller rather than getting it and releasingJohn Baldwin2001-05-231-10/+2
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-3/+28
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-3/+3
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-0/+19
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-1/+5
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-3/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-12/+16
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-11/+13
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-051-5/+43
* Fix two problems: First, fix the append seek position race that canMatthew Dillon1999-12-141-46/+122
* Synopsis of problem being fixed: Dan Nelson originally reported thatMatthew Dillon1999-12-121-10/+26
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Add comment to clarify a commit rpc optimization already being performed.Matthew Dillon1999-09-201-0/+8
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-171-3/+33
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to beDmitrij Tejblum1999-08-121-1/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-1/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-3/+3
* Don't mistake a non-async block that needs to be committed for anPeter Wemm1999-06-051-2/+2
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-9/+7
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-173/+240
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.Peter Wemm1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-10/+46
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-121-21/+36
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-11/+27
* (Hopefully) fix support for "large" files. Mostly cast block numbers to off_tDmitrij Tejblum1998-12-141-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()Peter Wemm1998-11-091-2/+2
* Mark directory buffers that have no valid data with B_INVALKirk McKusick1998-09-291-1/+6
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagKirk McKusick1998-09-291-1/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.Bruce Evans1998-06-141-2/+2
* Make sure we go a nfs_fsinfo() in get/putpages before callingPeter Wemm1998-06-011-30/+70
* When using NFSv3, use the remote server's idea of the maximum file sizePeter Wemm1998-05-301-2/+7
* A cleaner fix for PR#5102, clear nonsense flags at mount time rather thanPeter Wemm1998-05-201-3/+1
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-3/+5
* Don't allow the readdirplus routine to be used in NFS V2.Steve Price1998-03-281-1/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+5
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-071-22/+145
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-061-1/+16