summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r268606:kib2014-07-281-33/+24
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Update the inline version of vn_get_ino() for ".." lookups to match thejhb2009-06-121-6/+8
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-281-43/+95
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Forced commit and #include changes for repo copy fromrodrigc2007-02-111-3/+3
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-3/+4
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-15/+0
* Remove "register" keyword and trailing white space.phk2004-07-031-9/+9
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+6
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-171-10/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* emove unused variable(s).phk2003-05-311-2/+0
* More s/file system/filesystem/gtrhodes2002-05-161-3/+3
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-041-1/+1
* B_ERROR is BIO_ERROR on -current.phk2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingdillon2001-11-041-1/+23
* KSE Milestone 2julian2001-09-121-5/+5
* 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
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-031-6/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-181-3/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-18/+16
* This stuff is now done centrally.phk1997-09-101-15/+1
* Uncut&paste cache_lookup().phk1997-08-261-54/+2
* Removed unused #includes.bde1997-08-021-3/+1
* Use the common nchstats struct instead of a private one for ncs_2passesbde1997-03-081-5/+3
* 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.6 which wasbde1997-02-111-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-77/+96
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix signed/unsigned comparison warnings.alex1996-10-201-2/+2
* Fix isoilk hang caused by not checking for read-onlyness in several places.dg1995-11-121-2/+2
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
* Roll in my changes to make the cd9660 code understand the olderjoerg1995-01-161-3/+6
* Alterations to silence gcc -Wall. Some unused variables deleted.gpalmer1994-09-261-11/+12
* Obtained from:bde1994-09-151-1/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+4
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+465
OpenPOWER on IntegriCloud