From: willy@linux.intel.com (Matthew Wilcox)
Subject: [PULL REQUEST] NVM Express updates
Date: Fri, 6 Sep 2013 16:41:58 -0400 [thread overview]
Message-ID: <20130906204158.GB4668@linux.intel.com> (raw)
Hi Linus,
Please pull the NVMe tree.
The following changes since commit a2648ebb7ed69ef209d9c8a76fadeb3252d9a023:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs (2013-06-13 22:34:14 -0700)
are available in the git repository at:
git://git.infradead.org/users/willy/linux-nvme.git master
for you to fetch changes up to d82e8bfdef9afae83b894be49af4644d9ac3c359:
NVMe: Merge issue on character device bring-up (2013-09-06 16:26:58 -0400)
----------------------------------------------------------------
Keith Busch (12):
NVMe: Disk IO statistics
NVMe: Update nvme_id_power_state with latest spec
NVMe: Fix checkpatch issues
NVMe: Bring up cdev on set feature failure
NVMe: Disk stats for read/write commands only
NVMe: Group pci related actions in functions
NVMe: Separate queue alloc/free from create/delete
NVMe: Separate controller init from disk discovery
NVMe: Use normal shutdown
NVMe: Add pci suspend/resume driver callbacks
NVMe: Handle ioremap failure
NVMe: Merge issue on character device bring-up
Matthew Wilcox (6):
NVMe: Restructure MSI / MSI-X setup
NVMe: Return correct value from interrupt handler
NVMe: Remove "process_cq did something" message
NVMe: Call nvme_process_cq from submission path
NVMe: Split header file into user-visible and kernel-visible pieces
NVMe: Namespace IDs are unsigned
Tushar Behera (1):
NVMe: Use kzalloc instead of kmalloc+memset
drivers/block/nvme-core.c | 585 +++++++++++++++++++++++++++++++---------------
drivers/block/nvme-scsi.c | 24 +-
include/linux/nvme.h | 466 +-----------------------------------
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/nvme.h | 477 +++++++++++++++++++++++++++++++++++++
5 files changed, 895 insertions(+), 658 deletions(-)
create mode 100644 include/uapi/linux/nvme.h
WARNING: multiple messages have this Message-ID (diff)
From: Matthew Wilcox <willy@linux.intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PULL REQUEST] NVM Express updates
Date: Fri, 6 Sep 2013 16:41:58 -0400 [thread overview]
Message-ID: <20130906204158.GB4668@linux.intel.com> (raw)
Hi Linus,
Please pull the NVMe tree.
The following changes since commit a2648ebb7ed69ef209d9c8a76fadeb3252d9a023:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs (2013-06-13 22:34:14 -0700)
are available in the git repository at:
git://git.infradead.org/users/willy/linux-nvme.git master
for you to fetch changes up to d82e8bfdef9afae83b894be49af4644d9ac3c359:
NVMe: Merge issue on character device bring-up (2013-09-06 16:26:58 -0400)
----------------------------------------------------------------
Keith Busch (12):
NVMe: Disk IO statistics
NVMe: Update nvme_id_power_state with latest spec
NVMe: Fix checkpatch issues
NVMe: Bring up cdev on set feature failure
NVMe: Disk stats for read/write commands only
NVMe: Group pci related actions in functions
NVMe: Separate queue alloc/free from create/delete
NVMe: Separate controller init from disk discovery
NVMe: Use normal shutdown
NVMe: Add pci suspend/resume driver callbacks
NVMe: Handle ioremap failure
NVMe: Merge issue on character device bring-up
Matthew Wilcox (6):
NVMe: Restructure MSI / MSI-X setup
NVMe: Return correct value from interrupt handler
NVMe: Remove "process_cq did something" message
NVMe: Call nvme_process_cq from submission path
NVMe: Split header file into user-visible and kernel-visible pieces
NVMe: Namespace IDs are unsigned
Tushar Behera (1):
NVMe: Use kzalloc instead of kmalloc+memset
drivers/block/nvme-core.c | 585 +++++++++++++++++++++++++++++++---------------
drivers/block/nvme-scsi.c | 24 +-
include/linux/nvme.h | 466 +-----------------------------------
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/nvme.h | 477 +++++++++++++++++++++++++++++++++++++
5 files changed, 895 insertions(+), 658 deletions(-)
create mode 100644 include/uapi/linux/nvme.h
next reply other threads:[~2013-09-06 20:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-06 20:41 Matthew Wilcox [this message]
2013-09-06 20:41 ` [PULL REQUEST] NVM Express updates Matthew Wilcox
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=20130906204158.GB4668@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.