aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660/cd9660_node.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-1/+0
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-191-1/+0
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-4/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Do not truncate inode calculation from ISO9660 block offsetConrad Meyer2017-01-081-3/+10
* cd9660: Expand internal inum size to 64 bitsConrad Meyer2017-01-081-2/+2
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-2/+1
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-5/+0
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringJohn Baldwin2009-01-281-3/+0
* The timezone byte is a signed value, treat it as such.Tim Kientzle2008-11-271-1/+1
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryJohn Baldwin2008-11-181-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.Edward Tomasz Napierala2008-10-031-7/+7
* Forced commit and #include changes for repo copy fromCraig Rodrigues2007-02-111-3/+3
* 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