| Commit message (Expand) | Author | Age | Files | Lines |
* | nullfs: Improve f_flags in statfs(). | jilles | 2013-03-02 | 1 | -1/+2 |
* | Remove the filtering of the acceptable mount options for nullfs, added | kib | 2013-01-16 | 1 | -11/+0 |
* | The current default size of the nullfs hash table used to lookup the | kib | 2013-01-14 | 1 | -10/+6 |
* | When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed, | kib | 2013-01-10 | 1 | -0/+8 |
* | Fix reversed condition in the assertion. | kib | 2013-01-04 | 1 | -1/+1 |
* | Add the "nocache" nullfs mount option, which disables the caching of | kib | 2013-01-03 | 4 | -13/+63 |
* | Remove the check and panic for an impossible condition. The NULL | kib | 2012-11-20 | 1 | -2/+0 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -4/+0 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+1 |
* | 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 | 4 | -46/+67 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | Use NULL instead of 0 | kevlo | 2012-03-13 | 1 | -2/+2 |
* | Do not expose unlocked unconstructed nullfs vnode on mount list. | kib | 2012-03-02 | 1 | -1/+1 |
* | Allow shared locks for reads when lower filesystem accept shared locking. | kib | 2012-02-29 | 1 | -1/+2 |
* | Document that null_nodeget() cannot take shared-locked lowervp due to | kib | 2012-02-29 | 1 | -1/+5 |
* | In null_reclaim(), assert that reclaimed vnode is fully constructed, | kib | 2012-02-29 | 1 | -9/+12 |
* | Always request exclusive lock for the lower vnode in nullfs_vget(). | kib | 2012-02-29 | 1 | -0/+6 |
* | Move the code to destroy half-contructed nullfs vnode into helper | kib | 2012-02-29 | 1 | -6/+13 |
* | Merge a split multi-line comment. | kib | 2012-02-29 | 1 | -4/+1 |
* | To improve control over the use of mount(8) inside a jail(8), introduce | mm | 2012-02-23 | 1 | -0/+5 |
* | Allow mounting nullfs(5) inside jails. | mm | 2012-02-09 | 1 | -1/+1 |
* | Subject: NULLFS: properly destroy node hash | rea | 2012-01-18 | 1 | -1/+1 |
* | In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode | dim | 2012-01-05 | 1 | -1/+1 |
* | Do the vput() for the lowervp in the null_nodeget() for error case too. | kib | 2012-01-03 | 3 | -8/+6 |
* | Document the state of the lowervp vnode for null_nodeget(). | kib | 2012-01-03 | 1 | -0/+3 |
* | 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 |
* | Use the plain panic calls, without additional printing around them. | kib | 2011-11-19 | 1 | -14/+4 |
* | The use of VOP_ISLOCKED() without a check for the return values can cause | kib | 2011-10-24 | 1 | -4/+1 |
* | The only possible error return from null_nodeget() is due to insmntque1 | kib | 2011-10-24 | 1 | -1/+0 |
* | The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKED | kib | 2011-10-24 | 1 | -1/+1 |
* | Only unlock if the lock is exclusive. | pho | 2011-10-24 | 1 | -3/+2 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -2/+4 |
* | 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 |
* | Do not drop vnode interlock in null_checkvp(). null_lock() verifies that | kib | 2009-05-31 | 1 | -22/+7 |
* | 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 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -19/+12 |
* | 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 |