aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2004-07-02 12:56:43 +0100
committerAnton Altaparmakov <aia21@cantab.net>2004-07-02 12:56:43 +0100
commit639b1a19248ed0aeb364f64fecbd24042a559bac (patch)
tree2a10328c9e6ce60e1f1f09869779ca914aa0ad42 /Documentation
parentdb14fecd15cf13f1036ab8dba267266b201243b1 (diff)
downloadhistory-639b1a19248ed0aeb364f64fecbd24042a559bac.tar.gz
NTFS: 2.1.15 - Implement fs/ntfs/aops.c::ntfs_write_mst_block() which
enables the writing of page cache pages belonging to mst protected attributes like the index allocation attribute in directory indices and other indices like $Quota/$Q, etc. This means that the quota is now marked out of date on all volumes rather than only on ones where the quota defaults entry is in the index root attribute of the $Quota/$Q index. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/ntfs.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt
index 018ec9693dd867..200862dd64ae88 100644
--- a/Documentation/filesystems/ntfs.txt
+++ b/Documentation/filesystems/ntfs.txt
@@ -273,6 +273,10 @@ ChangeLog
Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog.
+2.1.15:
+ - Invalidate quotas when (re)mounting read-write.
+ NOTE: This now only leave user space journalling on the side. (See
+ note for version 2.1.13, below.)
2.1.14:
- Fix an NFSd caused deadlock reported by several users.
2.1.13: