summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs/umap_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-534/+0
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-3/+3
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+15
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-1/+1
* /* -> /*- 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-15/+9
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-8/+8
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-291-0/+9
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+1
* Be consistent about functions being static.phk2002-10-161-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+2
* Remove __P.alfred2002-03-191-8/+8
* KSE Milestone 2julian2001-09-121-6/+6
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-3/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-47/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Fixed printf format errors.bde1998-07-301-21/+30
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* Fixed pagefault when cred == NOCRED.kato1998-02-071-13/+20
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.roberto1997-10-211-1/+5
* Hmm, realign the vnops into two columns.phk1997-10-151-3/+3
* Stylistic overhaul of vnops tables.phk1997-10-151-14/+11
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-181-2/+3
* Removed unused #includes.bde1997-08-021-3/+1
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-251-5/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add missing function prototypes.mpp1997-02-121-1/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+47
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Staticize.phk1995-12-111-20/+23
* Added prototypes.bde1995-12-031-2/+10
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-11/+11
* Remove trailing whitespace.rgrimes1995-05-301-22/+22
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-13/+14
* Fix a few niggling little bugs:wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-2/+1
* 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/+488
OpenPOWER on IntegriCloud