aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/swap_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 references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-14/+10
* Remove __P.Alfred Perlstein2002-03-191-16/+16
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-8/+8
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-98/+11
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticJohn Baldwin2002-02-271-6/+6
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.Poul-Henning Kamp2002-02-221-1/+1
* Don't use an uninitialized field reserved for callers in the bio structureTor Egge2001-10-151-3/+4
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-11/+6
* Limit the amount of KVM reserved for the buffer cache and for swap-metaMatthew Dillon2001-08-201-2/+5
* Fixups for the initial allocation by dillon:Alfred Perlstein2001-08-021-7/+15
* whitespace / register cleanupMatthew Dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-69/+31
* - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.John Baldwin2001-06-221-4/+4
* - Fix the sw_alloc_interlock to actually lock itself when the lock isJohn Baldwin2001-05-231-16/+20
* aquire Giant when playing with the buffercache and doing IO.Alfred Perlstein2001-05-231-2/+5
* aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodoneAlfred Perlstein2001-05-221-2/+3
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-11/+66
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-3/+1
* Protect pager object creation with sx locks.Alfred Perlstein2001-04-181-10/+13
* protect pbufs and associated counts with a mutexAlfred Perlstein2001-04-131-0/+2
* Introduce per-swap area accounting in the VM system, and exportRobert Watson2001-02-231-1/+10
* - If swap metadata does not fit into the KVM, reduce the number ofSeigo Tanimura2000-12-131-12/+23
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.Robert Watson2000-11-201-0/+3
* Implement a low-memory deadlock solution.Matthew Dillon2000-11-181-1/+3
* This patchset fixes a large number of file descriptor race conditions.Matthew Dillon2000-11-181-2/+4
* The swap bitmap allocator was not calculating the bitmap size properlyMatthew Dillon2000-10-131-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-211-2/+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-77/+55
* Move and staticize the bufchain functions so they become local to thePoul-Henning Kamp2000-05-011-0/+137
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-5/+6
* Add necessary spl protection for swapper. The problem was located byMatthew Dillon2000-03-271-3/+4
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-4/+4
* Fix one place which knew that B_WRITE was zero.Poul-Henning Kamp2000-03-221-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-13/+12
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-10/+0
* Fix the swap backed vn case - this was broken by my rev 1.128 toPeter Wemm1999-12-281-13/+8
* Isolate the swapdev_vp "not quite" vnode in the only source file whichPoul-Henning Kamp1999-11-221-0/+7
* Remove the non-functional "swap device" userland front-end to thePeter Wemm1999-11-181-7/+7
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Fix a number of spl bugs related to reserving and freeing swap space.Matthew Dillon1999-09-171-291/+232
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use devtoname to print dev_t's instead of casting them to u_long forBruce Evans1999-08-231-6/+7
* Correct an accidental omission of one "vm_page_undirty" replacementAlan Cox1999-08-171-2/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-2/+2