aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* In vnode_pager_generic_putpages(), change the printf format specifierMarcel Moolenaar2003-08-291-2/+2
* Hold the page queues lock when performing vm_page_clear_dirty() andAlan Cox2003-08-231-0/+2
* Replace a homegrown bdone()/bwait() implementation by the real thingPoul-Henning Kamp2003-08-181-27/+5
* Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.Poul-Henning Kamp2003-08-171-4/+2
* Use sparse struct initializations for struct pagerops.Poul-Henning Kamp2003-08-051-7/+6
* Maintain a lock on the vm object of interest throughout vm_fault(),Alan Cox2003-06-221-1/+3
* Lock the vm object when freeing a vm page.Alan Cox2003-06-181-0/+14
* Add vm object locking to various pagers' "get pages" methods, i386 stackAlan Cox2003-06-131-1/+2
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* - Finish vm object and page locking in vnode_pager_setsize().Alan Cox2003-06-101-26/+21
* Lock the vm_object when performing vm_pager_deallocate().Alan Cox2003-05-061-3/+4
* - Convert vm_object_pip_wait() from using tsleep() to msleep().Alan Cox2003-04-261-3/+8
* Update locking around vm_object_page_remove() to use the new macros.Alan Cox2003-04-181-2/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.Alan Cox2003-03-061-3/+0
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.Poul-Henning Kamp2003-01-131-1/+4
* Convert VOP_STRATEGY to VOP_SPECSTRATEGY in the generic getpages andPoul-Henning Kamp2003-01-051-2/+2
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincePoul-Henning Kamp2003-01-031-2/+2
* Allow the VM object flushing code to cluster. When the filesystem syncerMatthew Dillon2002-12-281-2/+8
* Perform vm_object_lock() and vm_object_unlock() aroundAlan Cox2002-12-151-0/+2
* Hold the page queues lock when performing pmap_clear_modify().Alan Cox2002-11-271-0/+4
* Hold the page queues/flags lock when calling vm_page_set_validclean().Alan Cox2002-11-231-0/+4
* Add page queue and flag locking in vnode_pager_setsize().Alan Cox2002-11-231-0/+2
* Now that pmap_remove_all() is exported by our pmap implementationsAlan Cox2002-11-161-1/+1
* 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