public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ed Cashin <ecashin@coraid.com>
To: akpm@linux-foundation.org
Cc: ecashin@coraid.com, linux-kernel@vger.kernel.org
Subject: [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60
Date: Mon, 15 Oct 2012 18:40:33 -0700	[thread overview]
Message-ID: <cover.1350331035.git.ecashin@coraid.com> (raw)

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(-)


             reply	other threads:[~2012-10-16  1:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16  1:40 Ed Cashin [this message]
2012-10-16  1:40 ` [PATCH 1/9] aoe: describe the behavior of the "err" character device Ed Cashin
2012-10-16  1:42 ` [PATCH 2/9] aoe: print warning regarding a common reason for dropped transmits Ed Cashin
2012-10-17 22:09   ` Andrew Morton
2012-10-16  1:44 ` [PATCH 3/9] aoe: update cap on outstanding commands based on config query response Ed Cashin
2012-10-16  1:46 ` [PATCH 4/9] aoe: support the forgetting (flushing) of a user-specified AoE target Ed Cashin
2012-10-16  1:48 ` [PATCH 5/9] aoe: support larger I/O requests via aoe_maxsectors module param Ed Cashin
2012-10-16  1:50 ` [PATCH 6/9] aoe: "payload" sysfs file exports per-AoE-command data transfer size Ed Cashin
2012-10-16  1:52 ` [PATCH 7/9] aoe: cleanup: remove unused ata_scnt function Ed Cashin
2012-10-16  1:54 ` [PATCH 8/9] aoe: whitespace cleanup Ed Cashin
2012-10-16  1:56 ` [PATCH 9/9] aoe: update driver-internal version number to 60 Ed Cashin
  -- strict thread matches above, loose matches on Subject: below --
2012-10-18  1:43 [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60 Ed Cashin

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=cover.1350331035.git.ecashin@coraid.com \
    --to=ecashin@coraid.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox