aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanAlan Cox2002-11-101-1/+1
* Better printf() formats.Maxime Henrion2002-11-071-8/+7
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.Jeff Roberson2002-09-251-2/+7
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-251-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-9/+17
* o Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-14/+19
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-0/+2
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).Robert Drehmel2002-07-011-5/+7
* o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andAlan Cox2002-06-221-6/+5
* 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