From 5e6279ea444c463bfaf0372477cfd6b143a0abe1 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sat, 6 Nov 2004 23:40:05 +0000 Subject: [PATCH] update (Logical change 1.630) --- TODO.libntfs | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/TODO.libntfs b/TODO.libntfs index 6175b40f..9d18a018 100644 --- a/TODO.libntfs +++ b/TODO.libntfs @@ -12,14 +12,11 @@ * HIGH priority * ***************** -- write attribute resize function (see mkntfs) +- complete the implementation of ntfs_attr_truncate() (for compressed files) -- complete the implementation of ntfs_attr_truncate() +- add write of compressed attributes -- 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 +- write ntfs_index_{rm_from,add_to,create,rm}() ******************* * MEDIUM priority * @@ -28,12 +25,6 @@ - create API reference book template (cf. linux kernel) - enable automatic creation of API reference -- add write of compressed attributes - -- write ntfs_attr_{rm,create,add}() - -- write ntfs_index_{rm_from,add_to,create,rm}() - - write ntfs_file_name_{add,rm}_from_mft_record() or _from_ntfs_inode(?) - write ntfs_file_unlink()