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
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-11-18
use siphash for key lookups in all the filesystem hashes.
David Gwynne
2014-11-03
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Ted Unangst
2011-04-16
Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of
Kenneth R Westerback
2011-04-15
In days of yore one could arbitrarily whack buffer flags. Those days
Kenneth R Westerback
2009-05-21
The only value that d_npartitions should have is MAXPARTITIONS.
Kenneth R Westerback
2009-05-14
Reset b_flags rather than just OR'ing in B_READ and B_RAW when
Kenneth R Westerback
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