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
/
udf
/
udf_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()
phk
2004-12-06
1
-4
/
+1
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-6
/
+0
*
Move UDF to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-20
/
+23
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-3
/
+4
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+2
*
First half of making UDF be endian-clean. This addresses the vfsops side.
scottl
2004-06-23
1
-21
/
+23
*
Catch all cases where bread() returns an error and a valid *bp, and release
scottl
2004-03-30
1
-0
/
+2
*
Add hooks for translating directories entries using the iconv methods.
scottl
2003-11-05
1
-3
/
+44
*
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
-1
/
+1
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-23
/
+18
*
Eliminate the separate malloc type for the sparing table.
scottl
2003-05-04
1
-3
/
+2
*
Implement the node cache as a hash table.
scottl
2003-05-04
1
-1
/
+6
*
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
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-2
/
+0
*
Factor out some ugle code that's shared by udf_readdir and udf_lookup.
scottl
2002-08-15
1
-1
/
+11
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
Unbreak LINT; sort the includes so that functions are explicitly
markm
2002-07-16
1
-8
/
+8
*
Convert UDF to nmount.
mux
2002-06-15
1
-16
/
+28
*
Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.
asmodai
2002-04-15
1
-7
/
+7
*
Actually add the UDF files!
scottl
2002-04-14
1
-0
/
+744