aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* nullfs: Allow VSOCK to be mounted on top of another VSOCKJesús Daniel Colmenares Oviedo2026-08-281-1/+1
* nullfs(4): Fix a typo in a source code commentGordon Bergling2026-08-171-1/+1
* nullfs: close a race when syncing inotify flags from the lower vnodeAlexander Leidinger2026-07-191-5/+14
* nullfs: do not allow to mount a vnode over itselfKonstantin Belousov2026-05-171-0/+8
* nullfs: Clear inotify flags during reclaimMark Johnston2026-04-261-0/+12
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-1/+2
* nullfs: Fix handling of doomed vnodes in nullfs_unlink_lowervp()Mark Johnston2026-02-251-10/+4
* nullfs: add nounixbypass mount optionKonstantin Belousov2025-10-094-2/+22
* nullfs_mount: use symbols instead of string literals for cache mount optionsKonstantin Belousov2025-10-091-2/+5
* nullfs: add a helper for testing if vnode belongs to a nullfs mountKonstantin Belousov2025-10-093-3/+13
* fs/nullfs/null.h: put first definition after headers includeKonstantin Belousov2025-10-091-2/+2
* nullfs: fix up build with INVARIANTS after previousMateusz Guzik2025-10-061-1/+1
* nullfs: shrink null_node to 32 bytesMateusz Guzik2025-10-062-6/+8
* nullfs: Slightly reduce contention by reducing concurrent sectionsOlivier Certner2025-10-061-3/+4
* nullfs: Fix some style after recent changesOlivier Certner2025-10-061-3/+3
* nullfs: avoid the interlock in null_lock with smrMateusz Guzik2025-10-032-58/+95
* nullfs: smr-protected hash lookupMateusz Guzik2025-10-033-23/+51
* nullfs: assert the vnode is not doomed in null_hashget_lockedMateusz Guzik2025-10-031-12/+15
* nullfs: remove the vhold/vdrop cycle around unlockMateusz Guzik2025-10-031-7/+11
* vfs: retire the VREF macroMateusz Guzik2025-09-271-2/+2
* vfs: retire the NULLVP macroMateusz Guzik2025-09-272-7/+7
* vfs: retire the VCALL macroMateusz Guzik2025-09-271-1/+1
* vfs: Initial revision of inotifyMark Johnston2025-07-042-1/+32
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-05-231-10/+18
* nullfs lookup: cn_flags is 64bitKonstantin Belousov2025-05-181-3/+3
* nullfs: stop lying about mount flags in statfs(2)Konstantin Belousov2024-12-201-5/+0
* nullfs: Use an a_gen field to cast to vop_generic_argsKonrad Witaszczyk2024-07-261-5/+5
* nullfs: Show correct exported flag.Dag-Erling Smørgrav2024-04-131-3/+4
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-081-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-081-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-081-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-071-1/+10
* nullfs: do not allow bypass on copy_file_range()Konstantin Belousov2023-11-281-0/+1
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-11-281-0/+18
* sys: Remove ancient SCCS tags.Warner Losh2023-11-274-12/+0
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2023-08-261-1/+1
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* nullfs: ansifyMateusz Guzik2023-02-071-36/+10
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* Add support for mounting single files in nullfsDoug Rabson2022-12-191-1/+12
* nullfs: adopt VV_CROSSLOCKJason A. Harmening2022-12-111-0/+11
* nullfs(5): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* null_vptocnp(): busy nullfs mp instead of refing itKonstantin Belousov2022-06-141-5/+7
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* nullfs: hash insertion without vnode lock upgradeMateusz Guzik2022-03-192-63/+53
* insmntque1(): remove useless argumentsKonstantin Belousov2022-01-311-1/+1
* Revert b58ca5df0bb7 ("vfs: remove the now unused insmntque1")Mateusz Guzik2022-01-271-2/+2
* nullfs: ansify fs/nullfs/null_subr.cMateusz Guzik2022-01-271-20/+7
* nullfs: stop using insmntque1Mateusz Guzik2022-01-261-11/+6