index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
isofs
/
udf
/
udf_subr.c
Age
Commit message (
Expand
)
Author
2008-07-23
Correct cases of mishandling of pending reads and writes to prevent
Bob Beck
2008-06-12
Bring biomem diff back into the tree after the nfs_bio.c fix went in.
Theo de Raadt
2008-06-11
back out biomem diff since it is not right yet. Doing very large
Theo de Raadt
2008-06-10
Fix buffer cache pending read statistics by ensuring we can identify
Bob Beck
2008-06-10
Buffer cache revamp
Bob Beck
2007-06-08
all disklabels read from the kernel now always contain a total sector
Theo de Raadt
2007-06-05
use six new macros to access & store the 48-bit disklabel fields related
Theo de Raadt
2006-07-11
Don't hold up a vnode for the VAT when a unode is sufficient
Pedro Martelletto
2006-07-11
Make the mounting process pass a hint to the kernel of where to find the VAT
Pedro Martelletto
2006-07-09
udf_mnt -> umount and rename fields accordingly
Pedro Martelletto
2006-07-08
Be consistent about how we name 'struct unode' instances
Pedro Martelletto
2006-07-08
udf_node -> unode and rename fields accordingly
Pedro Martelletto
2006-07-08
Rename VTON() to VTOU()
Pedro Martelletto
2006-07-05
Add VAT support a la UDF 1.50
Pedro Martelletto
2006-01-15
Fix reading of volume ID
Pedro Martelletto
2006-01-15
typo
Pedro Martelletto
2006-01-14
Move udf_disklabelspoof() to udf_subr.c, no functional change
Pedro Martelletto
2006-01-14
Better UDF name extraction code, which will not forget to report errors in
Miod Vallat