diff options
author | Anton Altaparmakov <aia21@hera.kernel.org> | 2006-03-23 17:08:12 +0000 |
---|---|---|
committer | Anton Altaparmakov <aia21@hera.kernel.org> | 2006-03-23 17:08:12 +0000 |
commit | b425c8c5922562c562dc55a636c3c8d758ed6d17 (patch) | |
tree | 3dba4faa78f1bbe4be503275173e3a63b5d60f22 /Documentation | |
parent | a05ba4561fa3ad8b64a27577d0d38c190f60f762 (diff) | |
parent | 92fe7b9ea8ef101bff3c75ade89b93b5f62a7955 (diff) |
Merge branch 'master' of git://imp.csi.cam.ac.uk/home/src/ntfs-2.6-devel/
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt index 251168587899..638cbd3d2b00 100644 --- a/Documentation/filesystems/ntfs.txt +++ b/Documentation/filesystems/ntfs.txt @@ -457,6 +457,11 @@ ChangeLog Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. +2.1.27: + - Implement page migration support so the kernel can move memory used + by NTFS files and directories around for management purposes. + - Add support for writing to sparse files created with Windows XP SP2. + - Many minor improvements and bug fixes. 2.1.26: - Implement support for sector sizes above 512 bytes (up to the maximum supported by NTFS which is 4096 bytes). |