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
*
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
*
use __packed.
alfred
2002-09-23
1
-24
/
+24
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Remove stddef.h from the header list
scottl
2002-08-23
1
-1
/
+0
*
Remove the possibility of a race condition when reading the . and ..
scottl
2002-08-20
1
-15
/
+16
*
Don't abuse the stack when translating names.
scottl
2002-08-20
1
-10
/
+12
*
Clean up comments that are no longer relevant.
scottl
2002-08-15
1
-12
/
+9
*
Factor out some ugle code that's shared by udf_readdir and udf_lookup.
scottl
2002-08-15
3
-246
/
+239
*
Simplify the handling of a fragmented file_id descriptor. Also
scottl
2002-08-04
2
-51
/
+50
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
Calculate the correct physical block number for files that are
scottl
2002-08-02
1
-4
/
+6
*
Check for deleted files in udf_lookup(), not just udf_readdir().
scottl
2002-08-02
1
-1
/
+6
*
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
2
-50
/
+28
*
In VOP_LOOKUP, don't assume that the final pathname component
mux
2002-05-16
1
-2
/
+1
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
1
-5
/
+5
*
Don't reference vop_std* since they are already implicitly
scottl
2002-05-02
1
-3
/
+0
*
In udf_bmap(), return the physical block number, not the logical
scottl
2002-05-02
1
-1
/
+5
*
Fix udf_read(). Honor the uio_resid when determining the size of
scottl
2002-04-30
1
-16
/
+22
*
Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.
asmodai
2002-04-15
4
-159
/
+159
*
Actually add the UDF files!
scottl
2002-04-14
7
-0
/
+2986