| Commit message (Expand) | Author | Age | Files | Lines |
* | nullfs: provide custom bypass for VOP_READ_PGCACHE(). | Konstantin Belousov | 2020-11-26 | 1 | -0/+23 |
* | vfs: drop spurious cred argument from VOP_VPTOCNP | Mateusz Guzik | 2020-10-20 | 1 | -2/+1 |
* | nullfs: ensure correct lock is taken after bypass. | Konstantin Belousov | 2020-10-19 | 1 | -0/+18 |
* | fs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | VMIO reads: enable for nullfs upper vnode if the lower vnode supports it. | Konstantin Belousov | 2020-08-16 | 1 | -1/+10 |
* | nullfs: add missing VOP_STAT handling | Mateusz Guzik | 2020-08-10 | 1 | -1/+15 |
* | vfs: remove the never set VDESC_VPP_WILLRELE flag | Mateusz Guzik | 2020-02-02 | 1 | -3/+0 |
* | vfs: remove the never set VDESC_NOMAP_VPP flag | Mateusz Guzik | 2020-01-30 | 1 | -3/+1 |
* | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -5/+5 |
* | vfs: flatten vop vectors | Mateusz Guzik | 2019-12-16 | 1 | -0/+1 |
* | vfs: introduce v_irflag and make v_type smaller | Mateusz Guzik | 2019-12-08 | 1 | -1/+1 |
* | nullfs: reduce areas protected by vnode interlock in null_lock | Mateusz Guzik | 2019-09-01 | 1 | -9/+10 |
* | nullfs: use VOP_NEED_INACTIVE | Mateusz Guzik | 2019-08-30 | 1 | -4/+22 |
* | vfs: add VOP_NEED_INACTIVE | Mateusz Guzik | 2019-08-28 | 1 | -0/+1 |
* | nullfs: reduce areas protected by vnode interlock | Mateusz Guzik | 2019-08-25 | 1 | -21/+4 |
* | nullfs: lock the vnode with LK_SHARED in null_vptocnp | Mateusz Guzik | 2019-08-21 | 1 | -5/+1 |
* | Manually clear text references on reclaim for nullfs and tmpfs. | Konstantin Belousov | 2019-06-05 | 1 | -0/+2 |
* | Switch to use shared vnode locks for text files during image activation. | Konstantin Belousov | 2019-05-05 | 1 | -10/+12 |
* | Un null_vptocnp(), cache vp->v_mount and use it for null_nodeget() call. | Konstantin Belousov | 2019-02-08 | 1 | -1/+7 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -2/+2 |
* | nullfs: plug vnode ref leak in null_vptocnp | Mateusz Guzik | 2016-09-09 | 1 | -1/+0 |
* | nullfs: stop special-casing directories in null_vptocnp | Mateusz Guzik | 2016-09-06 | 1 | -3/+0 |
* | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | After nullfs rmdir operation, reclaim the directory vnode which was | Konstantin Belousov | 2016-02-17 | 1 | -0/+9 |
* | Force nullfs vnode reclaim after unlinking, to potentially unlink | Konstantin Belousov | 2015-12-30 | 1 | -3/+5 |
* | VOP_LOOKUP() may relock the directory vnode for some reasons. Since | Konstantin Belousov | 2014-08-08 | 1 | -4/+40 |
* | Assert that nullfs vnode has VV_ROOT set whenever lower vnode has. | Konstantin Belousov | 2014-07-28 | 1 | -0/+4 |
* | Fix typo. | Konstantin Belousov | 2014-07-24 | 1 | -1/+1 |
* | Check for the cross-device cross-link attempt in the VFS, instead of | Konstantin Belousov | 2014-07-16 | 1 | -10/+0 |
* | Fix the length calculation for the final block of a sendfile(2) | Dag-Erling Smørgrav | 2013-09-10 | 1 | -0/+10 |
* | The tvp vnode on rename is usually unlinked. Drop the cached null | Konstantin Belousov | 2013-07-04 | 1 | -1/+6 |
* | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | Konstantin Belousov | 2013-05-11 | 1 | -5/+14 |
* | When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed, | Konstantin Belousov | 2013-01-10 | 1 | -0/+8 |
* | Add the "nocache" nullfs mount option, which disables the caching of | Konstantin Belousov | 2013-01-03 | 1 | -0/+15 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | Konstantin Belousov | 2012-11-02 | 1 | -0/+21 |
* | Grammar fixes. | Konstantin Belousov | 2012-10-14 | 1 | -3/+3 |
* | Replace the XXX comment with the proper description. | Konstantin Belousov | 2012-10-14 | 1 | -1/+3 |
* | Allow shared lookups for nullfs mounts, if lower filesystem supports | Konstantin Belousov | 2012-09-09 | 1 | -19/+4 |
* | Remove unused thread argument to vrecycle(). | Edward Tomasz Napierala | 2012-04-23 | 1 | -2/+1 |
* | In null_reclaim(), assert that reclaimed vnode is fully constructed, | Konstantin Belousov | 2012-02-29 | 1 | -9/+12 |
* | Do the vput() for the lowervp in the null_nodeget() for error case too. | Konstantin Belousov | 2012-01-03 | 1 | -6/+2 |
* | Existing VOP_VPTOCNP() interface has a fatal flow that is critical for | Konstantin Belousov | 2011-11-19 | 1 | -4/+3 |
* | Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiled | Konstantin Belousov | 2011-11-19 | 1 | -1/+1 |
* | Fix typos - remove duplicate "is". | Rebecca Cran | 2011-02-23 | 1 | -1/+1 |
* | Add a null_remove() function to nullfs, so that the v_usecount | Rick Macklem | 2010-08-31 | 1 | -0/+27 |
* | Disable bypass for the vop_advlockpurge(). The vop is called after | Konstantin Belousov | 2010-05-16 | 1 | -0/+1 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | Konstantin Belousov | 2009-06-21 | 1 | -1/+2 |
* | Implement the bypass routine for VOP_VPTOCNP in nullfs. | Konstantin Belousov | 2009-05-31 | 1 | -1/+50 |