summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_node.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-281-3/+0
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryjhb2008-11-181-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Forced commit and #include changes for repo copy fromrodrigc2007-02-111-3/+3
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Use vfs_hash instead of home-rolled.phk2005-03-141-112/+2
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-291-4/+2
* Remove "register" keyword and trailing white space.phk2004-07-031-9/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* Use __FBSDID().obrien2003-06-111-1/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-2/+1
* - Use vrefcnt() instead of v_usecount.jeff2002-09-251-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-201-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-5/+13
* KSE Milestone 2julian2001-09-121-9/+8
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+11
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+5
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-031-1/+1
* Fix memory leakage on module unload.bp2000-06-291-0/+10
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* Staticize.eivind1998-02-091-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Staticize a few things.phk1997-11-181-3/+3
* VFS mega cleanup commit (x/N)phk1997-10-161-3/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-141-64/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Restored one line of "High Sierra" changes from rev.1.8.bde1997-02-111-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-318/+144
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-5/+5
OpenPOWER on IntegriCloud