| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not drop vnode interlock in null_checkvp(). null_lock() verifies that | kib | 2009-05-31 | 1 | -22/+7 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | - Simplify null_hashget() and null_hashins() by using vref() rather | jeff | 2008-03-29 | 1 | -21/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | This changes give nullfs correctly work with latest unionfs. | daichi | 2007-10-14 | 1 | -0/+7 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+15 |
* | - Assert that the lowervp is locked in null_hashget(). | jeff | 2006-02-22 | 1 | -26/+21 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | - Clear VI_OWEINACT before calling vget() with no lock type. We know | jeff | 2005-04-11 | 1 | -0/+7 |
* | - Assume that all lower filesystems now support proper locking. Assert | jeff | 2005-03-15 | 1 | -58/+22 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -2/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | tjr | 2003-06-17 | 1 | -9/+36 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -3/+0 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -3/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 1 | -95/+85 |
* | Change null_hashlock into null_hashmtx, because there is no need for | semenu | 2002-06-13 | 1 | -22/+15 |
* | Fix the "error" path (when dropping not fully initialized vnode). | semenu | 2002-06-13 | 1 | -5/+19 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -10/+10 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+5 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -1/+3 |
* | Fix vnode locking bugs in the nullfs. | bp | 2000-09-25 | 1 | -9/+29 |
* | Various cleanups towards make nullfs functional (it is still broken | bp | 2000-09-05 | 1 | -12/+32 |
* | Get rid from the __P() macros. | bp | 2000-09-05 | 1 | -3/+3 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as | bde | 1999-09-04 | 1 | -7/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fixed printf format errors. | bde | 1998-07-30 | 1 | -5/+5 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 1 | -1/+3 |
* | Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined. | kato | 1997-08-28 | 1 | -3/+3 |
* | Fixed NULLFS_DIAGNOSTIC stuff. | kato | 1997-08-27 | 1 | -2/+11 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Use NULLVP instead of NULL. | kato | 1997-04-17 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -41/+20 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |