| Commit message (Expand) | Author | Age | Files | Lines |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -6/+0 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -11/+2 |
* | Skip directory entries with zero inode number during traversal. | gleb | 2012-05-16 | 1 | -1/+1 |
* | - fixed a vnode lock hang-up issue. | daichi | 2012-05-01 | 1 | -9/+12 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | jhb | 2012-03-08 | 1 | -0/+4 |
* | Revert r210194, adding a comment explaining why calls to chgproccnt() | trasz | 2010-08-25 | 1 | -0/+6 |
* | Fix build. | trasz | 2010-07-18 | 1 | -0/+1 |
* | Remove updating process count by unionfs. It serves no purpose, unionfs just | trasz | 2010-07-17 | 1 | -3/+0 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 1 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -3/+1 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -13/+1 |
* | Fixes Unionfs socket issue reported as kern/118346. | daichi | 2008-11-25 | 1 | -27/+13 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -6/+5 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -6/+6 |
* | - change function name from *_vdir to *_vnode because | daichi | 2008-05-07 | 1 | -21/+33 |
* | o Fixed multi thread access issue reported by Alexander V. Chernikov | daichi | 2008-04-25 | 1 | -3/+4 |
* | o Improved unix socket connection issue | daichi | 2008-04-25 | 1 | -13/+28 |
* | o Fixed inaccessible issue especially including devfs on unionfs case. | daichi | 2008-04-25 | 1 | -7/+181 |
* | o Added system hang-up process when VOP_READDIR of unionfs_nodeget() | daichi | 2008-04-25 | 1 | -1/+7 |
* | Optimize lockmgr in order to get rid of the pool mutex interlock, of the | attilio | 2008-04-06 | 1 | -5/+4 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -4/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -3/+3 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+4 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | - Added support for vfs_cache on unionfs. As a result, you can use | daichi | 2007-10-14 | 1 | -154/+9 |
* | Log: | daichi | 2007-10-14 | 1 | -0/+6 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -3/+3 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -2/+2 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+5 |
* | Simplify code in union_hashins() and union_hashget() functions. These | rodrigc | 2007-01-05 | 1 | -24/+12 |
* | In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over | rodrigc | 2006-12-09 | 1 | -2/+3 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 1 | -1069/+937 |
* | - Pass the ISOPEN flag down to our lower filesystems. | jeff | 2005-04-27 | 1 | -2/+1 |
* | Deimplement vop_destroyvobject() | phk | 2005-02-07 | 1 | -0/+1 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 1 | -10/+0 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -4/+4 |
* | /* -> /*- 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 | -4/+4 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -2/+2 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove a warning. | green | 2004-01-16 | 1 | -2/+0 |
* | Fix an upper-vnode leak created in revision 1.52. When an upper-layer | green | 2004-01-16 | 1 | -16/+11 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -4/+4 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -0/+1 |
* | Introduce malloc types M_UNDCACHE and M_UNPATH for important | das | 2003-06-14 | 1 | -10/+13 |
* | Factor out the process of freeing ``directory caches'', which unionfs | das | 2003-06-14 | 1 | -16/+21 |