aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
...
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-48/+42
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-28/+29
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.Attilio Rao2007-12-281-1/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Added whiteout behavior option. ``-o whiteout=always'' is default modeDaichi GOTO2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.Daichi GOTO2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.Daichi GOTO2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via StanislavDaichi GOTO2007-10-141-0/+2
* - It has been become MPSAFE.Daichi GOTO2007-10-142-22/+51
* Fixed vnode unlock/vrele untreated issues whenever errors haveDaichi GOTO2007-10-141-4/+4
* - Added support for vfs_cache on unionfs. As a result, you can useDaichi GOTO2007-10-143-171/+43
* Added treatments to prevent readdir infinity loop using with Linux binaryDaichi GOTO2007-10-141-29/+23
* Changed it frees unneeded memory ASAP.Daichi GOTO2007-10-141-1/+5
* Log:Daichi GOTO2007-10-141-0/+6
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-313-8/+7
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-181-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-8/+7
* Simplify code in union_hashins() and union_hashget() functions. TheseCraig Rodrigues2007-01-051-24/+12
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenCraig Rodrigues2007-01-051-8/+20
* Remove unused variable in unionfs_root().Craig Rodrigues2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorCraig Rodrigues2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()Craig Rodrigues2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.Craig Rodrigues2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overCraig Rodrigues2006-12-091-2/+3
* Add missing includes for <sys/buf.h> and <sys/bio.h>.Craig Rodrigues2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>Craig Rodrigues2006-12-024-3040/+3216
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-1/+8
* Remove unneeded mac.h include.Robert Watson2006-07-061-1/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Fix typo.Florent Thoumie2005-10-171-1/+1
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-1/+0
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't aJeff Roberson2005-05-031-1/+2
* - Fix several locking problems in unionfs_mount so that it will comeJeff Roberson2005-04-271-23/+7
* - Pass the ISOPEN flag down to our lower filesystems.Jeff Roberson2005-04-271-2/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-11/+0
* - Fix union's assumptions about when the dvp is unlocked. It is onlyJeff Roberson2005-04-041-3/+3
* - Remove unnecessary LOCKPARENT manipulation.Jeff Roberson2005-03-281-20/+0
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-242-2/+3
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-3/+0
* remove dead codeSam Leffler2005-02-221-3/+0
* Deimplement vop_destroyvobject()Poul-Henning Kamp2005-02-072-15/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.Poul-Henning Kamp2005-01-251-21/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemPoul-Henning Kamp2005-01-251-18/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thePoul-Henning Kamp2005-01-242-16/+0
* Kill the VV_OBJBUF and test the v_object for NULL instead.Poul-Henning Kamp2005-01-241-3/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-5/+6