summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union/union_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-485/+0
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-24/+6
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-3/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Lock reporting and assertion changes.eivind1999-12-111-3/+6
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-261-68/+58
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+2
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-49/+6
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-291-10/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* As described by the submitter:msmith1998-05-061-18/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+18
* Deleted unused variable.kato1998-02-101-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Improve and revise fixes for locking violation.kato1998-01-181-23/+17
* Staticize.phk1997-11-181-14/+12
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Clustered read and write are switched at mount-option level.kato1997-09-271-1/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-4/+1
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-071-2/+2
* Avoid `lock against myself' panic by following operation:kato1997-04-191-2/+16
* Fix `lockmgr: locking against myself' panic by multi union mount ofkato1997-04-141-1/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-147/+91
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added prototypes.bde1995-12-031-5/+21
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+4
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-041-1/+3
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-5/+9
* More loadable VFS changes:wollman1994-09-221-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/+550
OpenPOWER on IntegriCloud