aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-2/+2
* o Condition the compilation and use of vm_freeze_copyopts()Alan Cox2002-05-061-0/+2
* We do not necessarily need to map/unmap pages to zero parts of them.Peter Wemm2002-04-281-4/+1
* Remove __P.Alfred Perlstein2002-03-191-10/+10
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-2/+2
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-6/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-6/+6
* This fixes a large number of bugs in our NFS client side code. A recentMatthew Dillon2001-12-141-2/+27
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond theMatthew Dillon2001-11-051-2/+7
* Finally fix the VM bug where a file whos EOF occurs in the middle of a pageMatthew Dillon2001-10-121-3/+21
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-10/+8
* KSE Milestone 2Julian Elischer2001-09-121-8/+8
* 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-50/+17
* Fix a XXX comment by moving the initialization of the number of pbuf'sJohn Baldwin2001-07-031-9/+9
* Don't hold the VM lock across VOP's and other things that can sleep.John Baldwin2001-05-291-2/+19
* - Assert Giant is held in the vnode pager methods.John Baldwin2001-05-231-14/+18
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-15/+38
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-14/+7
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-261-3/+36
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-0/+5
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-211-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-2/+2
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* The vnode pager (used when you do file-backed mmaps) must use theMatthew Dillon1999-09-171-3/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* Fix some int/long printf problems for the AlphaPeter Wemm1999-07-011-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-3/+3
* Fix confusion of size of transfer with size of the pager.Dmitrij Tejblum1999-05-151-3/+4
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-5/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-2/+3
* Convert usage of vm_page_bits() to the new convention ("Inputs are requiredDmitrij Tejblum1999-04-101-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-11/+22
* Correct a comment.Eivind Eklund1999-03-271-2/+2
* Reviewed by: "John S. Dyson" <dyson@iquest.net>Alan Cox1999-02-271-1/+20
* vm_pager_put_pages() is passed an rcval array to hold per-page returnMatthew Dillon1999-01-241-4/+3
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-5/+14
* In vnode_pager_input_old, set auio.uio_procp = curprocRobert V. Baron1998-12-041-2/+2
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-4/+4
* John Dyson approved of this solution; make vnode_pager_input_old set m->validRobert V. Baron1998-09-281-1/+3