summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_subr.c
Commit message (Expand)AuthorAgeFilesLines
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-141-0/+7
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+15
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-151-58/+22
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Update for the KDB framework:marcel2004-07-101-2/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-171-9/+36
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-3/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-3/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-131-95/+85
* Change null_hashlock into null_hashmtx, because there is no need forsemenu2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-131-5/+19
* KSE Milestone 2julian2001-09-121-10/+10
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+5
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+3
* Fix vnode locking bugs in the nullfs.bp2000-09-251-9/+29
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-051-12/+32
* Get rid from the __P() macros.bp2000-09-051-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-041-7/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors.bde1998-07-301-5/+5
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make the debug options new-style.eivind1998-01-311-1/+3
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.kato1997-08-281-3/+3
* Fixed NULLFS_DIAGNOSTIC stuff.kato1997-08-271-2/+11
* Removed unused #includes.bde1997-08-021-4/+1
* Use NULLVP instead of NULL.kato1997-04-171-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-41/+20
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+11
* Added prototypes.bde1995-12-031-1/+10
* null_node_find() and umap_node_find() were sometimes called without abde1995-12-031-2/+2
OpenPOWER on IntegriCloud