summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-071-76/+76
* Fixed panic message in union_lock(): union_link --> union_lock.kato1997-05-031-2/+2
* Access correct union mount point in union_access. Old vnode is savedkato1997-05-021-2/+4
* Revised fix for locking violation when unionfs calls vput withkato1997-04-291-32/+36
* Undo 1.29.kato1997-04-271-2/+2
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-261-11/+3
* Do not clear UN_ULOCK in certain case.kato1997-04-261-2/+12
* Dirty change in union_lock(). Sometimes upper vnode is locked withoutkato1997-04-211-5/+23
* Replace VOP_LOCK with vn_lock.kato1997-04-211-2/+2
* Undo previous commit to avoid panic, and fix order of argument ofkato1997-04-161-15/+2
* Quick-hack to avoid `lock against myself' panic. It is not the realkato1997-04-151-2/+15
* Fix locking violation when accessing `..'.kato1997-04-141-1/+39
* Access correct union mount point in union_access.kato1997-04-131-2/+2
* The function union_fsync tries to lock overlaying vnode object whenphk1997-04-131-3/+14
* 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
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-121-0/+1
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-121-0/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-322/+476
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added prototypes.bde1995-12-031-1/+40
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+3
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-171-3/+3
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-3/+3
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-041-4/+8
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-7/+8
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-4/+4
* Fix a few niggling little bugs:wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1495
OpenPOWER on IntegriCloud