diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:13:02 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:13:02 -0400 |
commit | e604635c8bea16f6177e6133eb3efbfb4a029ef6 (patch) | |
tree | d0d7237d58ee4200123701c61ffb35a88872c04c /fs/ntfs/ChangeLog | |
parent | a01ac532b519dc0e0b4d8bc4e12373e4e4cd1b1a (diff) |
NTFS: Improve scalability by changing the driver global spin lock in
fs/ntfs/aops.c::ntfs_end_buffer_async_read() to a bit spin lock
in the first buffer head of a page.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 029f856c56c0..32a4150ebcb2 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -86,6 +86,9 @@ ToDo/Notes: | |||
86 | - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case | 86 | - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case |
87 | where a concurrent truncate has truncated the runlist under our feet. | 87 | where a concurrent truncate has truncated the runlist under our feet. |
88 | - Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c. | 88 | - Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c. |
89 | - In fs/ntfs/aops.c::ntfs_end_buffer_async_read(), use a bit spin lock | ||
90 | in the first buffer head instead of a driver global spin lock to | ||
91 | improve scalability. | ||
89 | 92 | ||
90 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 93 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
91 | many bug fixes, cleanups, and enhancements... | 94 | many bug fixes, cleanups, and enhancements... |