summaryrefslogtreecommitdiff
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-09-08 21:01:17 +0100
committerAnton Altaparmakov <aia21@cantab.net>2005-09-08 21:01:17 +0100
commit807c453de7c5487d2e5eece76bafdea8f39d249e (patch)
tree3930ef9ddf9c754517bef4c6cf9969d888300ecd /fs/ntfs/ChangeLog
parent2983d1bd1a596e88cdddc0c2d45b9e97728f3f41 (diff)
downloadlinux-3.10-807c453de7c5487d2e5eece76bafdea8f39d249e.tar.gz
linux-3.10-807c453de7c5487d2e5eece76bafdea8f39d249e.tar.bz2
linux-3.10-807c453de7c5487d2e5eece76bafdea8f39d249e.zip
NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident().
Also, add BUG() checks to ntfs_attr_make_non_resident() and ntfs_attr_set() to ensure that these functions are never called for compressed or encrypted attributes. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 1d1dcab3902..b0cc43bd297 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -66,6 +66,10 @@ ToDo/Notes:
return LCN_ENOENT when there is no runlist and the allocated size is
zero.
- Fix load_attribute_list() to handle the case of a NULL runlist.
+ - Fix handling of sparse attributes in ntfs_attr_make_non_resident().
+ - Add BUG() checks to ntfs_attr_make_non_resident() and ntfs_attr_set()
+ to ensure that these functions are never called for compressed or
+ encrypted attributes.
2.1.23 - Implement extension of resident files and make writing safe as well as
many bug fixes, cleanups, and enhancements...