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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+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
*
Fix an incorrect cast.
scottl
2005-01-18
1
-1
/
+1
*
NULL-terminate the . and .. directory entries. Apparently some tools ignore
scottl
2005-01-14
1
-0
/
+2
*
Replace the min() macro with a test that doesn't truncate the 64-bit values
scottl
2005-01-14
1
-1
/
+4
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-0
/
+1
*
Use off_t when passing and calculating file offsets. While a single
scottl
2005-01-12
1
-6
/
+11
*
Don't allow reads past the end of a file.
scottl
2005-01-12
1
-1
/
+1
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-2
/
+4
*
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
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-20
/
+15
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-11
/
+11
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-2
/
+2
*
Move UDF to GEOM backing instead of DEVFS.
phk
2004-10-29
3
-25
/
+28
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
1
-1
/
+1
*
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
*
Make the udf_vnops side endian clean.
scottl
2004-06-23
1
-35
/
+41
*
First half of making UDF be endian-clean. This addresses the vfsops side.
scottl
2004-06-23
3
-23
/
+28
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-2
/
+2
*
Catch all cases where bread() returns an error and a valid *bp, and release
scottl
2004-03-30
2
-6
/
+11
*
Change __FUNCTION__ to __func__
scottl
2004-03-03
1
-2
/
+2
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
1
-20
/
+1
*
Add hooks for translating directories entries using the iconv methods.
scottl
2003-11-05
5
-32
/
+172
*
Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the
scottl
2003-11-05
2
-0
/
+46
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
1
-0
/
+1
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
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
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
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
*
Add a missing __inline. Strange that gcc never complained about it.
scottl
2003-05-04
1
-3
/
+3
*
Correctly calculate the size of the extent that should be read in
scottl
2003-05-04
1
-3
/
+3
*
Implement the node cache as a hash table.
scottl
2003-05-04
3
-6
/
+26
*
Make udf_allocv() return an unlocked vnode instead of a locked one
tjr
2003-03-16
1
-2
/
+1
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+1
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-9
/
+0
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-6
/
+6
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-6
/
+6
*
Temporarily introduce a new VOP_SPECSTRATEGY operation while I try
phk
2003-01-04
1
-1
/
+1
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-3
/
+0
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
2
-5
/
+1
*
Return ENOTTY on unrecognized ioctls.
phk
2002-09-26
1
-1
/
+1
[next]