| Commit message (Expand) | Author | Age | Files | Lines |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | A few more whitespace fixes. | John Baldwin | 2008-07-30 | 1 | -1/+1 |
| * | The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 was | Konstantin Belousov | 2008-07-30 | 1 | -2/+9 |
| * | Fix vm object creation locking to allow SHARED vnode locking for vnode_create... | Stephan Uphoff | 2008-06-12 | 1 | -6/+7 |
| * | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | Stephan Uphoff | 2008-05-20 | 1 | -7/+15 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Remove an unnecessary call to pmap_remove_all() and the associated "XXX" | Alan Cox | 2007-11-22 | 1 | -15/+1 |
| * | Correct an error of omission in the reimplementation of the page | Alan Cox | 2007-10-22 | 1 | -0/+4 |
| * | When we do open, we should lock the vnode exclusively. This fixes few races: | Pawel Jakub Dawidek | 2007-07-26 | 1 | -3/+3 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -8/+8 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -10/+9 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -9/+10 |
| * | Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically, | Alan Cox | 2006-10-14 | 1 | -3/+1 |
| * | Change vnode_pager_addr() such that on returning it distinguishes between | Alan Cox | 2006-10-14 | 1 | -19/+24 |
| * | Distinguish between two distinct kinds of errors from VOP_BMAP() in | Alan Cox | 2006-10-10 | 1 | -2/+12 |
| * | Change vnode_pager_generic_getpages() so that it does not panic if the | Alan Cox | 2006-10-08 | 1 | -2/+13 |
| * | Introduce a field to struct vm_page for storing flags that are | Alan Cox | 2006-08-09 | 1 | -1/+1 |
| * | Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must | Tor Egge | 2006-03-02 | 1 | -2/+0 |
| * | - Fix silly VI locking that is used to check a single flag. The vnode | Jeff Roberson | 2006-02-06 | 1 | -14/+6 |
| * | Use off_t for file size passed to vnode_create_vobject(). | Yaroslav Tykhiy | 2006-02-01 | 1 | -1/+1 |
| * | Rate limit vnode_pager_putpages printfs to once a second. | Paul Saab | 2005-11-01 | 1 | -3/+8 |
| * | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | Alexander Kabaev | 2005-08-13 | 1 | -9/+0 |
| * | Use atomic operations on runningbufspace. | Suleiman Souhlal | 2005-08-08 | 1 | -2/+4 |
| * | Remove a stale comment concerning spl* usage. | Alan Cox | 2005-05-19 | 1 | -2/+0 |
| * | Correct 32 vs 64 bit signedness issues. | Bjoern A. Zeeb | 2005-05-18 | 1 | -8/+9 |
| * | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the | Jeff Roberson | 2005-05-03 | 1 | -0/+3 |
| * | - Don't NULL the vnode's v_object pointer until after the object is torn | Jeff Roberson | 2005-04-03 | 1 | -1/+1 |
| * | - LK_NOPAUSE is a nop now. | Jeff Roberson | 2005-03-31 | 1 | -1/+1 |
| * | - Don't directly adjust v_usecount, use vref() instead. | Jeff Roberson | 2005-03-14 | 1 | -3/+1 |
| * | - Retire OLOCK and OWANT. All callers hold the vnode lock when creating | Jeff Roberson | 2005-03-14 | 1 | -17/+0 |
| * | - Don't acquire the vnode lock in destroy_vobject, assert that it has | Jeff Roberson | 2005-03-13 | 1 | -2/+1 |
| * | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | Poul-Henning Kamp | 2005-02-19 | 1 | -0/+2 |
| * | Move the contents of vop_stddestroyvobject() to the new vnode_pager | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+33 |
| * | Move the body of vop_stdcreatevobject() over to the vnode_pager under | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+50 |
| * | Kill the VV_OBJBUF and test the v_object for NULL instead. | Poul-Henning Kamp | 2005-01-24 | 1 | -1/+1 |
| * | - Remove GIANT_REQUIRED where giant is no longer required. | Jeff Roberson | 2005-01-24 | 1 | -10/+6 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | fix comment | Poul-Henning Kamp | 2004-12-25 | 1 | -1/+1 |
| * | Almost nine years ago, when support for 1TB files was introduced in | Alan Cox | 2004-12-07 | 1 | -1/+1 |
| * | Correct a sanity check in vnode_pager_generic_putpages(). The cast used | Alan Cox | 2004-12-05 | 1 | -1/+1 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -10/+13 |
| * | Explicitly call pbrelvp() | Poul-Henning Kamp | 2004-11-15 | 1 | -0/+2 |
| * | Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() | Alan Cox | 2004-11-06 | 1 | -0/+5 |
| * | Also check that the sectormask is bigger than zero. | Poul-Henning Kamp | 2004-10-26 | 1 | -1/+3 |
| * | Put the I/O block size in bufobj->bo_bsize. | Poul-Henning Kamp | 2004-10-26 | 1 | -1/+1 |
| * | Move the buffer method vector (buf->b_op) to the bufobj. | Poul-Henning Kamp | 2004-10-24 | 1 | -8/+2 |
| * | add KASSERTS | Poul-Henning Kamp | 2004-09-07 | 1 | -0/+2 |
| * | Acquire and release Giant around a call to VOP_BMAP(). (This is a | Alan Cox | 2004-08-19 | 1 | -0/+2 |
| * | Make vm_page's PG_ZERO flag immutable between the time of the page's | Alan Cox | 2004-05-06 | 1 | -3/+0 |