summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-0/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+2
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-131-6/+13
* Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-131-13/+6
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfssemenu2002-06-131-10/+7
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.semenu2002-05-211-2/+6
* More s/file system/filesystem/gtrhodes2002-05-161-7/+7
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* KSE Milestone 2julian2001-09-121-35/+35
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+7
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-151-3/+5
* Prevent dereference of NULL pointer when null_lock() and null_unlock()bp2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.bp2000-09-251-65/+228
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-051-1/+71
* Get rid from the __P() macros.bp2000-09-051-9/+9
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Lock reporting and assertion changes.eivind1999-12-111-2/+2
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-041-2/+0
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-3/+2
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-4/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-56/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Make the debug options new-style.eivind1998-01-311-2/+4
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveroberto1997-10-211-2/+8
* Hmm, realign the vnops into two columns.phk1997-10-151-4/+4
* Stylistic overhaul of vnops tables.phk1997-10-151-17/+14
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-181-3/+4
* Removed unused #includes.bde1997-08-021-5/+2
* More comment cleanup.alex1997-06-261-5/+5
* Typo police.alex1997-06-261-3/+3
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-251-3/+2
* Use NULLVP instead of NULL.kato1997-04-171-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-2/+2
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
* Make this compile again after the Lite2 merge.mpp1997-02-121-6/+11
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-17/+206
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Staticize.phk1995-12-111-18/+21
* Added prototypes.bde1995-12-031-2/+9
OpenPOWER on IntegriCloud