aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Use incore() where no other interlock locking is necessary.Jeff Roberson2002-09-251-2/+6
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* o Lock page accesses by vm_page_io_start() with the page queues lock.Alan Cox2002-07-311-1/+4
* Replace the global buffer hash table with per-vnode splay trees using aMatthew Dillon2002-07-101-4/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-8/+7
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-3/+3
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-3/+3
* Document all functions, global and static variables, and sysctls.Eivind Eklund2002-03-051-3/+11
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingMatthew Dillon2001-11-051-1/+1
* In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsizeMatthew Dillon2001-10-251-2/+14
* Syntax cleanup and documentation, no operational changes.Matthew Dillon2001-10-211-10/+55
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-4/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-10/+6
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetMatthew Dillon2001-05-241-0/+9
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+10
* 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
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-0/+2
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could beMatthew Dillon2001-02-281-6/+0
* Fix typo: teh -> the.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Do not cluster with B_LOCKED buffers.Matthew Dillon2001-01-191-4/+20
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-261-2/+10
* Implement a low-memory deadlock solution.Matthew Dillon2000-11-181-0/+6
* Don't attempt to cluster write buffers where the VMIO flag isn't set.Tor Egge2000-11-171-1/+2
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-3/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-6/+10
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-021-8/+29
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-12/+18
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-4/+4
* Initialize vp->v_maxio to its default in getnetvnode() rather thanPoul-Henning Kamp1999-09-201-8/+0
* If integration of a buffer into a cluster write operation fails, releaseTor Egge1999-08-311-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* These changes appear to give us benefits with both small (32MB) andKirk McKusick1999-07-081-13/+4
* The vfs.write_behind sysctl and related code support has been added toKirk McKusick1999-07-041-3/+40
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldPeter Wemm1999-06-291-3/+11
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-18/+17
* Reformat comment to match indentation of code around it.Julian Elischer1999-06-171-8/+9
* Changed trypbuf to a getpbuf to work around a problem where redundant writesDavid Greenman1999-06-161-2/+2
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-3/+7
* Reviewed by: Many at differnt times in differnt parts,Julian Elischer1999-03-121-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-4/+6
* KNFize, by bde.Eivind Eklund1999-01-101-9/+8
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-18/+9
* Even the most recently allocated buffer may not have its b_blknoKirk McKusick1998-12-051-2/+5