Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / drivers / nvme / host / core.c
2016-01-22 Linus TorvaldsMerge branch 'for-4.5/nvme' of git://git.kernel.dk...
2016-01-12 Keith BuschNVMe: Export NVMe attributes to sysfs group
2016-01-12 Keith BuschNVMe: Remove queue freezing on resets
2016-01-12 Christoph Hellwignvme: make SG_IO support optional
2016-01-12 Christoph Hellwignvme: fixes for NVME_IOCTL_IO_CMD on the char device
2016-01-12 Christoph Hellwignvme: synchronize access to ctrl->namespaces
2016-01-12 Sagi Grimbergnvme: Move nvme_freeze/unfreeze_queues to nvme core
2015-12-22 Keith BuschNVMe: Export namespace attributes to sysfs
2015-12-22 Christoph Hellwignvme: factor out a few helpers from req_completion
2015-12-22 Keith BuschNVMe: Simplify metadata setup
2015-12-22 Keith BuschNVMe: Remove device management handles on remove
2015-12-22 Keith BuschNVMe: Implement namespace list scanning
2015-12-22 Christoph Hellwignvme: switch abort_limit to an atomic_t
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