summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303924 (by trasz):kib2016-08-291-2/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-3/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* fixed a unionfs_readdir math issuedaichi2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.daichi2012-05-011-101/+196
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDtrasz2011-10-101-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-12/+8
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-23/+1
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-251-12/+177
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-19/+19
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-8/+8
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-251-7/+7
* o Fixed rename panic issuedaichi2008-04-251-11/+14
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-40/+34
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-22/+23
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-1/+0
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-141-2/+8
* Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
* - It has been become MPSAFE.daichi2007-10-141-22/+46
* 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-141-11/+27
* 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
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-4/+4
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+7
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenrodrigc2007-01-051-8/+20
* 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
* 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-021-1554/+1805
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* - Fix typo.flz2005-10-171-1/+1
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't ajeff2005-05-031-1/+2
* - 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-241-1/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-3/+0
* Deimplement vop_destroyvobject()phk2005-02-071-15/+0
* 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-241-6/+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
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-3/+2
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-21/+21
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
OpenPOWER on IntegriCloud