summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf.dillon2001-09-261-1/+1
* KSE Milestone 2julian2001-09-121-7/+7
* Remove the code that limited the buffer_map to 1/2 the size of thedillon2001-08-221-0/+2
* Move most of the kernel submap initialization code, including thedillon2001-08-221-7/+61
* Revert previous accidental commit. FWIW, it was part of enablingpeter2001-07-271-0/+3
* Fix cut/paste blunder. Serves me right for doing a last minute tweakpeter2001-07-271-3/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-77/+35
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-2/+7
* - Always call bfreekva() w/o vm_mtx held.jhb2001-05-231-28/+12
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-4/+101
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
* Write a switch statement as less obscure if statements.phk2001-04-171-18/+8
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+8
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-1/+5
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-281-3/+7
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-6/+13
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-5/+5
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-135/+128
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-151-2/+2
* Implement a low-memory deadlock solution.dillon2000-11-181-80/+128
* Take VBLK devices further out of their missery.phk2000-11-021-1/+1
* Catch up to moving headers:jhb2000-10-201-2/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+2
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-11/+13
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-7/+13
* Now that buffer locks can be recursive, we need to delete the panicsmckusick2000-07-251-4/+0
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+5
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-14/+13
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Give struct bio it's own call back mechanism.phk2000-05-011-7/+11
* Hmm, diff/patch still doesn't like me.phk2000-04-301-2/+2
* s/biowait/bufwait/gphk2000-04-291-3/+3
* Remove a leftover dysonism.phk2000-04-291-4/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Don't declare common variables in include files:phk2000-04-181-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+8
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-26/+38
* Draw the outline of "struct bio".phk2000-04-021-3/+3
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-198/+138
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-7/+7
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-23/+33
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-26/+0
* Need to reset the buffer pointer to avoid reconsidering the same buffermckusick2000-01-181-0/+1
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+3
* Several performance improvements for soft updates have been added:mckusick2000-01-101-5/+144
OpenPOWER on IntegriCloud