| Commit message (Expand) | Author | Age | Files | Lines |
* | udf_readatoffset: read through directory vnode, do not read > MAXBSIZE | avg | 2009-02-26 | 1 | -16/+1 |
* | Add support for fifos to UDF: | jhb | 2009-02-06 | 1 | -0/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+7 |
* | Remove inode fields previously used for private inode hash tables. | phk | 2005-03-16 | 1 | -1/+0 |
* | Don't hold a reference to the disk vnode for each inode. | phk | 2005-03-15 | 1 | -2/+0 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 1 | -6/+0 |
* | Remove basically unused root_vp pointer in udfmount. | rwatson | 2005-02-18 | 1 | -1/+0 |
* | Move UDF to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 1 | -0/+2 |
* | First half of making UDF be endian-clean. This addresses the vfsops side. | scottl | 2004-06-23 | 1 | -2/+4 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Add hooks for translating directories entries using the iconv methods. | scottl | 2003-11-05 | 1 | -0/+4 |
* | Add a missing __inline. Strange that gcc never complained about it. | scottl | 2003-05-04 | 1 | -3/+3 |
* | Implement the node cache as a hash table. | scottl | 2003-05-04 | 1 | -2/+5 |
* | Factor out some ugle code that's shared by udf_readdir and udf_lookup. | scottl | 2002-08-15 | 1 | -0/+16 |
* | Sync with UDF p4 tree: Use POSIX integer types instead of BSD types. | asmodai | 2002-04-15 | 1 | -4/+4 |
* | Actually add the UDF files! | scottl | 2002-04-14 | 1 | -0/+115 |