aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf/udf.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* udf: Reject read requests with an invalid lengthJohn Baldwin2023-08-041-1/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEAndriy Gapon2009-02-261-16/+1
* Add support for fifos to UDF:John Baldwin2009-02-061-0/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-0/+7
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-151-2/+0
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-6/+0
* Remove basically unused root_vp pointer in udfmount.Robert Watson2005-02-181-1/+0
* Move UDF to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-0/+2
* First half of making UDF be endian-clean. This addresses the vfsops side.Scott Long2004-06-231-2/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Add hooks for translating directories entries using the iconv methods.Scott Long2003-11-051-0/+4
* Add a missing __inline. Strange that gcc never complained about it.Scott Long2003-05-041-3/+3
* Implement the node cache as a hash table.Scott Long2003-05-041-2/+5
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.Scott Long2002-08-151-0/+16
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.Jeroen Ruigrok van der Werven2002-04-151-4/+4
* Actually add the UDF files!Scott Long2002-04-141-0/+115