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_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+1
*
Catch all cases where bread() returns an error and a valid *bp, and release
scottl
2004-03-30
1
-6
/
+9
*
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
1
-29
/
+59
*
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
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
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
1
-3
/
+15
*
Make udf_allocv() return an unlocked vnode instead of a locked one
tjr
2003-03-16
1
-2
/
+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
1
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
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
1
-3
/
+1
*
Return ENOTTY on unrecognized ioctls.
phk
2002-09-26
1
-1
/
+1
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
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
1
-245
/
+212
*
Simplify the handling of a fragmented file_id descriptor. Also
scottl
2002-08-04
1
-51
/
+45
*
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
*
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
1
-21
/
+21
*
Actually add the UDF files!
scottl
2002-04-14
1
-0
/
+1232