aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-191-6/+6
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/Jake Burkholder2002-03-171-2/+3
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-2/+0
* * Move bswlist declaration and initialization from kern/vfs_bio.c toEivind Eklund2002-03-051-1/+6
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-271-2/+2
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedPeter Wemm2002-02-271-2/+2
* Whitespace fixes.John Baldwin2001-08-041-1/+1
* whitespace / register cleanupMatthew Dillon2001-07-041-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-16/+4
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-4/+23
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-0/+2
* protect pbufs and associated counts with a mutexAlfred Perlstein2001-04-131-2/+11
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Backed out previous commit. Don't depend on namespace pollution inBruce Evans2000-12-021-0/+1
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-301-1/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Checkpoint of a new physical memory backed object type, that does notPeter Wemm2000-05-211-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Convert the vm_pager_strategy() interface to take a struct bio instead ofPoul-Henning Kamp2000-05-031-4/+4
* Move and staticize the bufchain functions so they become local to thePoul-Henning Kamp2000-05-011-133/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-5/+5
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-12/+11
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-3/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+3
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Add required BUF_KERNPROC to flushchainbuf() to disassociate theMatthew Dillon1999-09-171-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reformat previous fix to remove an uglier than average goto.Stephen McKay1999-07-051-9/+11
* The buffer queue mechanism has been reformulated. Instead of havingKirk McKusick1999-07-041-1/+3
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-2/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-9/+12
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-4/+2
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-1/+4
* StaticizeEivind Eklund1999-04-111-2/+2
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-141-1/+155
* vm_pager_put_pages() is passed an rcval array to hold per-page returnMatthew Dillon1999-01-241-8/+8
* Move many of the vm_pager_*() functions from vm_pager.c to inlines inMatthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-42/+67
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-3/+3
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-4/+4
* Some VM improvements, including elimination of alot of Sig-11John Dyson1998-03-161-1/+75
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-071-4/+4
* Significantly improve the efficiency of the swap pager, which appears toJohn Dyson1998-02-231-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-4/+2