aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/union
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-234-3965/+0
* Sort includes from previous commit.John Baldwin2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Currently there is no way to tell if write operation invoked viaBoris Popov2001-05-181-1/+1
* VOP getwritemount() can be invoked on vnodes with VFREE flag set (used inBoris Popov2001-05-171-4/+12
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.Boris Popov2001-05-173-60/+60
* Do not leave an extra reference on vnode.Boris Popov2001-05-171-6/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-24/+6
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-32/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+7
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-27/+1
* Reviewed by: jlemonAdrian Chadd2001-03-011-3/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+1
* Fix breakage unconvered by LINT - dont refer to undefined variables inPeter Wemm2001-01-171-0/+2
* Don't compile a dead variable declaration.Garrett Wollman2001-01-091-0/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-17/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-112-6/+40
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-153-48/+26
* Lock reporting and assertion changes.Eivind Eklund1999-12-112-7/+10
* Remove unused #includes.Poul-Henning Kamp1999-12-081-2/+0
* Fix an unused variable warning.Peter Wemm1999-11-181-1/+0
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-5/+2
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-032-6/+0
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromMatthew Dillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beenMatthew Dillon1999-09-264-860/+1259
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-1/+2
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-49/+6
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-292-12/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-2/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-12/+5
* This code got moved as a result of confusion between union mounts andPeter Wemm1999-02-281-10/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-4/+8
* Cleanup uninitialized-possibly-used (but really not) warningsMatthew Dillon1998-12-142-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.Eivind Eklund1998-12-071-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+3