summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-251-0/+1
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-251-2/+2
* o Fixed inaccessible issue especially including devfs on unionfs case.daichi2008-04-251-1/+6
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-141-0/+7
* - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-141-6/+7
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+0
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-021-92/+87
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-051-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-141-1/+2
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-5/+0
* nmount'ify unionfs further by using separate options insteadmux2002-06-151-1/+0
* Convert unionfs to nmount.mux2002-05-241-5/+0
* Fix comments.mux2002-05-241-1/+1
* Remove __P.alfred2002-03-191-20/+20
* KSE Milestone 2julian2001-09-121-5/+5
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.bp2001-05-171-1/+0
* 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-1/+0
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-261-9/+36
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-031-1/+4
* Deleted KLOCK-hack.kato1998-02-261-5/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-101-3/+4
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-201-1/+4
* Staticize.phk1997-11-181-9/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-5/+17
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+4
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+117
OpenPOWER on IntegriCloud