/* * SDPL TODO: contains open tasks in the sdpl project * * Copyright (C) 2001, 2002, Jocelyn MAYER * * Permission is granted to copy, distribute and/or modify this document * under the terms of the GNU Free Documentation License, Version 1.1 * or any later version published by the Free Software Foundation; * with no Invariant Sections with Front-Cover Texts being TITLE, * and noBack-Cover Texts. * A copy of the license is included in the section entitled "GNU * Free Documentation License". */ TITLE: /* * Simple Disk Partition Layer * * TODO - Documentation * */ _______________________________________________________________________________ Still to do: _______________________________________________________________________________ Critical: - -> BLKRASET, BLKRAGET aren't supported - Fix (test ?) 64 bit support - Tests, Debug, test and even more debug, then more tests... _______________________________________________________________________________ Important: - make error codes returned from the kernel module more consistant - Get the right size from ram-disk drives. Currently, I always get 4 kbytes. _______________________________________________________________________________ Features to add: - Maybe make the "Linux partitions drivers" as modules and more flexible. - Release patch to make the kernel able to recognize sdpl as the main partition system. - Improve tools usability, especialy sdpledit should allow the user to tune almot everything in the layer. For this, it would have to be more "intelligent": it should control that no datas overlap with some other and make data alignments so that no data in dispatched into 2 sectors (look at the kernel code: get_SDPL_infos & get_parts_infos to understand why...) _______________________________________________________________________________