diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2006-02-24 05:32:33 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-02-24 05:32:33 -0500 |
commit | 78af34f03d33d2ba179c9d35685860170b94a285 (patch) | |
tree | dc41d99f07193a581e7dd3734671c3854aa185eb /fs/ntfs/ChangeLog | |
parent | 7b875affd49fbc8978a1a898a0a80ebfff11f8c6 (diff) |
NTFS: Implement support for sector sizes above 512 bytes (up to the maximum
supported by NTFS which is 4096 bytes).
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 4a62201e8441..e66b4ac2fade 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -21,8 +21,14 @@ ToDo/Notes: | |||
21 | 21 | ||
22 | 2.1.26 - Minor bug fixes and updates. | 22 | 2.1.26 - Minor bug fixes and updates. |
23 | 23 | ||
24 | - Fix a potential overflow in file.c where a cast to s64 was missing in | ||
25 | a left shift of a page index. | ||
26 | - The struct inode has had its i_sem semaphore changed to a mutex named | ||
27 | i_mutex. | ||
24 | - We have struct kmem_cache now so use it instead of the typedef | 28 | - We have struct kmem_cache now so use it instead of the typedef |
25 | kmem_cache_t. (Pekka Enberg) | 29 | kmem_cache_t. (Pekka Enberg) |
30 | - Implement support for sector sizes above 512 bytes (up to the maximum | ||
31 | supported by NTFS which is 4096 bytes). | ||
26 | - Miscellaneous updates to layout.h. | 32 | - Miscellaneous updates to layout.h. |
27 | - Cope with attribute list attribute having invalid flags. Windows | 33 | - Cope with attribute list attribute having invalid flags. Windows |
28 | copes with this and even chkdsk does not detect or fix this so we | 34 | copes with this and even chkdsk does not detect or fix this so we |