aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Add a generic mechanism for preventing forced unmountJason A. Harmening2021-06-061-1/+8
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-2/+28
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-28/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-2/+28
* nullfs: dirty v_object must imply the need for inactivationKonstantin Belousov2021-05-221-1/+1
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-021-4/+15
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-03-121-14/+31
* nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-121-0/+49
* vfs: add v_irflag accessorsMateusz Guzik2021-01-032-10/+6
* nullfs: provide custom bypass for VOP_READ_PGCACHE().Konstantin Belousov2020-11-261-0/+23
* Make it possible to mount nullfs(5) using plain mount(8)Edward Tomasz Napierala2020-10-291-1/+3
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-2/+1
* nullfs: ensure correct lock is taken after bypass.Konstantin Belousov2020-10-191-0/+18
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* VMIO reads: enable for nullfs upper vnode if the lower vnode supports it.Konstantin Belousov2020-08-162-1/+31
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* nullfs: add missing VOP_STAT handlingMateusz Guzik2020-08-101-1/+15
* nullfs: don't pre lock exclusive in nullfs_rootMateusz Guzik2020-03-041-4/+1
* Fix up various vnode-related asserts which did not dump the used vnodeMateusz Guzik2020-02-031-1/+1
* vfs: remove the never set VDESC_VPP_WILLRELE flagMateusz Guzik2020-02-021-3/+0
* Fix a bug in r357199.Konstantin Belousov2020-01-301-2/+3
* vfs: remove the never set VDESC_NOMAP_VPP flagMateusz Guzik2020-01-301-3/+1
* Save lower root vnode in nullfs mnt data instead of upper.Konstantin Belousov2020-01-283-41/+35
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-8/+8
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-083-4/+4
* nullfs: locklessly check for entries in null_hashgetMateusz Guzik2019-12-051-0/+2
* nullfs: use MNTK_NOMSYNCMateusz Guzik2019-10-131-1/+1
* nullfs: reduce areas protected by vnode interlock in null_lockMateusz Guzik2019-09-011-9/+10
* nullfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-301-4/+22
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+1
* nullfs: reduce areas protected by vnode interlockMateusz Guzik2019-08-251-21/+4
* nullfs: lock the vnode with LK_SHARED in null_vptocnpMateusz Guzik2019-08-212-8/+1
* Manually clear text references on reclaim for nullfs and tmpfs.Konstantin Belousov2019-06-051-0/+2
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-10/+12
* nullfs: fix unmounts when filesystem is active.Konstantin Belousov2019-03-211-5/+15
* Un null_vptocnp(), cache vp->v_mount and use it for null_nodeget() call.Konstantin Belousov2019-02-081-1/+7
* Before using VTONULL(), check that the covered vnode belongs to nullfs.Konstantin Belousov2019-02-081-4/+7
* Some style for nullfs_mount(). Also use bool type for isvnunlocked.Konstantin Belousov2019-02-081-5/+10
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-3/+0
* Make nullfs properly report MNT_AUTOMOUNTED set on the nullfs mount itself,Edward Tomasz Napierala2018-01-101-1/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-0/+8
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-13/+17
* NFSv4 client tracks opens, and the track records are only dropped whenKonstantin Belousov2016-11-271-1/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* Change the getnewvnode(9) tag for nullfs from "null" to "nullfs".Edward Tomasz Napierala2016-09-151-1/+1
* nullfs: plug vnode ref leak in null_vptocnpMateusz Guzik2016-09-091-1/+0
* nullfs: stop special-casing directories in null_vptocnpMateusz Guzik2016-09-061-3/+0
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1