summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-77/+55
* Move and staticize the bufchain functions so they become local to thephk2000-05-011-0/+137
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-5/+6
* Add necessary spl protection for swapper. The problem was located bydillon2000-03-271-3/+4
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-4/+4
* Fix one place which knew that B_WRITE was zero.phk2000-03-221-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-13/+12
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-10/+0
* Fix the swap backed vn case - this was broken by my rev 1.128 topeter1999-12-281-13/+8
* Isolate the swapdev_vp "not quite" vnode in the only source file whichphk1999-11-221-0/+7
* Remove the non-functional "swap device" userland front-end to thepeter1999-11-181-7/+7
* useracc() the prequel:phk1999-10-291-1/+0
* Fix a number of spl bugs related to reserving and freeing swap space.dillon1999-09-171-291/+232
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname to print dev_t's instead of casting them to u_long forbde1999-08-231-6/+7
* Correct an accidental omission of one "vm_page_undirty" replacementalc1999-08-171-2/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-2/+2
* Remove vm_object::last_read. It is used by the old swap pager, butalc1999-07-161-2/+1
* Kirk missed a required BUF_KERNPROC(). Even though this is a non-asyncpeter1999-06-271-1/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-4/+5
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-5/+3
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-17/+242
* Remove conditional sysctl'sdillon1999-02-211-46/+4
* Reviewed by: Alan Cox <alc@cs.rice.edu>dillon1999-02-211-9/+15
* Limit number of simultanious asynchronous swap pager I/Os that candillon1999-02-181-13/+109
* Add hysteresis to the 'swap_pager_getswapspace; failed' console message.dillon1999-02-061-5/+9
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-241-3/+3
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-7/+6
* The default_pager's interaction with the swap_pager has been reorganized,dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1246/+1307
* KNFize, by bde.eivind1999-01-101-3/+3
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-7/+5
* Don't free swap in swap_pager_getpages(): this code probably cause thedt1998-12-291-23/+1
* Fixed a null pointer panic in spc_free(). swap_pager_putpages()bde1998-11-191-7/+9
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-5/+5
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-5/+5
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-8/+6
* Protect all modifications to paging_in_progress with splvm().dfr1998-08-131-1/+3
* Fixed two spl nesting bugs. They caused (at least) the entire pageoutbde1998-07-281-2/+2
* Fixed printf format errors.bde1998-07-111-7/+11
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-8/+11
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-10/+12
OpenPOWER on IntegriCloud