summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1966/+0
* 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
* In the words of the submitter:msmith1998-05-071-72/+73
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* Deleted KLOCK-hack.kato1998-02-261-7/+5
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-101-47/+24
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-201-8/+11
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-181-10/+35
* VFS interior redecoration.phk1997-10-261-2/+2
* Another VFS cleanup "kilo commit"phk1997-10-161-18/+1
* Hmm, realign the vnops into two columns.phk1997-10-151-7/+7
* Stylistic overhaul of vnops tables.phk1997-10-151-51/+39
* Convert select -> poll.peter1997-09-141-8/+11
* Staticized.bde1997-09-071-3/+3
* Support read-only mount.kato1997-09-041-1/+39
* Removed unused #includes.bde1997-09-021-4/+1
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpkato1997-08-151-1/+9
* Deleted unused code which adjust UN_UNLOCK flag.kato1997-08-151-17/+5
* Backed out part of previous change. The example of -b mount inkato1997-08-141-4/+2
OpenPOWER on IntegriCloud