aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/deadfs
Commit message (Expand)AuthorAgeFilesLines
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-0/+9
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Style changes for deadfs:Konstantin Belousov2014-10-151-54/+10
* When vnode bypass cannot be performed on the cdev file descriptor forKonstantin Belousov2014-10-151-6/+3
* Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the callerKonstantin Belousov2014-10-151-6/+9
* The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,Konstantin Belousov2012-09-131-41/+2
* Add function vop_rename_fail(9) that performs needed cleanup for locksKonstantin Belousov2010-04-021-8/+2
* Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.Joe Marcus Clarke2008-12-121-0/+1
* Below is slightly edited description of the LOR by Tor Egge:Konstantin Belousov2007-01-221-1/+24
* - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysJeff Roberson2006-02-221-0/+14
* - Deadfs may now use the standard vop lock, get rid of dead_lock().Jeff Roberson2005-03-131-40/+0
* Introduce vx_wait{l}() and use it instead of home-rolled versions.Poul-Henning Kamp2005-02-171-26/+5
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-33/+27
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-8/+8
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+0
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-161-1/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-17/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-4/+6
* Use vop_panic() instead of rolling our own.Poul-Henning Kamp2002-05-021-20/+8
* Remove __P.Alfred Perlstein2002-03-191-11/+11
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-1/+3
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesBruce Evans1998-11-221-2/+2
* Enabled Lite2 fix for reading from dead ttys.Bruce Evans1998-08-231-10/+1
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALGarrett Wollman1997-12-151-5/+20
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-22/+11
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-3/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-6/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-82/+25
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+42
* Convert select -> poll.Peter Wemm1997-09-141-21/+10
* Removed unused #includes.Bruce Evans1997-09-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+24
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* staticize.Poul-Henning Kamp1995-12-021-27/+27