Changes between Version 49 and Version 50 of GoogleSummerOfCodeIdeas
- Timestamp:
- Feb 11, 2011, 2:05:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerOfCodeIdeas
v49 v50 4 4 5 5 ==== Filesystems: general improvements ==== 6 * ReiserFS : write support7 * BTRFS,UFS2, ZFS: Read (& Write) support6 * ReiserFS, BTRFS, exFAT: write support 7 * UFS2, ZFS: Read (& Write) support 8 8 * SMB, Windows shares: Read (& Write) support 9 9 * 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.11 10 12 11 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.