Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] NVMe driver updates for 3.16
@ 2014-06-15 10:28 Matthew Wilcox
  2014-06-15 15:17 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2014-06-15 10:28 UTC (permalink / raw)



Hi Linus,

Mostly bugfixes again for the NVMe driver.  I'd like to call out the
exported tracepoint in the block layer; I believe Keith has cleared this
with Jens.  We've had a few reports from people who're really pounding
on NVMe devices at scale, hence the timeout changes (and new module
parameters), hotplug cpu deadlock, tracepoints, and minor performance
tweaks.

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.infradead.org/users/willy/linux-nvme.git 

for you to fetch changes up to b8e080847a7292347a3eee76264f77e4abcb61f7:

  NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. (2014-06-13 13:11:00 -0400)

----------------------------------------------------------------
Dan McLeran (1):
      NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.

Dimitri John Ledkov (1):
      NVMe: Update namespace and controller identify structures to the 1.1a spec

Indraneel Mukherjee (1):
      NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)

Keith Busch (9):
      NVMe: Protect against badly formatted CQEs
      NVMe: Add tracepoints
      NVMe: Configure support for block flush
      NVMe: Flush with data support
      NVMe: Make iod bio timeout a parameter
      NVMe: Make admin timeout a module parameter
      NVMe: Fix nvme get/put queue semantics
      NVMe: Use last bytes of f/w rev SCSI Inquiry
      NVMe: Fix hot cpu notification dead lock

Matthew Wilcox (8):
      NVMe: Update copyright headers
      NVMe: Improve error messages
      NVMe: Enable BUILD_BUG_ON checks
      NVMe: Update data structures for NVMe 1.2
      NVMe: Delete NVME_GET_FEAT_TEMP_THRESH
      NVMe: Rename io_timeout to nvme_io_timeout
      NVMe: Define Log Page constants
      NVMe: Use Log Page constants in SCSI emulation

Sam Bradshaw (1):
      NVMe: Adhere to request queue block accounting enable/disable

Santosh Y (1):
      NVMe: Prevent possible NULL pointer dereference

 block/blk-core.c          |   1 +
 drivers/block/nvme-core.c | 203 ++++++++++++++++++++++++++++++----------------
 drivers/block/nvme-scsi.c |  36 ++++----
 include/linux/nvme.h      |  14 ++--
 include/uapi/linux/nvme.h |  50 +++++++++---
 5 files changed, 194 insertions(+), 110 deletions(-)

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

* [PULL REQUEST] NVMe driver updates for 3.16
  2014-06-15 10:28 [PULL REQUEST] NVMe driver updates for 3.16 Matthew Wilcox
@ 2014-06-15 15:17 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2014-06-15 15:17 UTC (permalink / raw)


On 2014-06-15 04:28, Matthew Wilcox wrote:
>
> Hi Linus,
>
> Mostly bugfixes again for the NVMe driver.  I'd like to call out the
> exported tracepoint in the block layer; I believe Keith has cleared this
> with Jens.

I believe he has not, I haven't seen that patch before (otherwise it 
should have had an ack). But it's not deal, we just have to remember to 
undo it when the blk-mq conversion goes in.

-- 
Jens Axboe

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

end of thread, other threads:[~2014-06-15 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 10:28 [PULL REQUEST] NVMe driver updates for 3.16 Matthew Wilcox
2014-06-15 15:17 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox