| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed by: scottl
|
|
|
|
|
|
|
| |
will be in the same filesystem than the one where the current
component is.
Approved by: scottl
|
|
|
|
|
|
| |
Retire daddr64_t and use daddr_t instead.
Sponsored by: DARPA & NAI Labs.
|
|
|
|
|
|
| |
referenced through the VOP_DEFAULT vector
Submitted by: phk
|
|
|
|
| |
block number. This fixes things like cp (ouch!) which use mmap.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|