aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs/null_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Revert MFC: Do not change number of arguments to vrecycle().Poul-Henning Kamp2005-03-011-1/+1
* MFC:Poul-Henning Kamp2005-02-281-1/+1
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Don't try to unlock the directory vnode in null_lookup() if the lock isDon Lewis2004-01-111-1/+1
* v_vxproc was a bogus name for a thread (pointer).Bruce Evans2003-12-281-2/+2
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:Tim J. Robbins2003-06-171-4/+57
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-2/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-0/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+2
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+2
* Fix a race during null node creation between relookuping the hash andSemen Ustimenko2002-06-131-6/+13
* Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko2002-06-131-13/+6
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfsSemen Ustimenko2002-06-131-10/+7
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.Semen Ustimenko2002-05-211-2/+6
* More s/file system/filesystem/gTom Rhodes2002-05-161-7/+7
* Cannot release vnode underlying the nullfs vnode in null_inactiveKirk McKusick2002-03-181-19/+26
* KSE Milestone 2Julian Elischer2001-09-121-35/+35
* mount_null(8) -> mount_nullfs(8).Ruslan Ermilov2001-05-241-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+7
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Fix nullfs breakage caused by incomplete migration of v_interlock fromBoris Popov2000-10-151-3/+5
* Prevent dereference of NULL pointer when null_lock() and null_unlock()Boris Popov2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.Boris Popov2000-09-251-65/+228
* Various cleanups towards make nullfs functional (it is still brokenBoris Popov2000-09-051-1/+71
* Get rid from the __P() macros.Boris Popov2000-09-051-9/+9
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-2/+2
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-041-2/+0
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-301-3/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-4/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-56/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-3/+3
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveOllivier Robert1997-10-211-2/+8
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-4/+4
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-17/+14
* Executing binaries on a nullfs (or nullfs-based) filesystem results inPoul-Henning Kamp1997-09-181-3/+4
* Removed unused #includes.Bruce Evans1997-08-021-5/+2
* More comment cleanup.Alexander Langer1997-06-261-5/+5