From: willy@linux.intel.com (Matthew Wilcox)
Subject: [PATCH v3 0/3] NVMe: Add support for SG_IO
Date: Wed, 27 Mar 2013 21:17:17 -0400 [thread overview]
Message-ID: <20130328011717.GJ4671@linux.intel.com> (raw)
In-Reply-To: <1362447658-25695-1-git-send-email-vishal.l.verma@intel.com>
On Mon, Mar 04, 2013@06:40:55PM -0700, Vishal Verma wrote:
> These patches allow the nvme driver to handle the SG_IO ioctl.
> Applications may send any supported SCSI Command through the
> SG_IO framework. The supported command list as well as the
> translation reference is available on www.nvmexpress.org
>
> Vishal Verma (3):
> NVMe: Rename nvme.c to nvme-core.c
> NVMe: Move dev, ns, iod structs to nvme.c
> NVMe: Add nvme-scsi.c
I ended up modifying these patche before committing them.
- I split out the addition of the format command into its own patch.
It's significant enough to be worth doing separately.
- The comment on nvme_free_iod() was part of the second patch instead of
the final patch, for some reason.
- I moved the additions to the nvme_ns data structure to the final patch
(was part of the second patch).
- Instead of storing the vendor_id from the identify result, just use the
pci_dev's ->vendor element.
Hope I didn't break anything in the process :-)
prev parent reply other threads:[~2013-03-28 1:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 1:40 [PATCH v3 0/3] NVMe: Add support for SG_IO Vishal Verma
2013-03-05 1:40 ` [PATCH v3 1/3] NVMe: Rename nvme.c to nvme-core.c Vishal Verma
2013-03-05 1:40 ` [PATCH v3 2/3] NVMe: Move dev, ns, iod structs to nvme.c Vishal Verma
2013-03-05 1:40 ` [PATCH v3 3/3] NVMe: Add nvme-scsi.c Vishal Verma
2013-03-28 1:17 ` Matthew Wilcox [this message]
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=20130328011717.GJ4671@linux.intel.com \
--to=willy@linux.intel.com \
/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 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.