aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a unionfs_readdir math issueDaichi GOTO2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.Daichi GOTO2012-05-011-101/+196
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-1/+1
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDEdward Tomasz Napierala2011-10-101-1/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-12/+8
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-101-23/+1
* Fixes Unionfs socket issue reported as kern/118346.Daichi GOTO2008-11-251-12/+177
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-19/+19
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-8/+8
* o Fixed multi thread access issue reported by Alexander V. ChernikovDaichi GOTO2008-04-251-7/+7
* o Fixed rename panic issueDaichi GOTO2008-04-251-11/+14
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-40/+34
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-22/+23
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.Attilio Rao2007-12-281-1/+0
* Added whiteout behavior option. ``-o whiteout=always'' is default modeDaichi GOTO2007-10-141-2/+8
* Added NULL check code pointed out by Coverity. (via StanislavDaichi GOTO2007-10-141-0/+2
* - It has been become MPSAFE.Daichi GOTO2007-10-141-22/+46
* 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-141-11/+27
* 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
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-4/+4
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-181-2/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-0/+7
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenCraig Rodrigues2007-01-051-8/+20
* 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
* 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-021-1554/+1805
* Remove unneeded mac.h include.Robert Watson2006-07-061-1/+0
* - Fix typo.Florent Thoumie2005-10-171-1/+1
* - Set the v_object pointer after a successful VOP_OPEN(). This isn't aJeff Roberson2005-05-031-1/+2
* - 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-241-1/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-3/+0
* Deimplement vop_destroyvobject()Poul-Henning Kamp2005-02-071-15/+0
* 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-241-6/+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
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-131-3/+2
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-21/+21
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-56/+50
* Correctly prototype union_write with vop_write_t, not vop_read_t.Poul-Henning Kamp2004-12-011-2/+2