summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-141-16/+21
* Plug a serious memory leak. The -STABLE equivalent of this patch hasdas2003-06-131-8/+20
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-2/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-9/+9
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-221-41/+43
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Change the vm_zone calls over to uma calls. Remove the reference to thejeff2002-04-081-9/+9
OpenPOWER on IntegriCloud