[BACK]Return to TODO.hibler CVS log [TXT][DIR] Up to [local] / sys / isofs / cd9660

Annotation of sys/isofs/cd9660/TODO.hibler, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: TODO.hibler,v 1.5 2006/09/23 00:54:15 pedro Exp $
        !             2: #      $NetBSD: TODO.hibler,v 1.6 1994/12/13 22:33:10 mycroft Exp $
        !             3:
        !             4: 1. Investigate making ISOFS another UFS shared filesystem (ala FFS/MFS).
        !             5:    Since it was modelled after the inode code, we might be able to merge
        !             6:    them back.  It looks like a separate (but very similar) lookup routine
        !             7:    will be needed due to the associated file stuff.
        !             8:
        !             9: 2. It would be nice to be able to use the vfs_cluster code.
        !            10:    Unfortunately, if the logical block size is smaller than the page size,
        !            11:    it won't work.  Also, if throughput is relatively constant for any
        !            12:    block size (as it is for the HP drive--150kbs) then clustering may not
        !            13:    buy much (or may even hurt when vfs_cluster comes up with a large sync
        !            14:    cluster).
        !            15:
        !            16: 3. Seems like there should be a "notrans" or some such mount option to show
        !            17:    filenames as they really are without lower-casing.  Does this make sense?

CVSweb