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()