summaryrefslogtreecommitdiff
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+1
* vfs: rework vnode list managementMateusz Guzik2020-01-131-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-30/+30
* unionfs: fix up VOP_UNLOCK use after flags stopped being supportedMateusz Guzik2020-01-031-34/+32
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+1
* unionfs: stop passing LK_INTERLOCK to VOP_UNLOCKMateusz Guzik2019-08-271-37/+4
* Try to decrease the number of bugs in unionfs after the VV_TEXT flag removal.Konstantin Belousov2019-08-011-0/+28
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace all remaining calls to vprint(9) with vn_printf(9), and removeEdward Tomasz Napierala2016-08-101-2/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-3/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* 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