commit | 1634906fde3140db973950ef4b0ed53a6767375e | [log] [tgz] |
---|---|---|
author | Tatyana Brokhman <tlinder@codeaurora.org> | Thu Sep 20 10:46:10 2012 +0300 |
committer | Tatyana Brokhman <tlinder@codeaurora.org> | Thu Sep 20 10:46:10 2012 +0300 |
tree | 7444cd04c3cdc62071346ea57ddd55c4557038fd | |
parent | 540140e73ec7228e2e6a93126673c270a065dec6 [diff] |
block: Adding ROW scheduling algorithm This patch adds the implementation of a new scheduling algorithm - ROW. The policy of this algorithm is to prioritize READ requests over WRITE as much as possible without starving the WRITE requests. Change-Id: I4ed52ea21d43b0e7c0769b2599779a3d3869c519 Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>