summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Finally fix the VM bug where a file whos EOF occurs in the middle of a pagedillon2001-10-121-3/+21
* Change the kernel's ucred API as follows:jhb2001-10-111-10/+8
* KSE Milestone 2julian2001-09-121-8/+8
* Whitespace fixes.jhb2001-08-041-1/+1
* whitespace / register cleanupdillon2001-07-041-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-50/+17
* Fix a XXX comment by moving the initialization of the number of pbuf'sjhb2001-07-031-9/+9
* Don't hold the VM lock across VOP's and other things that can sleep.jhb2001-05-291-2/+19
* - Assert Giant is held in the vnode pager methods.jhb2001-05-231-14/+18
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-15/+38
* 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
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-14/+7
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-3/+36
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+5
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* The vnode pager (used when you do file-backed mmaps) must use thedillon1999-09-171-3/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* Fix some int/long printf problems for the Alphapeter1999-07-011-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Fix confusion of size of transfer with size of the pager.dt1999-05-151-3/+4
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-5/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-2/+3
* Convert usage of vm_page_bits() to the new convention ("Inputs are requireddt1999-04-101-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-11/+22
* Correct a comment.eivind1999-03-271-2/+2
* Reviewed by: "John S. Dyson" <dyson@iquest.net>alc1999-02-271-1/+20
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-241-4/+3
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-5/+14
* In vnode_pager_input_old, set auio.uio_procp = curprocrvb1998-12-041-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+4
* John Dyson approved of this solution; make vnode_pager_input_old set m->validrvb1998-09-281-1/+3
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-3/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-5/+5
* Fix a rounding problem that causes vnode pager to fail to remove the lastluoqi1998-08-251-11/+9
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-4/+4
* Fixed printf format errors.bde1998-07-111-3/+9
* Fixed printf format errors.bde1998-07-111-3/+3
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-1/+3
* Complement diagnostic messages about missing per-FS VOP page operations,msmith1998-03-091-5/+14
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-28/+32
OpenPOWER on IntegriCloud