| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | des | 2007-04-23 | 1 | -1/+9 |
* | Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE. | des | 2007-04-15 | 1 | -24/+1 |
* | Further pseudofs improvements: | des | 2007-04-14 | 1 | -4/+7 |
* | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | des | 2007-04-11 | 1 | -47/+49 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -2/+8 |
* | Use the vnode interlock to close a race where pfs_vncache_alloc() could | jhb | 2007-01-02 | 1 | -8/+9 |
* | - Since we don't hold a usecount in pfs_exit we have to get a holdcnt | jeff | 2005-07-07 | 1 | -0/+4 |
* | fbsdidize. | des | 2005-03-14 | 1 | -2/+5 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -0/+4 |
* | Avoid a couple of mutex operations in the process exit path for the | phk | 2005-03-01 | 1 | -0/+2 |
* | Annotate that pfs_exit() always acquires and releases two mutexes for | rwatson | 2005-01-08 | 1 | -0/+4 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -2/+2 |
* | Release the vnode cache mutex when calling vgone(), since vgone() may | des | 2004-08-15 | 1 | -26/+39 |
* | When taking event callbacks (like process_exit) out from under Giant, those | green | 2004-03-14 | 1 | -0/+2 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -2/+0 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -5/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Do not allow a cached vnode to be shared among multiple mounts of the same | tjr | 2003-01-28 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Plug an infrequent (I think) memory leak. | phk | 2002-10-15 | 1 | -1/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -2/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+7 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | Lock down pseudofs: | jeff | 2002-07-08 | 1 | -0/+5 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 1 | -3/+3 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Do not derefer null. | tanimura | 2002-01-04 | 1 | -0/+4 |
* | Pseudofs was leaking VFS cache entries badly due to its cache and use of | dillon | 2001-12-19 | 1 | -3/+9 |
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 1 | -2/+0 |
* | Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set | des | 2001-10-02 | 1 | -0/+38 |
* | YA pseudofs megacommit, part 1: | des | 2001-10-01 | 1 | -28/+68 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | For some reason, though the module builds just fine without <sys/lock.h>, | des | 2001-06-11 | 1 | -0/+1 |
* | Add support for process-dependent directories. This means that save for | des | 2001-06-10 | 1 | -24/+33 |
* | Add missing #include of <sys/mutex.h>. | des | 2001-06-10 | 1 | -0/+1 |
* | Let pseudofs into the warmth of the FreeBSD CVS repo. | des | 2001-04-07 | 1 | -0/+168 |