159874Speter$FreeBSD$
259874Speter
31541Srgrimes1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
41541Srgrimes   Since it was modelled after the inode code, we might be able to merge
572091Sasmodai   them back.  It looks like a separate (but very similar) lookup routine
61541Srgrimes   will be needed due to the associated file stuff.
71541Srgrimes
814553Speter2. It would be nice to be able to use the vfs_cluster code.
91541Srgrimes   Unfortunately, if the logical block size is smaller than the page size,
101541Srgrimes   it won't work.  Also, if throughtput is relatively constant for any
111541Srgrimes   block size (as it is for the HP drive--150kbs) then clustering may not
121541Srgrimes   buy much (or may even hurt when vfs_cluster comes up with a large sync
131541Srgrimes   cluster).
141541Srgrimes
1514553Speter3. Seems like there should be a "notrans" or some such mount option to show
1614553Speter   filenames as they really are without lower-casing.  Does this make sense?
17