aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 59ecca4297bb..c089bf0c02ac 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -125,6 +125,9 @@ ToDo/Notes:
125 if the runlist was not mapped at all and a mapping error occured we 125 if the runlist was not mapped at all and a mapping error occured we
126 would leave the runlist locked on exit to the function so that the 126 would leave the runlist locked on exit to the function so that the
127 next access to the same file would try to take the lock and deadlock. 127 next access to the same file would try to take the lock and deadlock.
128 - Detect the case when Windows has been suspended to disk on the volume
129 to be mounted and if this is the case do not allow (re)mounting
130 read-write. This is done by parsing hiberfil.sys if present.
128 131
1292.1.22 - Many bug and race fixes and error handling improvements. 1322.1.22 - Many bug and race fixes and error handling improvements.
130 133