linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/2] Adding support for urgent requests handling
@ 2012-09-16  9:06 Tatyana Brokhman
  2012-09-16  9:06 ` [RFC/PATCH 1/2] block: Add support for reinsert a dispatched req Tatyana Brokhman
  2012-09-16  9:06 ` [RFC/PATCH 2/2] block: Add API for urgent request handling Tatyana Brokhman
  0 siblings, 2 replies; 3+ messages in thread
From: Tatyana Brokhman @ 2012-09-16  9:06 UTC (permalink / raw)
  To: axboe; +Cc: linux-mmc, linux-arm-msm, Tatyana Brokhman

This patch set adds support in block & elevator layers for handling
urgent requests.
Urgent request notification passed to underlying driver (eMMC for
example) and causes interruption of low priority current request in
order to execute the urgent one.
The interrupted request is inserted back to the scheduler's internal
data structures.

Tatyana Brokhman (2):
  block: Add support for reinsert a dispatched req
  block: Add API for urgent request handling

 block/blk-core.c         |   68 ++++++++++++++++++++++++++++++++++++++++++++-
 block/blk-settings.c     |   12 ++++++++
 block/blk.h              |   11 +++++++
 block/elevator.c         |   34 +++++++++++++++++++++++
 include/linux/blkdev.h   |    6 ++++
 include/linux/elevator.h |    8 +++++
 6 files changed, 137 insertions(+), 2 deletions(-)

-- 
1.7.6
--
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. 
Is a member of Code Aurora Forum, hosted by the Linux Foundation


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-16  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16  9:06 [RFC/PATCH 0/2] Adding support for urgent requests handling Tatyana Brokhman
2012-09-16  9:06 ` [RFC/PATCH 1/2] block: Add support for reinsert a dispatched req Tatyana Brokhman
2012-09-16  9:06 ` [RFC/PATCH 2/2] block: Add API for urgent request handling Tatyana Brokhman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).