summaryrefslogtreecommitdiffstats
path: root/sys/isofs/udf/udf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* use siphash for key lookups in all the filesystem hashes.dlg2014-11-181-1/+2
* KNF - extraneous blank line snuck in during last commitmlarkin2013-09-171-2/+1
* int overflow in sector calculation, broke UDF reads past 2GB. Diff promotesmlarkin2013-08-161-2/+3
* CD filesystems don't do inode numbers >2^32, so use a smaller type internally,guenther2013-05-301-4/+6
* A small sprinking of #ifdef _KERNELderaadt2013-03-231-2/+9
* convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused inderaadt2013-03-231-2/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-2/+2
* First cut at UDF 2.[56] support, allowing read-only access to HDDVDkrw2009-08-141-2/+7
* update pedro's email address, at his request;jmc2007-12-091-2/+2
* Remove unused functionpedro2006-07-121-16/+1
* Don't hold up a vnode for the VAT when a unode is sufficientpedro2006-07-111-2/+2
* Be consistent about how we name 'struct umount' instancespedro2006-07-091-11/+11
* udf_mnt -> umount and rename fields accordinglypedro2006-07-091-33/+32
* udf_node -> unode and rename fields accordinglypedro2006-07-081-19/+19
* Rename VTON() to VTOU()pedro2006-07-081-2/+2
* Add VAT support a la UDF 1.50pedro2006-07-051-2/+12
* Shave 8 bytes off struct udf_mntpedro2006-06-241-2/+1
* rearrange some commentspedro2006-06-241-4/+4
* Better UDF name extraction code, which will not forget to report errors inmiod2006-01-141-1/+3
* Bring in UDF support from FreeBSD, disabled for now.pedro2005-03-291-0/+136