diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:06 +0100 |
commit | df9240e4cc7c8755fa5f2a2d62cc6f3c2dd47a44 (patch) | |
tree | e905cb82ea916c84f90ba3ed49818b86c441508f /community | |
parent | 8a9a866c21138bbfc8373f418645f63e54d696be (diff) | |
download | web-df9240e4cc7c8755fa5f2a2d62cc6f3c2dd47a44.tar.gz web-df9240e4cc7c8755fa5f2a2d62cc6f3c2dd47a44.tar.bz2 web-df9240e4cc7c8755fa5f2a2d62cc6f3c2dd47a44.zip |
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')
-rw-r--r-- | community/gsoc/project_ideas/disk_io_performance.mdwn | 2 |
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. |