| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r305659: | mjg | 2016-10-04 | 1 | -1/+0 |
* | sys/fs: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | After nullfs rmdir operation, reclaim the directory vnode which was | kib | 2016-02-17 | 1 | -0/+9 |
* | Force nullfs vnode reclaim after unlinking, to potentially unlink | kib | 2015-12-30 | 1 | -3/+5 |
* | VOP_LOOKUP() may relock the directory vnode for some reasons. Since | kib | 2014-08-08 | 1 | -4/+40 |
* | Assert that nullfs vnode has VV_ROOT set whenever lower vnode has. | kib | 2014-07-28 | 1 | -0/+4 |
* | Fix typo. | kib | 2014-07-24 | 1 | -1/+1 |
* | Check for the cross-device cross-link attempt in the VFS, instead of | kib | 2014-07-16 | 1 | -10/+0 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -0/+10 |
* | The tvp vnode on rename is usually unlinked. Drop the cached null | kib | 2013-07-04 | 1 | -1/+6 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | kib | 2013-05-11 | 1 | -5/+14 |
* | When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed, | kib | 2013-01-10 | 1 | -0/+8 |
* | Add the "nocache" nullfs mount option, which disables the caching of | kib | 2013-01-03 | 1 | -0/+15 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -0/+21 |
* | Grammar fixes. | kib | 2012-10-14 | 1 | -3/+3 |
* | Replace the XXX comment with the proper description. | kib | 2012-10-14 | 1 | -1/+3 |
* | Allow shared lookups for nullfs mounts, if lower filesystem supports | kib | 2012-09-09 | 1 | -19/+4 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | In null_reclaim(), assert that reclaimed vnode is fully constructed, | kib | 2012-02-29 | 1 | -9/+12 |
* | Do the vput() for the lowervp in the null_nodeget() for error case too. | kib | 2012-01-03 | 1 | -6/+2 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | kib | 2011-11-19 | 1 | -4/+3 |
* | Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiled | kib | 2011-11-19 | 1 | -1/+1 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | Add a null_remove() function to nullfs, so that the v_usecount | rmacklem | 2010-08-31 | 1 | -0/+27 |
* | 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 |