Navigation:Documentation:Other:Link Collection:~~CLOUD:30~~ |
Linux-NTFS kernel driver RoadmapAbout the RoadmapThe roadmap was first published in the Linux-NTFS-dev mailing list on May 17, 2004 by Anton Altaparmakov. It was last edited at May 14, 2006 by Yuval Fledel to reflect current state. Orginal archive link: http://sourceforge.net/mailarchive/forum.php?thread_id=4410614&forum_id=2697 DisclaimerI reserve the right to turn the roadmap on its head or to throw it away and do it completely differently but with some luck things will happen roughly like this… (-; Note that I am not taking into account that other people might contribute / work on specific features and submit them to me which could obviously cause some feature(s) to be implemented in a different order to what the roadmap specifies but this is how I, were no one to contribute, am likely to proceed. Any contributions would be a bonus on top of this and are of course both strongly encouraged and welcomed! (-: Current stateCurrent release 2.1.27/kernel 2.6.16
The above missing read-only features will be implemented but for me personally they are very low priority. Obviously all of these missing read-only features are also missing from the supported read-write features and they are going to be implemented only after their read-only counterparts are implemented. Another feature, this one is read-write, that is missing is journalling. This is not planned until everything else is implemented. At the moment, the only journalling related feature that is implemented is that the journal is checked at read-write (re)mount time and if it is obviously clean the mount is allowed and if we cannot detemine that the journal is clean the mount is aborted or forced into a read-only mount depending on the mount option “on_errors”.
The future
* Support for file/directory deletion (includes hard link removal).
At this point we have complete basic read-write support and can start implementing the more fancy features (i.e. the ones I described above as being very low priority for me). At present the likely order of me implementing these features is something like (high-level only, no details):
I don't think I have missed any featues but if I have then either apply common sense as to where I am likely to fit them in or ask. |