summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/disk_io_performance.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:06 +0100
commitdf9240e4cc7c8755fa5f2a2d62cc6f3c2dd47a44 (patch)
treee905cb82ea916c84f90ba3ed49818b86c441508f /community/gsoc/project_ideas/disk_io_performance.mdwn
parent8a9a866c21138bbfc8373f418645f63e54d696be (diff)
Revert "update for rename of open_issues/performance/io_system/clustered_page_faults.mdwn to service_solahart_jakarta_selatan__082122541663/performance/io_system/clustered_page_faults.mdwn"
This reverts commit 2685da3bc278693095957277ab145e69e7d33421.
Diffstat (limited to 'community/gsoc/project_ideas/disk_io_performance.mdwn')
-rw-r--r--community/gsoc/project_ideas/disk_io_performance.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/disk_io_performance.mdwn b/community/gsoc/project_ideas/disk_io_performance.mdwn
index 0d793845..8a4025b2 100644
--- a/community/gsoc/project_ideas/disk_io_performance.mdwn
+++ b/community/gsoc/project_ideas/disk_io_performance.mdwn
@@ -20,7 +20,7 @@ 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|service_solahart_jakarta_selatan__082122541663/performance/io_system/clustered_page_faults]]; and
+[[reading/writing multiple blocks at once|open_issues/performance/io_system/clustered_page_faults]]; and
[[open_issues/performance/io_system/read-ahead]]. The
[[ext2_filesystem_server|hurd/translator/ext2fs]] might also need some
optimizations at a higher logical level.