| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable bypass for the vop_advlockpurge(). The vop is called after | kib | 2010-05-16 | 1 | -0/+1 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -1/+2 |
* | Implement the bypass routine for VOP_VPTOCNP in nullfs. | kib | 2009-05-31 | 1 | -1/+50 |
* | Lock the real null vnode lock before substitution of vp->v_vnlock. | kib | 2009-05-31 | 1 | -3/+4 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | trasz | 2009-05-30 | 1 | -0/+27 |
* | Do not use null_bypass for VOP_ISLOCKED, directly call default | pho | 2009-03-18 | 1 | -0/+1 |
* | Remove the null_islocked() overloaded vop because the standard one does | attilio | 2009-03-13 | 1 | -9/+0 |
* | Do not use bypass for vop_vptocnp() from nullfs, call standard | kib | 2009-03-10 | 1 | -0/+1 |
* | Remove unused local variables. | bz | 2009-01-31 | 1 | -2/+0 |
* | In null_lookup(), do the needed cleanup instead of panicing saying | kib | 2008-11-26 | 1 | -5/+4 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -2/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Fix two small typo's in comments in the nullfs vnops code. | ed | 2008-09-11 | 1 | -2/+2 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -2/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -2/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -6/+4 |
* | This changes give nullfs correctly work with latest unionfs. | daichi | 2007-10-14 | 1 | -5/+18 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 1 | -2/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+10 |
* | change vop_lock handling to allowing tracking of callers' file and line for | kmacy | 2006-11-13 | 1 | -2/+2 |
* | - Define a null_getwritemount to get the mount-point for the lower | jeff | 2006-03-12 | 1 | -2/+26 |
* | - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in | jeff | 2006-02-22 | 1 | -7/+8 |
* | Handle a race condition where NULLFS vnode can be cleaned while threads | kan | 2005-09-15 | 1 | -4/+28 |
* | Use vput() instead of vrele() in null_reclaim() since the lower vnode | ssouhlal | 2005-09-02 | 1 | -4/+5 |
* | - As this is presently the one and only place where duplicate acquires of | jeff | 2005-04-22 | 1 | -1/+1 |
* | - Lock the clearing of v_data so it is safe to inspect it with the | jeff | 2005-03-17 | 1 | -1/+7 |
* | - Assume that all lower filesystems now support proper locking. Assert | jeff | 2005-03-15 | 1 | -130/+41 |
* | - We have to transfer lockers after reseting our vnlock pointer. | jeff | 2005-03-15 | 1 | -0/+5 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -10/+6 |
* | Introduce vx_wait{l}() and use it instead of home-rolled versions. | phk | 2005-02-17 | 1 | -4/+2 |
* | Remove vop_destroyvobject() | phk | 2005-02-07 | 1 | -27/+1 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Remove unused argument to vrecycle() | phk | 2005-01-28 | 1 | -1/+1 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -11/+0 |
* | Don't implement vop_createvobject(), vop_open() and vop_close() manages | phk | 2005-01-24 | 1 | -19/+0 |
* | Add null_open() and null_close() which calls null_bypass() and managed | phk | 2005-01-24 | 1 | -0/+29 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | phk | 2005-01-24 | 1 | -2/+1 |
* | Remove "register" keywords. | phk | 2005-01-24 | 1 | -2/+2 |
* | Style: Remove the commented out vop_foo_args replicas. | phk | 2005-01-24 | 1 | -103/+15 |
* | Change the generated VOP_ macro implementations to improve type checking | phk | 2005-01-13 | 1 | -1/+1 |
* | whitespace | phk | 2005-01-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -27/+21 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -14/+14 |
* | Eliminate null_open() and use instead null_bypass(). | phk | 2004-11-26 | 1 | -24/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Don't try to unlock the directory vnode in null_lookup() if the lock is | truckman | 2004-01-11 | 1 | -1/+1 |
* | v_vxproc was a bogus name for a thread (pointer). | bde | 2003-12-28 | 1 | -2/+2 |
* | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | tjr | 2003-06-17 | 1 | -4/+57 |