| Commit message (Expand) | Author | Age | Files | Lines |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -18/+22 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -6/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -18/+0 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -26/+59 |
* | Remove write-only variable. | kib | 2010-02-22 | 1 | -3/+0 |
* | When a vnode-backed vm object is referenced, it increments the vnode | kib | 2010-01-17 | 1 | -1/+6 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | kib | 2009-06-25 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -3/+4 |
* | Correct a boundary case error in the management of a page's dirty bits by | alc | 2009-06-02 | 1 | -10/+16 |
* | Eliminate unnecessary clearing of the page's dirty mask from various | alc | 2009-05-15 | 1 | -5/+6 |
* | Eliminate gratuitous clearing of the page's dirty mask. | alc | 2009-05-12 | 1 | -1/+2 |
* | Fix a race involving vnode_pager_input_smlfs(). Specifically, in the case | alc | 2009-05-09 | 1 | -23/+10 |
* | Eliminate vnode_pager_input_smlfs()'s pointless call to pmap_clear_modify(). | alc | 2009-05-04 | 1 | -3/+0 |
* | Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling | alc | 2009-04-25 | 1 | -2/+6 |
* | Adjust some variables (mostly related to the buffer cache) that hold | jhb | 2009-03-09 | 1 | -2/+2 |
* | Comment out the assertion from r188321. It is not valid for nfs. | kib | 2009-02-09 | 1 | -1/+1 |
* | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | alc | 2009-02-08 | 1 | -2/+0 |
* | Do not sleep for vnode lock while holding map lock in vm_fault. Try to | kib | 2009-02-08 | 1 | -53/+0 |
* | Assert that vnode is exclusively locked when its vm object is resized. | kib | 2009-02-08 | 1 | -0/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | A few more whitespace fixes. | jhb | 2008-07-30 | 1 | -1/+1 |
* | The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 was | kib | 2008-07-30 | 1 | -2/+9 |
* | Fix vm object creation locking to allow SHARED vnode locking for vnode_create... | ups | 2008-06-12 | 1 | -6/+7 |
* | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | ups | 2008-05-20 | 1 | -7/+15 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Remove an unnecessary call to pmap_remove_all() and the associated "XXX" | alc | 2007-11-22 | 1 | -15/+1 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-10-22 | 1 | -0/+4 |
* | When we do open, we should lock the vnode exclusively. This fixes few races: | pjd | 2007-07-26 | 1 | -3/+3 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -8/+8 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -10/+9 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -9/+10 |
* | Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically, | alc | 2006-10-14 | 1 | -3/+1 |
* | Change vnode_pager_addr() such that on returning it distinguishes between | alc | 2006-10-14 | 1 | -19/+24 |
* | Distinguish between two distinct kinds of errors from VOP_BMAP() in | alc | 2006-10-10 | 1 | -2/+12 |
* | Change vnode_pager_generic_getpages() so that it does not panic if the | alc | 2006-10-08 | 1 | -2/+13 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must | tegge | 2006-03-02 | 1 | -2/+0 |
* | - Fix silly VI locking that is used to check a single flag. The vnode | jeff | 2006-02-06 | 1 | -14/+6 |
* | Use off_t for file size passed to vnode_create_vobject(). | yar | 2006-02-01 | 1 | -1/+1 |
* | Rate limit vnode_pager_putpages printfs to once a second. | ps | 2005-11-01 | 1 | -3/+8 |
* | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | kan | 2005-08-13 | 1 | -9/+0 |
* | Use atomic operations on runningbufspace. | ssouhlal | 2005-08-08 | 1 | -2/+4 |
* | Remove a stale comment concerning spl* usage. | alc | 2005-05-19 | 1 | -2/+0 |
* | Correct 32 vs 64 bit signedness issues. | bz | 2005-05-18 | 1 | -8/+9 |
* | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the | jeff | 2005-05-03 | 1 | -0/+3 |
* | - Don't NULL the vnode's v_object pointer until after the object is torn | jeff | 2005-04-03 | 1 | -1/+1 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | - Don't directly adjust v_usecount, use vref() instead. | jeff | 2005-03-14 | 1 | -3/+1 |