summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- 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-56/+50
* Correctly prototype union_write with vop_write_t, not vop_read_t.phk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-43/+43
* VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does notphk2004-11-131-20/+0
* Eliminate unnecessary KASSERTs.phk2004-10-271-4/+2
* Minor Bug fix. Some file was not translated.takawata2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-051-1/+3
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
* Fix an upper-vnode leak created in revision 1.52. When an upper-layergreen2004-01-161-3/+2
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* - A sanity check in unionfs verifies that lookups of '.' return thedas2003-11-141-27/+21
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* If someone tries to mount a union filesystem with another unionfs asdas2003-06-141-4/+14
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-141-7/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-1/+0
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-84/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-11/+11
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-221-40/+39
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-8/+15
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-4/+4
* Remove __P.alfred2002-03-191-38/+38
* Don't even think about using v_id for magic tricks, v_id is givingphk2002-02-171-5/+0
OpenPOWER on IntegriCloud