The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/cd9660/TODO.hibler

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: TODO.hibler,v 1.2 2003/01/06 12:29:51 wiz Exp $
    2 
    3 1. 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 separate (but very similar) lookup routine
    6    will be needed due to the associated file stuff.
    7 
    8 2. 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 throughput 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).

Cache object: f91b05736e7dc15d1d250a1343fc3a0f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.