summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove now unused variable.kan2003-11-011-1/+0
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+10
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,mux2002-10-061-1/+1
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-221-9/+13
* nmount'ify unionfs further by using separate options insteadmux2002-06-151-5/+16
* Convert unionfs to nmount.mux2002-05-241-20/+22
* Remove __P.alfred2002-03-191-8/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+2
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-1/+1
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+1
* KSE Milestone 2julian2001-09-121-17/+17
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-0/+4
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* 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
OpenPOWER on IntegriCloud