From 07a8918a4cffb0bf4fbea88fb686003423913fc1 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sun, 10 Oct 2004 17:20:48 +0000 Subject: [PATCH] update (Logical change 1.599) --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index e1094209..1b86c93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,6 +74,16 @@ xx/xx/2004 - 2.0.0-WIP ntfs_resident_attr_resize use it. (Yura) - Improve ntfs_resident_attr_resize to try make attributes non-resident when such convert is reasonable. (Yura) + - New API attrib.[ch]::ntfs_attr_record_move_away(). (Yura) + - New API inode.[ch]::ntfs_inode_attach_all_extents . (Yura) + - New API inode.[ch]::ntfs_inode_free_space. (Yura) + - Improved layout.h::ATTR_RECORD to have + {compressed_non_,non_,}resident_attr_end fields. Use + offsetof(ATTR_RECORD, *resident_attr_end) to get size of accordable + attribute. (Yura) + - Make ntfs_attr_update_mapping_pairs and ntfs_inode_add_attrlist use + ntfs_inode_free_space when there is no enough space for attribute + list. (Yura) 04/09/2004 - 1.9.4 - Urgent bug fixes.