From: Fengguang Wu <wfg@mail.ustc.edu.cn>
To: Jens Axboe <axboe@suse.de>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
Nick Piggin <nickpiggin@yahoo.com.au>,
Lubos Lunak <l.lunak@suse.cz>,
Fengguang Wu <wfg@mail.ustc.edu.cn>
Subject: [PATCH 0/7] [RFC] iosched: make a difference between read/readahead requests
Date: Sun, 25 Jun 2006 15:10:36 +0800 [thread overview]
Message-ID: <351162244.30759@ustc.edu.cn> (raw)
Message-ID: <20060625071036.241325936@localhost.localdomain> (raw)
Hi Jens,
This patchset does two jobs:
1) do io schedule differently on READ/READA requests.
- to help improve I/O latency and throughput
2) do notification/action on READA => READ events
- to make the elevators better informed
- to prevent the priority inversion problem
- also brings some CPU overheads(*)
(*) Most overheads should be in functions deadline_kick_page() and
deadline_add_drq_fifo(). Optimizations should be possible.
The features are required when one is doing a lot of fadvise(WILLNEED) calls,
and do not want to interfere with normal I/Os. Servers that serve lots of
concurrent clients would benifit a lot, too.
The patches come in two groups:
1) explicitly schedule READA requests
Note: currently only the deadline elevator is touched.
[PATCH 1/7] iosched: introduce WRITEA
[PATCH 2/7] iosched: introduce parameter deadline.reada_expire
[PATCH 3/7] iosched: introduce deadline_add_drq_fifo()
[PATCH 4/7] iosched: submit READA requests on possible readahead code path
2) notify/act on pending reads
Naming issue: how about pending_read/need_page/... for kick_page?
[PATCH 5/7] iosched: introduce elv_kick_page()
[PATCH 6/7] iosched: run elv_kick_page() on sync read
[PATCH 7/7] iosched: introduce deadline_kick_page()
Any comments are welcome, thanks.
Fengguang Wu
--
Dept. Automation University of Science and Technology of China
next reply other threads:[~2006-06-24 15:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-25 7:10 Fengguang Wu [this message]
2006-06-25 7:10 ` [PATCH 0/7] [RFC] iosched: make a difference between read/readahead requests Fengguang Wu
2006-06-25 7:10 ` [PATCH 1/7] iosched: introduce WRITEA Fengguang Wu
2006-06-25 7:10 ` Fengguang Wu
2006-06-25 7:10 ` [PATCH 2/7] iosched: introduce parameter deadline.reada_expire Fengguang Wu
2006-06-25 7:10 ` Fengguang Wu
2006-06-25 7:10 ` [PATCH 3/7] iosched: introduce deadline_add_drq_fifo() Fengguang Wu
2006-06-25 7:10 ` Fengguang Wu
2006-06-25 7:10 ` [PATCH 6/7] iosched: run elv_kick_page() on sync read Fengguang Wu
2006-06-25 7:10 ` Fengguang Wu
-- strict thread matches above, loose matches on Subject: below --
2006-06-24 8:20 [PATCH 0/7] [RFC] iosched: make a difference between read/readahead requests Fengguang Wu
2006-06-24 8:20 ` Fengguang Wu
2006-06-24 2:03 Fengguang Wu
2006-06-24 2:03 ` Fengguang Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=351162244.30759@ustc.edu.cn \
--to=wfg@mail.ustc.edu.cn \
--cc=akpm@osdl.org \
--cc=axboe@suse.de \
--cc=l.lunak@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=nickpiggin@yahoo.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.