Changes between Version 49 and Version 50 of GoogleSummerOfCodeIdeas


Ignore:
Timestamp:
Feb 11, 2011, 2:05:37 PM (14 years ago)
Author:
korli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerOfCodeIdeas

    v49 v50  
    44
    55==== Filesystems: general improvements ====
    6         * ReiserFS: write support
    7         * BTRFS, UFS2, ZFS: Read (& Write) support
     6        * ReiserFS, BTRFS, exFAT: write support
     7        * UFS2, ZFS: Read (& Write) support
    88        * SMB, Windows shares: Read (& Write) support
    99        * SquashFS: To support booting Haiku off SquashFS on a CD/DVD
    10         * exfat read/write support. A FUSE driver exists at http://code.google.com/p/exfat/wiki/QuckStartGuide. The UserlandFS FUSE compatibility needs to be extended (signals API) for it to compile out of the box. For auto-mounting support, a native file system with libexfat as backend needs to be written, or the UserlandFS server needs to be extended, so that it implements FS hooks related to automounting, by forwarding these calls to each known UserlandFS add-on and figuring out which one would handle the given partition.
    1110
    1211    Haiku has great support for its own filesystem, but most others are only available read-only, or not at all. It is way better for interoperability with other systems to be able to read and write to these disks.