aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Do not drop vnode interlock in null_checkvp(). null_lock() verifies thatKonstantin Belousov2009-05-311-22/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* - Simplify null_hashget() and null_hashins() by using vref() ratherJeff Roberson2008-03-291-21/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* This changes give nullfs correctly work with latest unionfs.Daichi GOTO2007-10-141-0/+7
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+15
* - Assert that the lowervp is locked in null_hashget().Jeff Roberson2006-02-221-26/+21
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowJeff Roberson2005-04-111-0/+7
* - Assume that all lower filesystems now support proper locking. AssertJeff Roberson2005-03-151-58/+22
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-2/+2
* /* -> /*- 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
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+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-9/+36
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-3/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-3/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Fix a race during null node creation between relookuping the hash andSemen Ustimenko2002-06-131-95/+85
* Change null_hashlock into null_hashmtx, because there is no need forSemen Ustimenko2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko2002-06-131-5/+19
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+5
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-1/+3
* Fix vnode locking bugs in the nullfs.Boris Popov2000-09-251-9/+29
* Various cleanups towards make nullfs functional (it is still brokenBoris Popov2000-09-051-12/+32
* Get rid from the __P() macros.Boris Popov2000-09-051-3/+3
* 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
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-041-7/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-07-301-5/+5
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Staticize.Eivind Eklund1998-02-091-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+3
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.KATO Takenori1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.KATO Takenori1997-08-271-2/+11
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Use NULLVP instead of NULL.KATO Takenori1997-04-171-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-41/+20
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1