| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 2 | -8/+7 |
* | Simplify code in union_hashins() and union_hashget() functions. These | rodrigc | 2007-01-05 | 1 | -24/+12 |
* | Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink when | rodrigc | 2007-01-05 | 1 | -8/+20 |
* | Remove unused variable in unionfs_root(). | rodrigc | 2006-12-09 | 1 | -2/+0 |
* | Use vfs_mount_error() in a few places to give more descriptive mount error | rodrigc | 2006-12-09 | 1 | -2/+6 |
* | Add locking around calls to unionfs_get_node_status() | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | In unionfs_readdir(), prevent a possible NULL dereference. | rodrigc | 2006-12-09 | 1 | -0/+4 |
* | In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over | rodrigc | 2006-12-09 | 1 | -2/+3 |
* | Add missing includes for <sys/buf.h> and <sys/bio.h>. | rodrigc | 2006-12-02 | 1 | -0/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 4 | -3040/+3216 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -1/+8 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | - Fix typo. | flz | 2005-10-17 | 1 | -1/+1 |
* | Remove public declarations of variables that were forgotten when they were | obrien | 2005-08-10 | 1 | -1/+0 |
* | - Set the v_object pointer after a successful VOP_OPEN(). This isn't a | jeff | 2005-05-03 | 1 | -1/+2 |
* | - Fix several locking problems in unionfs_mount so that it will come | jeff | 2005-04-27 | 1 | -23/+7 |
* | - Pass the ISOPEN flag down to our lower filesystems. | jeff | 2005-04-27 | 1 | -2/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -11/+0 |
* | - Fix union's assumptions about when the dvp is unlocked. It is only | jeff | 2005-04-04 | 1 | -3/+3 |
* | - Remove unnecessary LOCKPARENT manipulation. | jeff | 2005-03-28 | 1 | -20/+0 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 2 | -2/+3 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -3/+0 |
* | remove dead code | sam | 2005-02-22 | 1 | -3/+0 |
* | Deimplement vop_destroyvobject() | phk | 2005-02-07 | 2 | -15/+1 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | phk | 2005-01-25 | 1 | -21/+0 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | phk | 2005-01-25 | 1 | -18/+0 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | phk | 2005-01-24 | 2 | -16/+0 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | phk | 2005-01-24 | 1 | -3/+1 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -5/+6 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 2 | -7/+6 |
* | Change the generated VOP_ macro implementations to improve type checking | phk | 2005-01-13 | 1 | -21/+21 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 4 | -4/+4 |
* | Trust vfs_mount to call VFS_STATFS() on all mounts. | phk | 2004-12-06 | 1 | -2/+0 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -7/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 3 | -61/+55 |
* | Correctly prototype union_write with vop_write_t, not vop_read_t. | phk | 2004-12-01 | 1 | -2/+2 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -43/+43 |
* | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | phk | 2004-11-13 | 1 | -20/+0 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 2 | -4/+4 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Eliminate unnecessary KASSERTs. | phk | 2004-10-27 | 1 | -4/+2 |
* | Minor Bug fix. Some file was not translated. | takawata | 2004-10-05 | 1 | -2/+2 |
* | Fix unionfs problems when a directory is mounted on other directory | takawata | 2004-10-05 | 3 | -1/+11 |
* | Fix a problem when you try to mount a directory on another directory | takawata | 2004-10-02 | 1 | -0/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -4/+4 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |