summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Lock the vm object when freeing a vm page.alc2003-06-181-0/+14
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-1/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* - Finish vm object and page locking in vnode_pager_setsize().alc2003-06-101-26/+21
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-061-3/+4
* - Convert vm_object_pip_wait() from using tsleep() to msleep().alc2003-04-261-3/+8
* Update locking around vm_object_page_remove() to use the new macros.alc2003-04-181-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-061-3/+0
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.phk2003-01-131-1/+4
* Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages andphk2003-01-051-2/+2
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-2/+2
* Allow the VM object flushing code to cluster. When the filesystem syncerdillon2002-12-281-2/+8
* Perform vm_object_lock() and vm_object_unlock() aroundalc2002-12-151-0/+2
* Hold the page queues lock when performing pmap_clear_modify().alc2002-11-271-0/+4
* Hold the page queues/flags lock when calling vm_page_set_validclean().alc2002-11-231-0/+4
* Add page queue and flag locking in vnode_pager_setsize().alc2002-11-231-0/+2
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-161-1/+1
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanalc2002-11-101-1/+1
* Better printf() formats.mux2002-11-071-8/+7
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.jeff2002-09-251-2/+7
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-9/+17
* o Lock page queue accesses by vm_page_free().alc2002-07-281-14/+19
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-0/+2
* - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))).robert2002-07-011-5/+7
* o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition andalc2002-06-221-6/+5
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-061-0/+2
* We do not necessarily need to map/unmap pages to zero parts of them.peter2002-04-281-4/+1
* Remove __P.alfred2002-03-191-10/+10
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+2
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-6/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-141-2/+27
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond thedillon2001-11-051-2/+7
* 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
OpenPOWER on IntegriCloud