summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-48/+42
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-28/+29
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-1/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
* - 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
OpenPOWER on IntegriCloud