| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The | Konstantin Belousov | 2013-05-11 | 1 | -0/+1 |
| * | The current default size of the nullfs hash table used to lookup the | Konstantin Belousov | 2013-01-14 | 1 | -10/+6 |
| * | Fix reversed condition in the assertion. | Konstantin Belousov | 2013-01-04 | 1 | -1/+1 |
| * | Add the "nocache" nullfs mount option, which disables the caching of | Konstantin Belousov | 2013-01-03 | 1 | -0/+3 |
| * | Remove the check and panic for an impossible condition. The NULL | Konstantin Belousov | 2012-11-20 | 1 | -2/+0 |
| * | r16312 is not any longer real since many years (likely since when VFS | Attilio Rao | 2012-11-19 | 1 | -4/+0 |
| * | Allow shared lookups for nullfs mounts, if lower filesystem supports | Konstantin Belousov | 2012-09-09 | 1 | -11/+18 |
| * | Do not expose unlocked unconstructed nullfs vnode on mount list. | Konstantin Belousov | 2012-03-02 | 1 | -1/+1 |
| * | Document that null_nodeget() cannot take shared-locked lowervp due to | Konstantin Belousov | 2012-02-29 | 1 | -1/+5 |
| * | Move the code to destroy half-contructed nullfs vnode into helper | Konstantin Belousov | 2012-02-29 | 1 | -6/+13 |
| * | Merge a split multi-line comment. | Konstantin Belousov | 2012-02-29 | 1 | -4/+1 |
| * | Subject: NULLFS: properly destroy node hash | Eygene Ryabinkin | 2012-01-18 | 1 | -1/+1 |
| * | In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode | Dimitry Andric | 2012-01-05 | 1 | -1/+1 |
| * | Do the vput() for the lowervp in the null_nodeget() for error case too. | Konstantin Belousov | 2012-01-03 | 1 | -0/+3 |
| * | Document the state of the lowervp vnode for null_nodeget(). | Konstantin Belousov | 2012-01-03 | 1 | -0/+3 |
| * | Use the plain panic calls, without additional printing around them. | Konstantin Belousov | 2011-11-19 | 1 | -14/+4 |
| * | Do not drop vnode interlock in null_checkvp(). null_lock() verifies that | Konstantin Belousov | 2009-05-31 | 1 | -22/+7 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -3/+3 |
| * | - Simplify null_hashget() and null_hashins() by using vref() rather | Jeff Roberson | 2008-03-29 | 1 | -21/+4 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | This changes give nullfs correctly work with latest unionfs. | Daichi GOTO | 2007-10-14 | 1 | -0/+7 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -0/+15 |
| * | - Assert that the lowervp is locked in null_hashget(). | Jeff Roberson | 2006-02-22 | 1 | -26/+21 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -2/+2 |
| * | - Clear VI_OWEINACT before calling vget() with no lock type. We know | Jeff Roberson | 2005-04-11 | 1 | -0/+7 |
| * | - Assume that all lower filesystems now support proper locking. Assert | Jeff Roberson | 2005-03-15 | 1 | -58/+22 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -2/+2 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -1/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | Tim J. Robbins | 2003-06-17 | 1 | -9/+36 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -3/+0 |
| * | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 1 | -3/+3 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -1/+1 |
| * | Fix a race during null node creation between relookuping the hash and | Semen Ustimenko | 2002-06-13 | 1 | -95/+85 |
| * | Change null_hashlock into null_hashmtx, because there is no need for | Semen Ustimenko | 2002-06-13 | 1 | -22/+15 |
| * | Fix the "error" path (when dropping not fully initialized vnode). | Semen Ustimenko | 2002-06-13 | 1 | -5/+19 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -10/+10 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+5 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -1/+3 |
| * | Fix vnode locking bugs in the nullfs. | Boris Popov | 2000-09-25 | 1 | -9/+29 |
| * | Various cleanups towards make nullfs functional (it is still broken | Boris Popov | 2000-09-05 | 1 | -12/+32 |
| * | Get rid from the __P() macros. | Boris Popov | 2000-09-05 | 1 | -3/+3 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |