aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-06-25 11:31:27 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-06-25 11:31:27 -0400
commitca8fd7a0c6aa835e8014830b290cb965e85ac88e (patch)
tree504929d2a4beacb86fbc420c85f5c102f2a27fed /fs/ntfs/ChangeLog
parent9f993fe4634b39ca4404ba278053b03f360ec08a (diff)
NTFS: Detect the case when Windows has been suspended to disk on the volume
to be mounted and if this is the case do not allow (re)mounting read-write. This is done by parsing hiberfil.sys if present. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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