Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the lockmgr() API. It is only used by filesystems, where it is a | 2016-06-19 | 1 | -2/+2 | |
| | | | | | | | | trivial change to use rrw locks instead. All it needs is LK_* defines for the RW_* flags. tested by naddy and sthen on package building infrastructure input and ok jmc mpi tedu | ||||
* | use siphash for key lookups in all the filesystem hashes. | 2014-11-18 | 1 | -1/+2 | |
| | | | | ok deraadt@ tedu@ | ||||
* | KNF - extraneous blank line snuck in during last commit | 2013-09-17 | 1 | -2/+1 | |
| | |||||
* | int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes | 2013-08-16 | 1 | -2/+3 | |
| | | | | | | sector to daddr_t before calculation to avoid overflow. ok deraadt@ | ||||
* | CD filesystems don't do inode numbers >2^32, so use a smaller type internally, | 2013-05-30 | 1 | -4/+6 | |
| | | | | | | only using ino_t in the VFS layer APIs: vget, readdir, getattr. ok matthew@ | ||||
* | A small sprinking of #ifdef _KERNEL | 2013-03-23 | 1 | -2/+9 | |
| | |||||
* | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in | 2013-03-23 | 1 | -2/+2 | |
| | | | | | in userland by libkvm) ok sthen | ||||
* | bread does nothing with its ucred argument. remove it. ok matthew | 2011-07-04 | 1 | -2/+2 | |
| | |||||
* | First cut at UDF 2.[56] support, allowing read-only access to HDDVD | 2009-08-14 | 1 | -2/+7 | |
| | | | | | | | | | | and Blu-ray disks. Previously working DVDs should still work. Done at f2k9 with phessler@. Vnode bug squashing by beck@. Thanks to Bryan Brake for sending HDDVD/Blu-ray hardware and disks to f2k9 in Stockholm. ok beck@ dlg@ phessler@ | ||||
* | update pedro's email address, at his request; | 2007-12-09 | 1 | -2/+2 | |
| | |||||
* | Remove unused function | 2006-07-12 | 1 | -16/+1 | |
| | |||||
* | Don't hold up a vnode for the VAT when a unode is sufficient | 2006-07-11 | 1 | -2/+2 | |
| | |||||
* | Be consistent about how we name 'struct umount' instances | 2006-07-09 | 1 | -11/+11 | |
| | |||||
* | udf_mnt -> umount and rename fields accordingly | 2006-07-09 | 1 | -33/+32 | |
| | |||||
* | udf_node -> unode and rename fields accordingly | 2006-07-08 | 1 | -19/+19 | |
| | |||||
* | Rename VTON() to VTOU() | 2006-07-08 | 1 | -2/+2 | |
| | |||||
* | Add VAT support a la UDF 1.50 | 2006-07-05 | 1 | -2/+12 | |
| | |||||
* | Shave 8 bytes off struct udf_mnt | 2006-06-24 | 1 | -2/+1 | |
| | |||||
* | rearrange some comments | 2006-06-24 | 1 | -4/+4 | |
| | |||||
* | Better UDF name extraction code, which will not forget to report errors in | 2006-01-14 | 1 | -1/+3 | |
| | | | | | | some cases; also silence a few udf messages unless option DIAGNOSTIC. Tests and tweaks and ok pedro@ | ||||
* | Bring in UDF support from FreeBSD, disabled for now. | 2005-03-29 | 1 | -0/+136 | |