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
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+2
*
Don't store the disk cdev in all inodes.
phk
2005-03-16
1
-1
/
+0
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-3
/
+1
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-23
/
+3
*
Use vfs_hash instead of home-rolled.
phk
2005-03-14
1
-18
/
+22
*
Conditionalize cd9660 chattiness regarding the nature of the file system
rwatson
2005-02-18
1
-3
/
+7
*
Unbreak a few filesystems for which vnode_create_vobject() wasn't being
peadar
2005-01-29
1
-1
/
+1
*
Introduce and use g_vfs_close().
phk
2005-01-25
1
-2
/
+2
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
1
-0
/
+1
*
First save from editor, *then* commit.
phk
2004-12-07
1
-2
/
+1
*
Fix exports.
phk
2004-12-07
1
-6
/
+4
*
The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly
phk
2004-12-07
1
-127
/
+72
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-5
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-2
/
+2
*
Detect root mount attempts on the flag, not on the NULL path.
phk
2004-11-09
1
-1
/
+1
*
Move CD9660 to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-27
/
+28
*
Hold proper thread count while frobbing drivers ioctl.
phk
2004-09-24
1
-6
/
+13
*
De support opening device nodes on CD9660 filesystems. They are
phk
2004-09-21
1
-8
/
+0
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-8
/
+8
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-1
/
+2
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+3
*
Remove "register" keyword and trailing white space.
phk
2004-07-03
1
-25
/
+25
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-1
/
+3
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-1
/
+19
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-2
/
+2
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-2
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+9
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by
peter
2002-11-02
1
-2
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-5
/
+0
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-4
/
+4
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-8
/
+7
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
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
[next]