NVMe: Use user defined admin ioctl timeout
[pandora-kernel.git] / drivers / block / nvme-core.c
2013-05-09 Keith BuschNVMe: Use user defined admin ioctl timeout
2013-05-08 Matthew WilcoxNVMe: Only clear the enable bit when disabling controller
2013-05-08 Matthew WilcoxNVMe: Wait for device to acknowledge shutdown
2013-05-02 Keith BuschNVMe: Schedule timeout for sync commands
2013-05-02 Keith BuschNVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
2013-05-02 Keith BuschNVMe: Device specific stripe size handling
2013-05-02 Keith BuschNVMe: Split non-mergeable bio requests
2013-05-02 Keith BuschNVMe: Remove dead code in nvme_dev_add
2013-05-02 Keith BuschNVMe: Check for NULL memory in nvme_dev_add
2013-05-02 Keith BuschNVMe: Fix error clean-up on nvme_alloc_queue
2013-05-02 Keith BuschNVMe: Free admin queue on request_irq error
2013-05-01 Arjan van de VenNVMe: Set TASK_INTERRUPTIBLE before processing queues
2013-04-16 Keith BuschNVMe: Add a character device for each nvme device
2013-04-16 Matthew WilcoxNVMe: Fix endian-related problems in user I/O submissio...
2013-04-16 Matthew WilcoxNVMe: Fix I/O cancellation status on big-endian machines
2013-04-16 Matthew WilcoxNVMe: Don't fail initialisation unnecessarily
2013-04-16 Matthew WilcoxNVMe: Abstract out sector to block number conversion
2013-04-16 Arjan van de VenNVMe: Use round_jiffies_relative() for the periodic...
2013-03-28 Vishal VermaNVMe: Add nvme-scsi.c
2013-03-27 Vishal VermaNVMe: Add definitions for format command
2013-03-27 Vishal VermaNVMe: Move structures & definitions to header file
2013-03-26 Vishal VermaNVMe: Rename nvme.c to nvme-core.c