aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs/union_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-281-0/+4
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-24/+6
* 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
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* 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-151-0/+2
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-3/+6
* This is a major fixup of unionfs. At least 30 serious bugs have beenMatthew Dillon1999-09-261-68/+58
* 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-291-10/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-18/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+18
* Deleted unused variable.KATO Takenori1998-02-101-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Improve and revise fixes for locking violation.KATO Takenori1998-01-181-23/+17
* Staticize.Poul-Henning Kamp1997-11-181-14/+12
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-4/+6
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-1/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* 1. Added cast and parenthesis in block size calculaion inKATO Takenori1997-05-071-2/+2
* Avoid `lock against myself' panic by following operation:KATO Takenori1997-04-191-2/+16
* Fix `lockmgr: locking against myself' panic by multi union mount ofKATO Takenori1997-04-141-1/+25
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-147/+91
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added prototypes.Bruce Evans1995-12-031-5/+21
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+4
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-041-1/+3
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-101-5/+9
* More loadable VFS changes:Garrett Wollman1994-09-221-1/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+550