summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* - change function name from *_vdir to *_vnode becausedaichi2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-253-12/+13
* o Improved unix socket connection issuedaichi2008-04-251-13/+28
* o Fixed rename panic issuedaichi2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.daichi2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()daichi2008-04-251-1/+7
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-061-5/+4
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-252-4/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* 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
OpenPOWER on IntegriCloud