summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2011-11-04NVMe: Version 0.6Matthew Wilcox
2011-11-04NVMe: Add a few calling convention notesMatthew Wilcox
2011-11-04NVMe: Handle failures from memory allocations in nvme_setup_prpsMatthew Wilcox
2011-11-04NVMe: Use an IDA to allocate minor numbersMatthew Wilcox
2011-11-04NVMe: Add include of delay.h for msleepMatthew Wilcox
2011-11-04NVMe: Add support for timing out I/OsMatthew Wilcox
2011-11-04NVMe: Rename cancel_cmdid_data to cancel_cmdidMatthew Wilcox
2011-11-04NVMe: Fix bug in error handlingMatthew Wilcox
2011-11-04NVMe: Time out initialisation after a few secondsMatthew Wilcox
2011-11-04NVMe: Fix warning in free_irqMatthew Wilcox
2011-11-04NVMe: Correct the Controller Configuration settingsMatthew Wilcox
2011-11-04NVMe: Version 0.5Matthew Wilcox
2011-11-04NVMe: Change the definition of nvme_user_ioMatthew Wilcox
2011-11-04NVMe: Add compat_ioctlMatthew Wilcox
2011-11-04NVMe: Simplify queue lookupMatthew Wilcox
2011-11-04NVMe: Remove the kthread from the wait queueMatthew Wilcox
2011-11-04NVMe: Fix off-by-one when filling in PRP listsMatthew Wilcox
2011-11-04NVMe: Fix interpretation of 'Number of Namespaces' fieldMatthew Wilcox
2011-11-04NVMe: Remove outdated commentsMatthew Wilcox
2011-11-04NVMe: Fix comment formattingMatthew Wilcox
2011-11-04NVMe: Convert comments to kernel-doc notationMatthew Wilcox
2011-11-04NVMe: Version 0.4Matthew Wilcox
2011-11-04NVMe: Reduce maximum queue depth by 1Matthew Wilcox
2011-11-04NVMe: Fix discontiguous accessesMatthew Wilcox
2011-11-04NVMe: Handle bios that contain non-virtually contiguous addressesMatthew Wilcox
2011-11-04NVMe: Implement FlushMatthew Wilcox
2011-11-04NVMe: Mark CMD_CTX_CANCELLED as being unlikelyMatthew Wilcox
2011-11-04NVMe: Correct SQ doorbell semanticsMatthew Wilcox
2011-11-04NVMe: Let the kthread take care of devices earlierMatthew Wilcox
2011-11-04NVMe: Rename nr_queues to nr_io_queuesMatthew Wilcox
2011-11-04NVMe: Remove setting of 'flags' in rw commandMatthew Wilcox
2011-11-04NVMe: Release 0.3Matthew Wilcox
2011-11-04NVMe: Add a kthread to handle the congestion listMatthew Wilcox
2011-11-04NVMe: Handle failures differently in nvme_submit_bio_queue()Matthew Wilcox
2011-11-04NVMe: Handle physical merging of bvec entriesMatthew Wilcox
2011-11-04NVMe: Check for DMA mapping failureMatthew Wilcox
2011-11-04NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prpsMatthew Wilcox
2011-11-04NVMe: Optimise memory usage for I/Os between 4k and 128kMatthew Wilcox
2011-11-04NVMe: Switch to use DMA Pool APIMatthew Wilcox
2011-11-04NVMe: Rename nvme_req_info to nvme_bioMatthew Wilcox
2011-11-04NVMe: Initial PRP List supportShane Michael Matthews
2011-11-04NVMe: Advance the sg pointer when filling in an sg listMatthew Wilcox
2011-11-04NVMe: Renumber the special context valuesMatthew Wilcox
2011-11-04NVMe: Handle the congestion list a little betterMatthew Wilcox
2011-11-04NVMe: Record the timeout for each commandMatthew Wilcox
2011-11-04NVMe: Need to lock queue during interrupt handlingMatthew Wilcox
2011-11-04NVMe: Detect command IDs completing that are out of rangeMatthew Wilcox
2011-11-04NVMe: Detect commands that are completed twiceMatthew Wilcox
2011-11-04NVMe: Use a symbolic name to represent cancelled commands instead of 0Matthew Wilcox
2011-11-04NVMe: Add a module parameter to use a threaded interruptMatthew Wilcox