summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KSE Milestone 2julian2001-09-121-126/+126
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Currently there is no way to tell if write operation invoked viabp2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inbp2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-171-24/+56
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-27/+1
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-171-0/+2
* Don't compile a dead variable declaration.wollman2001-01-091-0/+2
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-17/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+16
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-39/+0
* Lock reporting and assertion changes.eivind1999-12-111-4/+4
* Remove unused #includes.phk1999-12-081-2/+0
* Fix an unused variable warning.peter1999-11-181-1/+0
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-5/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-281-2/+4
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-261-587/+817
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-12/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+6
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-141-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
OpenPOWER on IntegriCloud