summaryrefslogtreecommitdiff
path: root/open_issues/performance/io_system.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/performance/io_system.mdwn')
-rw-r--r--open_issues/performance/io_system.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/open_issues/performance/io_system.mdwn b/open_issues/performance/io_system.mdwn
index dbf7012a..4af093ba 100644
--- a/open_issues/performance/io_system.mdwn
+++ b/open_issues/performance/io_system.mdwn
@@ -20,7 +20,8 @@ slow hard disk access.
The reason for this slowness is lack and/or bad implementation of common
optimization techniques, like scheduling reads and writes to minimize head
movement; effective block caching; effective reads/writes to partial blocks;
-reading/writing multiple blocks at once; and [[read-ahead]]. The
+[[reading/writing multiple blocks at once|clustered_page_faults]]; and
+[[read-ahead]]. The
[[ext2_filesystem_server|hurd/translator/ext2fs]] might also need some
optimizations at a higher logical level.