From 8a6020472c0dd3ea283dd4367e94a80d6f954df2 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 29 Jan 2004 23:16:07 +0000 Subject: [PATCH] update TODO.libntfs; several points have been implemented already! (-: (Logical change 1.275) --- TODO.libntfs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/TODO.libntfs b/TODO.libntfs index 9e67e62c..50f96cb8 100644 --- a/TODO.libntfs +++ b/TODO.libntfs @@ -18,6 +18,9 @@ - write ntfs_mft_record_allocate() (see ntfs 2.4 driver in CVS) +- extend ntfs_attr_pwrite to cope with extending the attribute size and with + instantiating holes + ******************* * MEDIUM priority * ******************* @@ -27,9 +30,6 @@ - add write of compressed attributes -- extend ntfs_attr_pwrite to cope with extending the attribute size and with - instantiating holes - - write ntfs_attr_{rm,create,add}() - write ntfs_index_{rm_from,add_to,create,rm}() @@ -42,13 +42,11 @@ - write API for conventional high level file access. -- implement loads of utilities a-la ntcp, ntrm, ntcreat, ntdir, etc... +- implement loads of utilities a-la ntcp, ntrm, ntcreat, etc... - implement a ntfs shell where can use the above much faster with caching, probably extending the library in the process -- extend attrib API with ntfs_rl_pread() - **************** * LOW priority * ****************