All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] aoe: avoid running request handler on plugged queue
@ 2012-11-08 16:29 Ed Cashin, Ed Cashin
  2012-11-08 16:32 ` [PATCH 2/8] aoe: provide ATA identify device content to user on request Ed Cashin, Ed Cashin
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Ed Cashin, Ed Cashin @ 2012-11-08 16:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, axboe, ecashin

Signed-off-by: Ed Cashin <ecashin@coraid.com>
---
 drivers/block/aoe/aoecmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c
index c491fba..3ce01f6 100644
--- a/drivers/block/aoe/aoecmd.c
+++ b/drivers/block/aoe/aoecmd.c
@@ -925,7 +925,7 @@ aoe_end_request(struct aoedev *d, struct request *rq, int fastfail)
 
 	/* cf. http://lkml.org/lkml/2006/10/31/28 */
 	if (!fastfail)
-		q->request_fn(q);
+		__blk_run_queue(q);
 }
 
 static void
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [PATCH 0/8] aoe: improved network congestion handling from v60 to v64+
@ 2012-11-09  0:14 Ed Cashin, Ed Cashin
  2012-11-09  0:17 ` [PATCH 1/8] aoe: avoid running request handler on plugged queue Ed Cashin, Ed Cashin
  0 siblings, 1 reply; 14+ messages in thread
From: Ed Cashin, Ed Cashin @ 2012-11-09  0:14 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, ecashin

This patch series is based on linux-next/akpm from 8 Nov, commit
db3846344ad57222.

Ed L. Cashin (8):
  aoe: avoid running request handler on plugged queue
  aoe: provide ATA identify device content to user on request
  aoe: improve network congestion handling
  aoe: err device: include MAC addresses for unexpected responses
  aoe: manipulate aoedev network stats under lock
  aoe: use high-resolution RTTs with fallback to low-res
  aoe: commands in retransmit queue use new destination on failure
  aoe: update driver-internal version to 64+

 drivers/block/aoe/aoe.h    |   24 +++-
 drivers/block/aoe/aoeblk.c |   30 ++++
 drivers/block/aoe/aoecmd.c |  317 +++++++++++++++++++++++++++++++-------------
 drivers/block/aoe/aoedev.c |   38 ++++--
 4 files changed, 296 insertions(+), 113 deletions(-)


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

end of thread, other threads:[~2012-11-09  7:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08 16:29 [PATCH 1/8] aoe: avoid running request handler on plugged queue Ed Cashin, Ed Cashin
2012-11-08 16:32 ` [PATCH 2/8] aoe: provide ATA identify device content to user on request Ed Cashin, Ed Cashin
2012-11-09  0:40   ` Jeff Garzik
2012-11-09  2:10     ` Ed Cashin
2012-11-08 16:34 ` [PATCH 3/8] aoe: improve network congestion handling Ed Cashin, Ed Cashin
2012-11-08 16:42 ` [PATCH 4/8] aoe: err device: include MAC addresses for unexpected responses Ed Cashin, Ed Cashin
2012-11-08 16:44 ` [PATCH 5/8] aoe: manipulate aoedev network stats under lock Ed Cashin, Ed Cashin
2012-11-08 16:46 ` [PATCH 6/8] aoe: use high-resolution RTTs with fallback to low-res Ed Cashin, Ed Cashin
2012-11-08 16:48 ` [PATCH 7/8] aoe: commands in retransmit queue use new destination on failure Ed Cashin, Ed Cashin
2012-11-08 16:50 ` [PATCH 8/8] aoe: update driver-internal version to 64+ Ed Cashin, Ed Cashin
2012-11-08 19:26 ` [PATCH 1/8] aoe: avoid running request handler on plugged queue Andrew Morton
2012-11-08 19:32   ` Ed Cashin
  -- strict thread matches above, loose matches on Subject: below --
2012-11-09  0:14 [PATCH 0/8] aoe: improved network congestion handling from v60 to v64+ Ed Cashin, Ed Cashin
2012-11-09  0:17 ` [PATCH 1/8] aoe: avoid running request handler on plugged queue Ed Cashin, Ed Cashin
2012-11-09  7:31   ` Jens Axboe

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.