index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
cd9660
/
cd9660_lookup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark cd9660 MPSAFE and add support for using shared vnode locks during
jhb
2009-01-28
1
-43
/
+95
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-2
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Forced commit and #include changes for repo copy from
rodrigc
2007-02-11
1
-3
/
+3
*
Apply the same fix to a potential race in the ISDOTDOT code in
truckman
2005-10-16
1
-3
/
+4
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-3
/
+2
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-15
/
+0
*
Remove "register" keyword and trailing white space.
phk
2004-07-03
1
-9
/
+9
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-1
/
+6
*
Do not call VOP_BMAP() on our own vnodes.
phk
2003-08-17
1
-10
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
emove unused variable(s).
phk
2003-05-31
1
-2
/
+0
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-3
/
+3
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-2
/
+4
*
Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags
dillon
2001-11-04
1
-1
/
+1
*
B_ERROR is BIO_ERROR on -current.
phk
2001-11-04
1
-1
/
+1
*
Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming
dillon
2001-11-04
1
-1
/
+23
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
1
-6
/
+12
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add support for Joliet extensions to the iso9660 fs. The related PR
dcs
1999-04-18
1
-3
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-6
/
+6
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-18
/
+16
*
This stuff is now done centrally.
phk
1997-09-10
1
-15
/
+1
*
Uncut&paste cache_lookup().
phk
1997-08-26
1
-54
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
Use the common nchstats struct instead of a private one for ncs_2passes
bde
1997-03-08
1
-5
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Restored one line of "High Sierra" changes from rev.1.6 which was
bde
1997-02-11
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-77
/
+96
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix signed/unsigned comparison warnings.
alex
1996-10-20
1
-2
/
+2
*
Fix isoilk hang caused by not checking for read-onlyness in several places.
dg
1995-11-12
1
-2
/
+2
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
1
-1
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-19
/
+19
*
Roll in my changes to make the cd9660 code understand the older
joerg
1995-01-16
1
-3
/
+6
*
Alterations to silence gcc -Wall. Some unused variables deleted.
gpalmer
1994-09-26
1
-11
/
+12
*
Obtained from:
bde
1994-09-15
1
-1
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-2
/
+4
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+465