diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt index 1415b96ed491..eef4aca0c753 100644 --- a/Documentation/filesystems/ntfs.txt +++ b/Documentation/filesystems/ntfs.txt | |||
@@ -451,9 +451,12 @@ Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. | |||
451 | - Implement extension of resident files using the normal file write | 451 | - Implement extension of resident files using the normal file write |
452 | code paths, i.e. most very small files can be extended to be a little | 452 | code paths, i.e. most very small files can be extended to be a little |
453 | bit bigger but not by much. | 453 | bit bigger but not by much. |
454 | - Add new mount option "disable_sparse". (See list of mount options | ||
455 | above for details.) | ||
454 | - Improve handling of ntfs volumes with errors and strange boot sectors | 456 | - Improve handling of ntfs volumes with errors and strange boot sectors |
455 | in particular. | 457 | in particular. |
456 | - Fix various bugs. | 458 | - Fix various bugs including a nasty deadlock that appeared in recent |
459 | kernels (around 2.6.11-2.6.12 timeframe). | ||
457 | 2.1.22: | 460 | 2.1.22: |
458 | - Improve handling of ntfs volumes with errors. | 461 | - Improve handling of ntfs volumes with errors. |
459 | - Fix various bugs and race conditions. | 462 | - Fix various bugs and race conditions. |