NVMe: Check returns from nvme_alloc_queue()
[linux-2.6-block.git] / drivers / block / nvme.c
2011-11-04 Matthew WilcoxNVMe: Check returns from nvme_alloc_queue()
2011-11-04 Matthew WilcoxNVMe: Remove 'node' from nvme_dev
2011-11-04 Matthew WilcoxNVMe: Read the model, serial & firmware rev from the...
2011-11-04 Matthew WilcoxNVMe: Add NVME_IOCTL_SUBMIT_IO
2011-11-04 Matthew WilcoxNVMe: Create nvme_map_user_pages() and nvme_unmap_user_...
2011-11-04 Matthew WilcoxNVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all...
2011-11-04 Matthew WilcoxNVMe: Zero the command before we send it
2011-11-04 Matthew WilcoxNVMe: Add nvme_setup_prps()
2011-11-04 Matthew WilcoxNVMe: Use PRP2 for the nvme_identify ioctl
2011-11-04 Matthew WilcoxNVMe: Fix admin IRQ claim on real hardware
2011-11-04 Matthew WilcoxNVMe: Rename 'cycle' to 'phase'
2011-11-04 Matthew WilcoxNVMe: Implement per-CPU queues
2011-11-04 Matthew WilcoxNVMe: Reduce set_queue_count arguments by one
2011-11-04 Matthew WilcoxNVMe: Factor out queue_request_irq()
2011-11-04 Matthew WilcoxNVMe: New driver