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
/
isofs
/
cd9660
/
cd9660_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
bde
2002-03-30
1
-0
/
+4
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-12
/
+12
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-7
/
+23
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.
ken
2001-11-27
1
-0
/
+10
*
KSE Milestone 2
julian
2001-09-12
1
-37
/
+37
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-1
/
+1
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-28
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Add missed MODULE_VERSION() call, so loading of unicode conversion routine
sobomax
2001-03-11
1
-0
/
+1
*
Add a mount time option which slightly relaxes checks for valid Joilet
bp
2001-03-11
1
-1
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-2
/
+0
*
Display the Joliet Extension 'level' in the log message.
alfred
2001-02-23
1
-1
/
+1
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-15
/
+2
*
Proc locking to protect p_ucred while we obtain additional references.
jhb
2001-01-24
1
-2
/
+15
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-3
/
+3
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
1
-1
/
+5
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+2
*
Fix memory leakage on module unload.
bp
2000-06-29
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
remove check now done in vn_isdisk().
phk
2000-01-10
1
-4
/
+0
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+2
*
Return ENXIO if there is no device.
phk
2000-01-02
1
-1
/
+5
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+3
*
Next step in the device cleanup process.
phk
1999-11-09
1
-3
/
+6
*
remove a confusing and stale comment.
phk
1999-11-08
1
-3
/
+0
*
Newline-terminate the complaint message about not being able to find
msmith
1999-11-01
1
-1
/
+1
*
Remove the D_NOCLUSTER[RW] options which were added because vn had
phk
1999-09-30
1
-8
/
+0
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-15
/
+27
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-50
/
+4
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-18
/
+2
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-6
/
+6
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-6
/
+6
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-6
/
+6
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Add support for Joliet extensions to the iso9660 fs. The related PR
dcs
1999-04-18
1
-21
/
+84
*
Don't comment out dead code; remove it.
bde
1999-01-31
1
-4
/
+1
*
Use suser() to determine super-user-ness.
phk
1999-01-30
1
-17
/
+15
[next]