aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Allow stacked filesystems to be recursively unmountedJason A. Harmening2021-07-241-0/+2
* Save lower root vnode in nullfs mnt data instead of upper.Konstantin Belousov2020-01-281-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). TheKonstantin Belousov2013-05-111-0/+4
* Add the "nocache" nullfs mount option, which disables the caching ofKonstantin Belousov2013-01-031-0/+8
* Allow shared lookups for nullfs mounts, if lower filesystem supportsKonstantin Belousov2012-09-091-0/+1
* - Assume that all lower filesystems now support proper locking. AssertJeff Roberson2005-03-151-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:Tim J. Robbins2003-06-171-0/+2
* Fix a race during null node creation between relookuping the hash andSemen Ustimenko2002-06-131-1/+1
* Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko2002-06-131-1/+1
* Convert nullfs to nmount.Maxime Henrion2002-05-231-4/+0
* Various cleanups towards make nullfs functional (it is still brokenBoris Popov2000-09-051-0/+12
* Get rid from the __P() macros.Boris Popov2000-09-051-6/+7
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Fix some warnings (missing prototypes, wrong "generic" args etc)Peter Wemm1997-05-251-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-3/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-2/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+75