summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
Commit message (Collapse)AuthorAgeFilesLines
* Convert UDF to nmount.mux2002-06-152-50/+28
| | | | Reviewed by: scottl
* In VOP_LOOKUP, don't assume that the final pathname componentmux2002-05-161-2/+1
| | | | | | | will be in the same filesystem than the one where the current component is. Approved by: scottl
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-5/+5
| | | | | | Retire daddr64_t and use daddr_t instead. Sponsored by: DARPA & NAI Labs.
* Don't reference vop_std* since they are already implicitlyscottl2002-05-021-3/+0
| | | | | | referenced through the VOP_DEFAULT vector Submitted by: phk
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
| | | | block number. This fixes things like cp (ouch!) which use mmap.
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
| | | | | | | | | | | the block to read and copy out. This removes the hack in udf_readatoffset() for only reading one block at a time. WooHoo! Remove a redundant test for fragmented fids in both udf_readdir() and udf_lookup(). Add comment to both as to why the test is written the way it is. Add a few more safety checks for brelse(). Thanks to Timothy Shimmin <tes@boing.melbourne.sgi.com> for pointing out these problems.
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-154-159/+159
|
* Actually add the UDF files!scottl2002-04-147-0/+2986
OpenPOWER on IntegriCloud