summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf.h
Commit message (Expand)AuthorAgeFilesLines
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEavg2009-02-261-16/+1
* Add support for fifos to UDF:jhb2009-02-061-0/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+7
* Remove inode fields previously used for private inode hash tables.phk2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-151-2/+0
* Use vfs_hash instead of home-rolled.phk2005-03-141-6/+0
* Remove basically unused root_vp pointer in udfmount.rwatson2005-02-181-1/+0
* Move UDF to GEOM backing instead of DEVFS.phk2004-10-291-0/+2
* First half of making UDF be endian-clean. This addresses the vfsops side.scottl2004-06-231-2/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-051-0/+4
* Add a missing __inline. Strange that gcc never complained about it.scottl2003-05-041-3/+3
* Implement the node cache as a hash table.scottl2003-05-041-2/+5
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-151-0/+16
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-151-4/+4
* Actually add the UDF files!scottl2002-04-141-0/+115
OpenPOWER on IntegriCloud