diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 10:28:56 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 10:28:56 -0400 |
commit | 3f2faef00c6af17542ea8672ed7d09367222b2d0 (patch) | |
tree | 8b5cf2d76f2af684988d79b04e21ae92aaea8711 /fs/ntfs/ChangeLog | |
parent | 38b22b6e9f46ab8f73ef5734f0e0a000766a9258 (diff) |
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
is active on the volume and we are mounting read-write or remounting
from read-only to read-write.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index cb86140aa2a3..08c8c04b0216 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -1,6 +1,5 @@ | |||
1 | ToDo/Notes: | 1 | ToDo/Notes: |
2 | - Find and fix bugs. | 2 | - Find and fix bugs. |
3 | - Checkpoint or disable the user space journal ($UsnJrnl). | ||
4 | - In between ntfs_prepare/commit_write, need exclusion between | 3 | - In between ntfs_prepare/commit_write, need exclusion between |
5 | simultaneous file extensions. This is given to us by holding i_sem | 4 | simultaneous file extensions. This is given to us by holding i_sem |
6 | on the inode. The only places in the kernel when a file is resized | 5 | on the inode. The only places in the kernel when a file is resized |
@@ -119,6 +118,9 @@ ToDo/Notes: | |||
119 | - Use C99 style structure initialization after memory allocation where | 118 | - Use C99 style structure initialization after memory allocation where |
120 | possible (fs/ntfs/{attrib.c,index.c,super.c}). Thanks to Al Viro and | 119 | possible (fs/ntfs/{attrib.c,index.c,super.c}). Thanks to Al Viro and |
121 | Pekka Enberg. | 120 | Pekka Enberg. |
121 | - Stamp the transaction log ($UsnJrnl), aka user space journal, if it | ||
122 | is active on the volume and we are mounting read-write or remounting | ||
123 | from read-only to read-write. | ||
122 | 124 | ||
123 | 2.1.22 - Many bug and race fixes and error handling improvements. | 125 | 2.1.22 - Many bug and race fixes and error handling improvements. |
124 | 126 | ||