You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiskAccessLibrary/RevisionHistory.txt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -236,3 +236,19 @@ Revision History:
236
236
NTFS: NTFSVolume: Added ContentType enum to help identify the content of volume clusters being accessed.
237
237
NTFS: AttributeData: Bugfix: Attribute sorting rules were not applied when converting a resident attribute to non-resident.
238
238
NTFS: IndexData: RemoveEntry: Bugfix: IndexOutOfRangeException was thrown in some cases.
239
+
240
+
1.5.5 - NTFS: FileRecordHelper: Bugfix: In some cases attributes were written to disk in a way that violated sorting rules.
241
+
NTFS: NTFSLogClient: WriteRestartRecord: Bugfix: attribute name table was not written.
242
+
NTFS: FileRecordHelper: Bugfix: Do not assume attribute fragments are sorted by LowestVCN when read from segments ordered by segment number.
243
+
NTFS: MasterFileTable: AllocateReservedFileRecordSegment: Throw NotSupportedException instead of DiskFullException if all reserved file record segments have been exhausted.
244
+
NTFS: Added LogFileData to ContentType enum.
245
+
NTFS: NTFSVolumeCreator: Added Format method overload.
246
+
NTFS: LogFile: Throw InvalidDataException if LfsRecord LSN points to an uninitialized page.
247
+
NTFS: ResidentAttributeRecord: Bugfix: Data was not aligned to 8-byte boundary in some cases.
248
+
NTFS: ResidentAttributeRecord: Throw InvalidDataException if data is not aligned to 8-byte boundary.
249
+
NTFS: AttributeRecord: Throw InvalidDataException if attribute record is not aligned to 8-byte boundary.
250
+
NTFS: FileRecordSegment: Throw InvalidDataException if first attribute is not aligned to 8-byte boundary.
251
+
NTFS: NTFSVolume: Improved free space check before CreateFile and MoveFile.
252
+
NTFS: MasterFileTable: Extend: Use MaximumTransferSizeLBA when zeroing-out MFT Data extension.
253
+
NTFS: MasterFileTable: Increased MFT extend granularity to decrease MFT fragmentation.
254
+
NTFS: AttributeData: Extend: Bugfix: Attempted to write partial cluster that was not the last cluster when converting attribute to non-resident.
0 commit comments