summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union/union_subr.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1360/+0
* Sort includes from previous commit.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-171-35/+4
* Do not leave an extra reference on vnode.bp2001-05-171-6/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+7
* Use <sys/queue.h> macro API.phk2001-02-041-2/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-6/+24
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-9/+24
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-5/+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-196/+348
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This code got moved as a result of confusion between union mounts andpeter1999-02-281-10/+1
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-071-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+3
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-031-1/+79
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* In the words of the submitter:msmith1998-05-071-2/+5
* Deleted KLOCK-hack.kato1998-02-261-17/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-101-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Fixed typo in comment.kato1998-01-251-2/+2
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-201-1/+18
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Staticize.phk1997-11-181-10/+17
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-4/+4
* If the user doesn't have read permission, union_copyup should not copykato1997-08-141-1/+11
* Removed unused #includes.bde1997-08-021-4/+1
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpkato1997-04-161-1/+16
* The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR whenphk1997-04-131-1/+5
* Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf inphk1997-04-131-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Added parameter names to prototypes that were added in the last commit tobde1997-02-121-4/+7
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-121-0/+4
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-99/+439
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added prototypes.bde1995-12-031-1/+9
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-171-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-7/+9
OpenPOWER on IntegriCloud