summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_subr.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-111-0/+1
* The current default size of the nullfs hash table used to lookup thekib2013-01-141-10/+6
* Fix reversed condition in the assertion.kib2013-01-041-1/+1
* Add the "nocache" nullfs mount option, which disables the caching ofkib2013-01-031-0/+3
* Remove the check and panic for an impossible condition. The NULLkib2012-11-201-2/+0
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-4/+0
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-091-11/+18
* Do not expose unlocked unconstructed nullfs vnode on mount list.kib2012-03-021-1/+1
* Document that null_nodeget() cannot take shared-locked lowervp due tokib2012-02-291-1/+5
* Move the code to destroy half-contructed nullfs vnode into helperkib2012-02-291-6/+13
* Merge a split multi-line comment.kib2012-02-291-4/+1
* Subject: NULLFS: properly destroy node hashrea2012-01-181-1/+1
* In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnodedim2012-01-051-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-031-0/+3
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* Use the plain panic calls, without additional printing around them.kib2011-11-191-14/+4
* Do not drop vnode interlock in null_checkvp(). null_lock() verifies thatkib2009-05-311-22/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* - Simplify null_hashget() and null_hashins() by using vref() ratherjeff2008-03-291-21/+4
* 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
OpenPOWER on IntegriCloud