aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-11-191-10/+18
* nullfs lookup: cn_flags is 64bitKonstantin Belousov2025-11-191-3/+3
* nullfs: Show correct exported flag.Dag-Erling Smørgrav2024-04-271-3/+4
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2024-04-271-1/+1
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-131-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-131-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-131-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-131-1/+10
* nullfs: do not allow bypass on copy_file_range()Konstantin Belousov2023-12-051-0/+1
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-12-051-0/+18
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* nullfs: ansifyMateusz Guzik2023-04-091-35/+10
* Add support for mounting single files in nullfsDoug Rabson2023-01-061-1/+12
* nullfs(5): Fix a typo in a source code commentGordon Bergling2022-08-101-1/+1
* null_vptocnp(): busy nullfs mp instead of refing itKonstantin Belousov2022-06-211-5/+7
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-08-141-14/+31
* nullfs: provide custom null_rename bypassKonstantin Belousov2021-08-031-11/+57
* null_rename: some styleKonstantin Belousov2021-08-031-5/+7
* null_lookup: restore dvp lock always, not only on successKonstantin Belousov2021-08-031-5/+6
* null_bypass(): prevent loosing the only reference to the lower vnodeKonstantin Belousov2021-08-031-5/+20
* nullfs: provide custom null_advlock bypassKonstantin Belousov2021-08-031-0/+23
* null_bypass(): some styleKonstantin Belousov2021-08-031-14/+16
* nullfs: dirty v_object must imply the need for inactivationKonstantin Belousov2021-05-291-1/+1
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-091-4/+15
* nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-241-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