summaryrefslogtreecommitdiffstats
path: root/sys/isofs/udf/udf_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofkrw2011-04-161-3/+3
* In days of yore one could arbitrarily whack buffer flags. Those dayskrw2011-04-151-3/+5
* The only value that d_npartitions should have is MAXPARTITIONS.krw2009-05-211-2/+2
* Reset b_flags rather than just OR'ing in B_READ and B_RAW whenkrw2009-05-141-3/+3
* Correct cases of mishandling of pending reads and writes to preventbeck2008-07-231-3/+3
* Bring biomem diff back into the tree after the nfs_bio.c fix went in.deraadt2008-06-121-3/+3
* back out biomem diff since it is not right yet. Doing very largederaadt2008-06-111-3/+3
* Fix buffer cache pending read statistics by ensuring we can identifybeck2008-06-101-3/+3
* Buffer cache revampbeck2008-06-101-3/+3
* all disklabels read from the kernel now always contain a total sectorderaadt2007-06-081-1/+2
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-5/+5
* Don't hold up a vnode for the VAT when a unode is sufficientpedro2006-07-111-6/+7
* Make the mounting process pass a hint to the kernel of where to find the VATpedro2006-07-111-3/+3
* udf_mnt -> umount and rename fields accordinglypedro2006-07-091-14/+14
* Be consistent about how we name 'struct unode' instancespedro2006-07-081-7/+7
* udf_node -> unode and rename fields accordinglypedro2006-07-081-5/+5
* Rename VTON() to VTOU()pedro2006-07-081-4/+4
* Add VAT support a la UDF 1.50pedro2006-07-051-1/+84
* Fix reading of volume IDpedro2006-01-151-2/+2
* typopedro2006-01-151-2/+2
* Move udf_disklabelspoof() to udf_subr.c, no functional changepedro2006-01-141-1/+102
* Better UDF name extraction code, which will not forget to report errors inmiod2006-01-141-0/+79