diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-02-03 07:02:56 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 05:53:01 -0400 |
commit | c002f42543e155dd2b5b5039ea2637ab26c82513 (patch) | |
tree | ea408493d2e0e9096166ab39a8657689c15c7dfa /fs/ntfs/ChangeLog | |
parent | f40661be038ce6ed9ef6a8b80307a9153bd95769 (diff) |
NTFS: - Add disable_sparse mount option together with a per volume sparse
enable bit which is set appropriately and a per inode sparse disable
bit which is preset on some system file inodes as appropriate.
- Enforce that sparse support is disabled on NTFS volumes pre 3.0.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 8a249df2b5c2..3f78fff45448 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -56,6 +56,10 @@ ToDo/Notes: | |||
56 | this only works until the data attribute becomes too big for the mft | 56 | this only works until the data attribute becomes too big for the mft |
57 | record after which we abort the write returning -EOPNOTSUPP from | 57 | record after which we abort the write returning -EOPNOTSUPP from |
58 | ntfs_prepare_write(). | 58 | ntfs_prepare_write(). |
59 | - Add disable_sparse mount option together with a per volume sparse | ||
60 | enable bit which is set appropriately and a per inode sparse disable | ||
61 | bit which is preset on some system file inodes as appropriate. | ||
62 | - Enforce that sparse support is disabled on NTFS volumes pre 3.0. | ||
59 | 63 | ||
60 | 2.1.22 - Many bug and race fixes and error handling improvements. | 64 | 2.1.22 - Many bug and race fixes and error handling improvements. |
61 | 65 | ||
@@ -1062,7 +1066,7 @@ tng-0.0.8 - 08/03/2002 - Now using BitKeeper, http://linux-ntfs.bkbits.net/ | |||
1062 | - Further runlist merging work. (Richard Russon) | 1066 | - Further runlist merging work. (Richard Russon) |
1063 | - Backwards compatibility for gcc-2.95. (Richard Russon) | 1067 | - Backwards compatibility for gcc-2.95. (Richard Russon) |
1064 | - Update to kernel 2.5.5-pre1 and rediff the now tiny patch. | 1068 | - Update to kernel 2.5.5-pre1 and rediff the now tiny patch. |
1065 | - Convert to new file system declaration using ->ntfs_get_sb() and | 1069 | - Convert to new filesystem declaration using ->ntfs_get_sb() and |
1066 | replacing ntfs_read_super() with ntfs_fill_super(). | 1070 | replacing ntfs_read_super() with ntfs_fill_super(). |
1067 | - Set s_maxbytes to MAX_LFS_FILESIZE to avoid page cache page index | 1071 | - Set s_maxbytes to MAX_LFS_FILESIZE to avoid page cache page index |
1068 | overflow on 32-bit architectures. | 1072 | overflow on 32-bit architectures. |
@@ -1358,7 +1362,7 @@ tng-0.0.1 - The first useful version. | |||
1358 | The driver is now actually useful! Yey. (-: It undoubtedly has got bugs | 1362 | The driver is now actually useful! Yey. (-: It undoubtedly has got bugs |
1359 | though and it doesn't implement accesssing compressed files yet. Also, | 1363 | though and it doesn't implement accesssing compressed files yet. Also, |
1360 | accessing files with attribute list attributes is not implemented yet | 1364 | accessing files with attribute list attributes is not implemented yet |
1361 | either. But for small or simple file systems it should work and allow | 1365 | either. But for small or simple filesystems it should work and allow |
1362 | you to list directories, use stat on directory entries and the file | 1366 | you to list directories, use stat on directory entries and the file |
1363 | system, open, read, mmap and llseek around in files. A big mile stone | 1367 | system, open, read, mmap and llseek around in files. A big mile stone |
1364 | has been reached! | 1368 | has been reached! |
@@ -1366,7 +1370,7 @@ tng-0.0.1 - The first useful version. | |||
1366 | tng-0.0.0 - Initial version tag. | 1370 | tng-0.0.0 - Initial version tag. |
1367 | 1371 | ||
1368 | Initial driver implementation. The driver can mount and umount simple | 1372 | Initial driver implementation. The driver can mount and umount simple |
1369 | NTFS file systems (i.e. ones without attribute lists in the system | 1373 | NTFS filesystems (i.e. ones without attribute lists in the system |
1370 | files). If the mount fails there might be problems in the error handling | 1374 | files). If the mount fails there might be problems in the error handling |
1371 | code paths, so be warned. Otherwise it seems to be loading the system | 1375 | code paths, so be warned. Otherwise it seems to be loading the system |
1372 | files nicely and the mft record read mapping/unmapping seems to be | 1376 | files nicely and the mft record read mapping/unmapping seems to be |