nvme: precedence bug in nvme_pr_clear()
[linux-2.6-block.git] / drivers / nvme / host / core.c
2015-12-09 Dan Carpenternvme: precedence bug in nvme_pr_clear()
2015-12-08 Arnd Bergmannnvme: fix another 32-bit build warning
2015-12-03 Keith Buschblk-integrity: empty implementation when disabled
2015-12-01 Christoph Hellwignvme: refactor set_queue_count
2015-12-01 Christoph Hellwignvme: move chardev and sysfs interface to common code
2015-12-01 Christoph Hellwignvme: move namespace scanning to common code
2015-12-01 Christoph Hellwignvme: add a common helper to read Identify Controller...
2015-12-01 Christoph Hellwignvme: move nvme_{enable,disable,shutdown}_ctrl to commo...
2015-12-01 Christoph Hellwignvme: move block_device_operations and ns/ctrl freeing...
2015-12-01 Keith Buschnvme: use the block layer for userspace passthrough...
2015-12-01 Christoph Hellwignvme: split __nvme_submit_sync_cmd
2015-12-01 Christoph Hellwignvme: split a new struct nvme_ctrl out of struct nvme_dev
2015-12-01 Christoph Hellwignvme: split command submission helpers out of pci.c