All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60
@ 2012-10-18  1:43 Ed Cashin
  2012-10-18  1:43 ` [PATCH 1/9] aoe: describe the behavior of the "err" character device Ed Cashin
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ed Cashin @ 2012-10-18  1:43 UTC (permalink / raw)
  To: akpm; +Cc: ecashin, linux-kernel

Change since first submission:

	Go ahead and use the __must_hold() annotation provided
	recently by Josh Triplett, already in mm.

This patch series is based on linux-next/akpm from 11 Oct.

Ed L. Cashin (9):
  aoe: describe the behavior of the "err" character device
  aoe: print warning regarding a common reason for dropped transmits
  aoe: update cap on outstanding commands based on config query
    response
  aoe: support the forgetting (flushing) of a user-specified AoE target
  aoe: support larger I/O requests via aoe_maxsectors module param
  aoe: "payload" sysfs file exports per-AoE-command data transfer size
  aoe: cleanup: remove unused ata_scnt function
  aoe: whitespace cleanup
  aoe: update driver-internal version number to 60

 drivers/block/aoe/aoe.h     |   10 ++++----
 drivers/block/aoe/aoeblk.c  |   19 ++++++++++++++++++
 drivers/block/aoe/aoechr.c  |    7 +++++-
 drivers/block/aoe/aoecmd.c  |   22 +++++++-------------
 drivers/block/aoe/aoedev.c  |   44 +++++++++++++++++++++++++++++++++++++-----
 drivers/block/aoe/aoemain.c |    2 +-
 drivers/block/aoe/aoenet.c  |   11 ++++++---
 7 files changed, 84 insertions(+), 31 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60
@ 2012-10-16  1:40 Ed Cashin
  0 siblings, 0 replies; 11+ messages in thread
From: Ed Cashin @ 2012-10-16  1:40 UTC (permalink / raw)
  To: akpm; +Cc: ecashin, linux-kernel

This patch series is based on linux-next/akpm from 11 Oct.

The patch that modifies aoenet.c:tx to print a warning does not affect
locking but nonetheless causes a new sparse context warning to appear.
Before a bug in sparse suppressed the warning.  We will soon be able
to use the new __must_hold() macro that now appears only in (not
linux-next/akpm but) mm, making the warning go away by telling sparse
that the tx function enters and exits with a lock held.

Ed L. Cashin (9):
  aoe: describe the behavior of the "err" character device
  aoe: print warning regarding a common reason for dropped transmits
  aoe: update cap on outstanding commands based on config query
    response
  aoe: support the forgetting (flushing) of a user-specified AoE target
  aoe: support larger I/O requests via aoe_maxsectors module param
  aoe: "payload" sysfs file exports per-AoE-command data transfer size
  aoe: cleanup: remove unused ata_scnt function
  aoe: whitespace cleanup
  aoe: update driver-internal version number to 60

 drivers/block/aoe/aoe.h     |   10 ++++----
 drivers/block/aoe/aoeblk.c  |   19 ++++++++++++++++++
 drivers/block/aoe/aoechr.c  |    7 +++++-
 drivers/block/aoe/aoecmd.c  |   22 +++++++-------------
 drivers/block/aoe/aoedev.c  |   44 +++++++++++++++++++++++++++++++++++++-----
 drivers/block/aoe/aoemain.c |    2 +-
 drivers/block/aoe/aoenet.c  |   15 ++++++++++---
 7 files changed, 88 insertions(+), 31 deletions(-)


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

end of thread, other threads:[~2012-10-18  1:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  1:43 [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60 Ed Cashin
2012-10-18  1:43 ` [PATCH 1/9] aoe: describe the behavior of the "err" character device Ed Cashin
2012-10-18  1:45 ` [PATCH 2/9] aoe: print warning regarding a common reason for dropped transmits Ed Cashin
2012-10-18  1:47 ` [PATCH 3/9] aoe: update cap on outstanding commands based on config query response Ed Cashin
2012-10-18  1:49 ` [PATCH 4/9] aoe: support the forgetting (flushing) of a user-specified AoE target Ed Cashin
2012-10-18  1:51 ` [PATCH 5/9] aoe: support larger I/O requests via aoe_maxsectors module param Ed Cashin
2012-10-18  1:53 ` [PATCH 6/9] aoe: "payload" sysfs file exports per-AoE-command data transfer size Ed Cashin
2012-10-18  1:55 ` [PATCH 7/9] aoe: cleanup: remove unused ata_scnt function Ed Cashin
2012-10-18  1:57 ` [PATCH 8/9] aoe: whitespace cleanup Ed Cashin
2012-10-18  1:59 ` [PATCH 9/9] aoe: update driver-internal version number to 60 Ed Cashin
  -- strict thread matches above, loose matches on Subject: below --
2012-10-16  1:40 [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60 Ed Cashin

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.