Deleted Added
full compact
TODO.hibler (14553) TODO.hibler (59874)
1$FreeBSD: head/sys/fs/cd9660/TODO.hibler 59874 2000-05-01 20:32:07Z peter $
2
11. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
2 Since it was modelled after the inode code, we might be able to merge
3 them back. It looks like a seperate (but very similar) lookup routine
4 will be needed due to the associated file stuff.
5
62. It would be nice to be able to use the vfs_cluster code.
7 Unfortunately, if the logical block size is smaller than the page size,
8 it won't work. Also, if throughtput is relatively constant for any
9 block size (as it is for the HP drive--150kbs) then clustering may not
10 buy much (or may even hurt when vfs_cluster comes up with a large sync
11 cluster).
12
133. Seems like there should be a "notrans" or some such mount option to show
14 filenames as they really are without lower-casing. Does this make sense?
31. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
4 Since it was modelled after the inode code, we might be able to merge
5 them back. It looks like a seperate (but very similar) lookup routine
6 will be needed due to the associated file stuff.
7
82. It would be nice to be able to use the vfs_cluster code.
9 Unfortunately, if the logical block size is smaller than the page size,
10 it won't work. Also, if throughtput is relatively constant for any
11 block size (as it is for the HP drive--150kbs) then clustering may not
12 buy much (or may even hurt when vfs_cluster comes up with a large sync
13 cluster).
14
153. Seems like there should be a "notrans" or some such mount option to show
16 filenames as they really are without lower-casing. Does this make sense?