aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660/cd9660_node.c
Commit message (Expand)AuthorAgeFilesLines
* Repocopied from src/sys/isofs/cd9660 to src/sys/fs/cd9660.Craig Rodrigues2007-02-131-332/+0
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+4
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-112/+2
* - VOP_INACTIVE should no longer drop the vnode lock.Jeff Roberson2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Move CD9660 to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-4/+2
* Remove "register" keyword and trailing white space.Poul-Henning Kamp2004-07-031-9/+9
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-2/+1
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-5/+13
* KSE Milestone 2Julian Elischer2001-09-121-9/+8
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-8/+8
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-14/+11
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+5
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksBoris Popov2000-10-031-1/+1
* Fix memory leakage on module unload.Boris Popov2000-06-291-0/+10
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* Staticize.Eivind Eklund1998-02-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Staticize a few things.Poul-Henning Kamp1997-11-181-3/+3
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-3/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Remove all traces of undocumented feature ISODEVMAP.Poul-Henning Kamp1997-04-141-64/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Restored one line of "High Sierra" changes from rev.1.8.Bruce Evans1997-02-111-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-315/+141
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-5/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+11
* Added prototypes.Bruce Evans1995-12-031-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-35/+35
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-6/+1
* Obtained from: memories of 1.1.5Bruce Evans1995-02-211-2/+2
* Roll in my changes to make the cd9660 code understand the olderJoerg Wunsch1995-01-161-18/+28
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-3/+3