summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275897:kib2015-01-011-0/+2
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-11/+2
* Skip directory entries with zero inode number during traversal.gleb2012-05-161-1/+1
* - fixed a vnode lock hang-up issue.daichi2012-05-011-9/+12
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-081-0/+4
* Revert r210194, adding a comment explaining why calls to chgproccnt()trasz2010-08-251-0/+6
* Fix build.trasz2010-07-181-0/+1
* Remove updating process count by unionfs. It serves no purpose, unionfs justtrasz2010-07-171-3/+0
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-311-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-3/+1
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-13/+1
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-251-27/+13
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+5
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-6/+6
* - change function name from *_vdir to *_vnode becausedaichi2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-251-3/+4
* o Improved unix socket connection issuedaichi2008-04-251-13/+28
* o Fixed inaccessible issue especially including devfs on unionfs case.daichi2008-04-251-7/+181
* 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
* 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-131-4/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* 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
* - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-141-154/+9
* Log:daichi2007-10-141-0/+6
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-3/+3
* 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
* Simplify code in union_hashins() and union_hashget() functions. Theserodrigc2007-01-051-24/+12
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-021-1069/+937
* - Pass the ISOPEN flag down to our lower filesystems.jeff2005-04-271-2/+1
* Deimplement vop_destroyvobject()phk2005-02-071-0/+1
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-241-10/+0
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-4/+4
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove a warning.green2004-01-161-2/+0
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-161-16/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-4/+4
* Add a f_vnode field to struct file.phk2003-06-221-0/+1
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantdas2003-06-141-10/+13
OpenPOWER on IntegriCloud