summaryrefslogtreecommitdiffstats
path: root/sys/vm/vnode_pager.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* Fix a bug in r222586. Lock the page owner object around the modificationkib2011-06-111-0/+6
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-1/+18
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-021-2/+0
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-18/+22
* Push down the page queues lock into vm_page_activate().alc2010-05-071-6/+9
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-18/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-26/+59
* Remove write-only variable.kib2010-02-221-3/+0
* When a vnode-backed vm object is referenced, it increments the vnodekib2010-01-171-1/+6
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-3/+4
* Correct a boundary case error in the management of a page's dirty bits byalc2009-06-021-10/+16
* Eliminate unnecessary clearing of the page's dirty mask from variousalc2009-05-151-5/+6
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-121-1/+2
* Fix a race involving vnode_pager_input_smlfs(). Specifically, in the casealc2009-05-091-23/+10
* Eliminate vnode_pager_input_smlfs()'s pointless call to pmap_clear_modify().alc2009-05-041-3/+0
* Eliminate unnecessary calls to pmap_clear_modify(). Specifically, callingalc2009-04-251-2/+6
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-091-2/+2
* Comment out the assertion from r188321. It is not valid for nfs.kib2009-02-091-1/+1
* Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by aalc2009-02-081-2/+0
* Do not sleep for vnode lock while holding map lock in vm_fault. Try tokib2009-02-081-53/+0
* Assert that vnode is exclusively locked when its vm object is resized.kib2009-02-081-0/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* A few more whitespace fixes.jhb2008-07-301-1/+1
* The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 waskib2008-07-301-2/+9
* Fix vm object creation locking to allow SHARED vnode locking for vnode_create...ups2008-06-121-6/+7
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-7/+15
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Remove an unnecessary call to pmap_remove_all() and the associated "XXX"alc2007-11-221-15/+1
* Correct an error of omission in the reimplementation of the pagealc2007-10-221-0/+4
* When we do open, we should lock the vnode exclusively. This fixes few races:pjd2007-07-261-3/+3
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-8/+8
* Revert VMCNT_* operations introduction.attilio2007-05-311-10/+9
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-9/+10
* Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically,alc2006-10-141-3/+1
* Change vnode_pager_addr() such that on returning it distinguishes betweenalc2006-10-141-19/+24
* Distinguish between two distinct kinds of errors from VOP_BMAP() inalc2006-10-101-2/+12
* Change vnode_pager_generic_getpages() so that it does not panic if thealc2006-10-081-2/+13
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-2/+0
* - Fix silly VI locking that is used to check a single flag. The vnodejeff2006-02-061-14/+6
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-011-1/+1
* 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
OpenPOWER on IntegriCloud