summaryrefslogtreecommitdiffstats
path: root/sys/fs/deadfs
Commit message (Expand)AuthorAgeFilesLines
* Style changes for deadfs:kib2014-10-151-54/+10
* When vnode bypass cannot be performed on the cdev file descriptor forkib2014-10-151-6/+3
* Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the callerkib2014-10-151-6/+9
* The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,kib2012-09-131-41/+2
* Add function vop_rename_fail(9) that performs needed cleanup for lockskib2010-04-021-8/+2
* Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.marcus2008-12-121-0/+1
* Below is slightly edited description of the LOR by Tor Egge:kib2007-01-221-1/+24
* - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysjeff2006-02-221-0/+14
* - Deadfs may now use the standard vop lock, get rid of dead_lock().jeff2005-03-131-40/+0
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-26/+5
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-2/+2
* /* -> /*- 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-33/+27
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-8/+8
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+0
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-17/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-4/+6
* Use vop_panic() instead of rolling our own.phk2002-05-021-20/+8
* Remove __P.alfred2002-03-191-11/+11
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-1/+3
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesbde1998-11-221-2/+2
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-231-10/+1
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-5/+20
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* VFS interior redecoration.phk1997-10-261-22/+11
* VFS clean up "hekto commit"phk1997-10-161-3/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-6/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-82/+25
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+42
* Convert select -> poll.peter1997-09-141-21/+10
* Removed unused #includes.bde1997-09-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-4/+24
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* staticize.phk1995-12-021-27/+27
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+3
OpenPOWER on IntegriCloud