All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] NVMe driver updates for 3.15
@ 2014-04-11 14:09 Matthew Wilcox
  0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2014-04-11 14:09 UTC (permalink / raw)



Hi Linus,

Various updates to the NVMe driver.  The most user-visible change is
that drive hotplugging now works and CPU hotplug while an NVMe drive is
installed should also work better.

The following changes since commit dcb99fd9b08cfe1afe426af4d8d3cbc429190f15:

  Linux 3.14-rc7 (2014-03-16 18:51:24 -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 edd10d33283899fb15d99a290dcc9ceb3604ca78:

  NVMe: Retry failed commands with non-fatal errors (2014-04-10 17:11:59 -0400)

----------------------------------------------------------------
Dan McLeran (1):
      NVMe: Start-stop nvme_thread during device add-remove.

Jingoo Han (1):
      NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions

Keith Busch (9):
      NVMe: Initialize device reference count earlier
      NVMe: RCU protected access to io queues
      NVMe: IOCTL path RCU protect queue access
      NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds
      NVMe: per-cpu io queues
      NVMe: CPU hot plug notification
      NVMe: Make I/O timeout a module parameter
      NVMe: Add getgeo to block ops
      NVMe: Retry failed commands with non-fatal errors

Matthew Wilcox (1):
      NVMe: Replace DEFINE_PCI_DEVICE_TABLE

 drivers/block/nvme-core.c | 684 ++++++++++++++++++++++++++++++++--------------
 drivers/block/nvme-scsi.c |  43 +--
 include/linux/nvme.h      |  21 +-
 include/uapi/linux/nvme.h |   1 +
 4 files changed, 504 insertions(+), 245 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-11 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 14:09 [PULL REQUEST] NVMe driver updates for 3.15 Matthew Wilcox

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.