summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Rate limit vnode_pager_putpages printfs to once a second.ps2005-11-011-3/+8
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.kan2005-08-131-9/+0
* Use atomic operations on runningbufspace.ssouhlal2005-08-081-2/+4
* Remove a stale comment concerning spl* usage.alc2005-05-191-2/+0
* Correct 32 vs 64 bit signedness issues.bz2005-05-181-8/+9
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if thejeff2005-05-031-0/+3
* - Don't NULL the vnode's v_object pointer until after the object is tornjeff2005-04-031-1/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - Don't directly adjust v_usecount, use vref() instead.jeff2005-03-141-3/+1
* - Retire OLOCK and OWANT. All callers hold the vnode lock when creatingjeff2005-03-141-17/+0
* - Don't acquire the vnode lock in destroy_vobject, assert that it hasjeff2005-03-131-2/+1
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-0/+2
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-281-0/+33
* Move the body of vop_stdcreatevobject() over to the vnode_pager underphk2005-01-241-0/+50
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-1/+1
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-10/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* fix commentphk2004-12-251-1/+1
* Almost nine years ago, when support for 1TB files was introduced inalc2004-12-071-1/+1
* Correct a sanity check in vnode_pager_generic_putpages(). The cast usedalc2004-12-051-1/+1
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-10/+13
* Explicitly call pbrelvp()phk2004-11-151-0/+2
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-061-0/+5
* Also check that the sectormask is bigger than zero.phk2004-10-261-1/+3
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-1/+1
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-8/+2
* add KASSERTSphk2004-09-071-0/+2
* Acquire and release Giant around a call to VOP_BMAP(). (This is aalc2004-08-191-0/+2
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-3/+0
* Push down Giant into vm_pager_get_pages(). The only get pages methods thatalc2004-04-231-0/+2
* Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses.alc2004-04-061-10/+12
* Eliminate the acquisition and release of Giant from vnode_pager_alloc().alc2004-01-041-2/+0
* In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGYtjr2003-11-151-1/+4
* - Call vnode_pager_input_old() with the vm object locked.alc2003-10-251-5/+6
* - Push down Giant from vm_pageout() to vm_pageout_scan(), freeingalc2003-10-241-0/+2
* - Hold the vm object's lock around calls to vm_page_set_validclean().alc2003-10-201-0/+4
* - Synchronize access to a vm page's valid field using the containingalc2003-10-191-43/+45
* - Synchronize access to the page's valid field inalc2003-10-181-1/+2
* DuH!phk2003-10-181-2/+2
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().phk2003-10-181-1/+2
* Add vm object locking to vnode_pager_lock(). (This triggers the movementalc2003-09-181-14/+32
* In vnode_pager_generic_putpages(), change the printf format specifiermarcel2003-08-291-2/+2
* Hold the page queues lock when performing vm_page_clear_dirty() andalc2003-08-231-0/+2
* Replace a homegrown bdone()/bwait() implementation by the real thingphk2003-08-181-27/+5
* Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.phk2003-08-171-4/+2
* Use sparse struct initializations for struct pagerops.phk2003-08-051-7/+6
* Maintain a lock on the vm object of interest throughout vm_fault(),alc2003-06-221-1/+3
* 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
OpenPOWER on IntegriCloud