diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index b40c334e616f..9d42393c16c0 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -63,6 +63,15 @@ ToDo/Notes: | |||
63 | - Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in | 63 | - Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in |
64 | the creation of the unmapped runlist element for the base attribute | 64 | the creation of the unmapped runlist element for the base attribute |
65 | extent. | 65 | extent. |
66 | - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking | ||
67 | helper ntfs_map_runlist_nolock() which is used by ntfs_map_runlist(). | ||
68 | This allows us to map runlist fragments with the runlist lock already | ||
69 | held without having to drop and reacquire it around the call. Adapt | ||
70 | all callers. | ||
71 | - Change ntfs_find_vcn() to ntfs_find_vcn_nolock() which takes a locked | ||
72 | runlist. This allows us to find runlist elements with the runlist | ||
73 | lock already held without having to drop and reacquire it around the | ||
74 | call. Adapt all callers. | ||
66 | 75 | ||
67 | 2.1.22 - Many bug and race fixes and error handling improvements. | 76 | 2.1.22 - Many bug and race fixes and error handling improvements. |
68 | 77 | ||