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
*
MFC r308995:
kib
2016-11-29
1
-2
/
+2
*
Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. No
dim
2015-01-30
1
-2
/
+3
*
Add currently unused flag argument to the cluster_read(),
kib
2013-03-14
1
-2
/
+3
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-1
/
+0
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-2
/
+2
*
udf_vnops: cosmetic followup to r208671 - better looking code
avg
2010-06-22
1
-1
/
+1
*
udf_readlink: fix malloc call with uninitialized size parameter
avg
2010-05-31
1
-1
/
+1
*
udf: use truly unique directory cookie
avg
2009-03-04
1
-1
/
+1
*
udf_strategy: remove redundant comment
avg
2009-03-04
1
-4
/
+0
*
udf_readdir: do not advance offset if entry can not be uio-ed
avg
2009-03-03
1
-1
/
+1
*
udf_readatoffset: return correct size and data pointer for data in fentry
avg
2009-02-27
1
-0
/
+6
*
udf_readatoffset: read through directory vnode, do not read > MAXBSIZE
avg
2009-02-26
1
-7
/
+20
*
udf: add read-ahead support modeled after cd9660
avg
2009-02-26
1
-3
/
+18
*
udf_map: return proper error code instead of leaking an internal one
avg
2009-02-26
1
-2
/
+13
*
udf_read: correctly read data from files with data embedded into fentry,
avg
2009-02-26
1
-0
/
+26
*
udf_strategy: tiny optimization of logic, calculations; extra diagnostics
avg
2009-02-26
1
-14
/
+11
*
style nit in r188815
avg
2009-02-19
1
-1
/
+1
*
fs/udf: fix incorrect error return (-1) when reading a large dir
avg
2009-02-19
1
-4
/
+3
*
Mark udf(4) MPSAFE and add support for shared vnode locks during pathname
jhb
2009-02-09
1
-14
/
+30
*
Add rudimentary support for symbolic links on UDF. Links are stored as a
jhb
2009-02-06
1
-3
/
+112
*
Add support for fifos to UDF:
jhb
2009-02-06
1
-0
/
+61
*
Remove unused local variables.
bz
2009-01-31
1
-2
/
+0
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-4
/
+5
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-6
/
+6
*
Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().
kib
2008-09-20
1
-1
/
+1
*
Fix and speedup timestamp calculations which is roughly based on the patch in
markus
2008-05-16
1
-22
/
+34
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Correct corrupt read when the read starts at a non-aligned offset.
remko
2007-06-11
1
-4
/
+6
*
o cd9660 code repo-copied, update a comment.
maxim
2007-03-24
1
-1
/
+1
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
1
-0
/
+16
*
Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.
pav
2007-01-15
1
-24
/
+52
*
Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.
pav
2006-12-23
1
-0
/
+12
*
Make UDF endian-safe.
will
2006-02-03
1
-1
/
+1
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+5
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-2
/
+2
*
Regrab dvp only when ISDOTDOT.
tanimura
2005-07-09
1
-1
/
+2
*
Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.
imura
2005-06-05
1
-4
/
+5
*
Fix three typos in comments. Two of them obtained from OpenBSD.
brueffer
2005-05-11
1
-3
/
+3
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-3
/
+2
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-7
/
+5
*
Also remember to set the fsid here.
phk
2005-03-17
1
-0
/
+1
*
Don't hold a reference to the disk vnode for each inode.
phk
2005-03-15
1
-6
/
+1
*
Use vfs_hash instead of home-rolled.
phk
2005-03-14
1
-72
/
+2
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
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
[next]