summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
...
* - It has been become MPSAFE.daichi2007-10-142-22/+51
* Fixed vnode unlock/vrele untreated issues whenever errors havedaichi2007-10-141-4/+4
* - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-143-171/+43
* Added treatments to prevent readdir infinity loop using with Linux binarydaichi2007-10-141-29/+23
* Changed it frees unneeded memory ASAP.daichi2007-10-141-1/+5
* Log:daichi2007-10-141-0/+6
* Revert UF_OPENING workaround for CURRENT.kib2007-05-313-8/+7
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-8/+7
* Simplify code in union_hashins() and union_hashget() functions. Theserodrigc2007-01-051-24/+12
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenrodrigc2007-01-051-8/+20
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()rodrigc2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.rodrigc2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* Add missing includes for <sys/buf.h> and <sys/bio.h>.rodrigc2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-024-3040/+3216
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+8
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Fix typo.flz2005-10-171-1/+1
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - Fix several locking problems in unionfs_mount so that it will comejeff2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.jeff2005-04-271-2/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-11/+0
* - Fix union's assumptions about when the dvp is unlocked. It is onlyjeff2005-04-041-3/+3
* - Remove unnecessary LOCKPARENT manipulation.jeff2005-03-281-20/+0
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-242-2/+3
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-3/+0
* remove dead codesam2005-02-221-3/+0
* Deimplement vop_destroyvobject()phk2005-02-072-15/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-21/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-251-18/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-242-16/+0
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-3/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-5/+6
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-132-7/+6
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-21/+21
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+4
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-61/+55
* Correctly prototype union_write with vop_write_t, not vop_read_t.phk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-43/+43
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notphk2004-11-131-20/+0
OpenPOWER on IntegriCloud