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
*
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
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-2
/
+1
*
Use NULL instead of 0 for pointers
kevlo
2012-07-22
1
-1
/
+1
*
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
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-1
/
+1
*
Revert the previous commit. The race is not applicable to the lockmgr
jhb
2010-07-16
1
-4
/
+1
*
When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were
jhb
2010-07-16
1
-1
/
+4
*
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
*
Use #ifdef APPLE_MAC instead of #ifdef MAC to conditionalize Apple-specific
rwatson
2009-06-06
1
-2
/
+2
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-5
/
+7
*
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
jhb
2009-03-11
1
-1
/
+2
*
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
3
-25
/
+23
*
udf: add read-ahead support modeled after cd9660
avg
2009-02-26
2
-3
/
+23
*
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
*
- Consolidate error handling in the cd9660 and udf mount routines.
jhb
2009-02-11
1
-14
/
+18
*
Mark udf(4) MPSAFE and add support for shared vnode locks during pathname
jhb
2009-02-09
2
-24
/
+55
*
Use the same style as the rest of the file for the optional data string
jhb
2009-02-09
1
-1
/
+1
*
Add rudimentary support for symbolic links on UDF. Links are stored as a
jhb
2009-02-06
2
-3
/
+124
*
Add support for fifos to UDF:
jhb
2009-02-06
3
-0
/
+64
*
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
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-3
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
2
-15
/
+14
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
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
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-1
/
+1
*
udf_vget() shall vgone() the vnode when the file_entry cannot be allocated
kib
2008-01-18
1
-0
/
+3
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-2
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,
markus
2007-12-11
1
-1
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-2
/
+2
*
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
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-1
/
+7
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
3
-23
/
+23
*
Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.
pav
2007-01-15
1
-24
/
+52
*
Tell backing v_object the filesize right on it's creation.
pav
2007-01-07
1
-1
/
+6
[next]