summaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null.h
AgeCommit message (Expand)Author
2025-10-10nullfs: add nounixbypass mount optionKonstantin Belousov
2025-10-10nullfs: add a helper for testing if vnode belongs to a nullfs mountKonstantin Belousov
2025-10-10fs/nullfs/null.h: put first definition after headers includeKonstantin Belousov
2025-10-06nullfs: shrink null_node to 32 bytesMateusz Guzik
2025-10-03nullfs: avoid the interlock in null_lock with smrMateusz Guzik
2025-10-03nullfs: smr-protected hash lookupMateusz Guzik
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-07-24Allow stacked filesystems to be recursively unmountedJason A. Harmening
2020-01-28Save lower root vnode in nullfs mnt data instead of upper.Konstantin Belousov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-05-11- Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). TheKonstantin Belousov
2013-01-03Add the "nocache" nullfs mount option, which disables the caching ofKonstantin Belousov
2012-09-09Allow shared lookups for nullfs mounts, if lower filesystem supportsKonstantin Belousov
2005-03-15 - Assume that all lower filesystems now support proper locking. AssertJeff Roberson
2005-01-06/* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh
2004-12-01Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2003-06-17MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:Tim J. Robbins
2002-06-13Fix a race during null node creation between relookuping the hash andSemen Ustimenko
2002-06-13Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko
2002-05-23Convert nullfs to nmount.Maxime Henrion
2000-09-05Various cleanups towards make nullfs functional (it is still brokenBoris Popov
2000-09-05Get rid from the __P() macros.Boris Popov
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-09-04Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-09-07Some staticized variables were still declared to be extern.Bruce Evans
1997-05-25Fix some warnings (missing prototypes, wrong "generic" args etc)Peter Wemm
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-02-12Make this compile again after the Lite2 merge.Mike Pritchard
1997-02-10This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-11-09Introduced a type `vop_t' for vnode operation functions and usedBruce Evans
1994-05-24BSD 4.4 Lite Kernel SourcesRodney W. Grimes