summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme.c
Commit message (Expand)AuthorAgeFilesLines
...
* NVMe: Fix discontiguous accessesMatthew Wilcox2011-11-041-0/+2
* NVMe: Handle bios that contain non-virtually contiguous addressesMatthew Wilcox2011-11-041-9/+29
* NVMe: Implement FlushMatthew Wilcox2011-11-041-0/+40
* NVMe: Mark CMD_CTX_CANCELLED as being unlikelyMatthew Wilcox2011-11-041-1/+1
* NVMe: Correct SQ doorbell semanticsMatthew Wilcox2011-11-041-2/+2
* NVMe: Let the kthread take care of devices earlierMatthew Wilcox2011-11-041-4/+10
* NVMe: Rename nr_queues to nr_io_queuesMatthew Wilcox2011-11-041-11/+12
* NVMe: Remove setting of 'flags' in rw commandMatthew Wilcox2011-11-041-1/+0Star
* NVMe: Release 0.3Matthew Wilcox2011-11-041-1/+1
* NVMe: Add a kthread to handle the congestion listMatthew Wilcox2011-11-041-19/+67
* NVMe: Handle failures differently in nvme_submit_bio_queue()Matthew Wilcox2011-11-041-19/+17Star
* NVMe: Handle physical merging of bvec entriesMatthew Wilcox2011-11-041-9/+15
* NVMe: Check for DMA mapping failureMatthew Wilcox2011-11-041-1/+7
* NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prpsMatthew Wilcox2011-11-041-13/+11Star
* NVMe: Optimise memory usage for I/Os between 4k and 128kMatthew Wilcox2011-11-041-8/+23
* NVMe: Switch to use DMA Pool APIMatthew Wilcox2011-11-041-7/+32
* NVMe: Rename nvme_req_info to nvme_bioMatthew Wilcox2011-11-041-24/+24
* NVMe: Initial PRP List supportShane Michael Matthews2011-11-041-13/+91
* NVMe: Advance the sg pointer when filling in an sg listMatthew Wilcox2011-11-041-0/+1
* NVMe: Renumber the special context valuesMatthew Wilcox2011-11-041-3/+3
* NVMe: Handle the congestion list a little betterMatthew Wilcox2011-11-041-0/+17
* NVMe: Record the timeout for each commandMatthew Wilcox2011-11-041-17/+32
* NVMe: Need to lock queue during interrupt handlingMatthew Wilcox2011-11-041-6/+1Star
* NVMe: Detect command IDs completing that are out of rangeMatthew Wilcox2011-11-041-0/+9
* NVMe: Detect commands that are completed twiceMatthew Wilcox2011-11-041-3/+12
* NVMe: Use a symbolic name to represent cancelled commands instead of 0Matthew Wilcox2011-11-041-8/+12
* NVMe: Add a module parameter to use a threaded interruptMatthew Wilcox2011-11-041-0/+27
* NVMe: Call put_nvmeq() before calling nvme_submit_sync_cmd()Matthew Wilcox2011-11-041-1/+6
* NVMe: Allow fatal signals to interrupt I/OMatthew Wilcox2011-11-041-6/+27
* NVMe: Release 0.2Matthew Wilcox2011-11-041-1/+1
* NVMe: Add download / activate firmware ioctlsMatthew Wilcox2011-11-041-0/+45
* NVMe: Move sysfs entries to the right placeMatthew Wilcox2011-11-041-0/+1
* NVMe: Disable the device before we write the admin queuesShane Michael Matthews2011-11-041-0/+1
* NVMe: Request I/O regionsMatthew Wilcox2011-11-041-3/+9
* NVMe: Allow queues to be allocated above 4GBMatthew Wilcox2011-11-041-1/+2
* NVMe: Enable device DMAMatthew Wilcox2011-11-041-0/+1
* NVMe: Enable and disable the PCI deviceShane Michael Matthews2011-11-041-0/+5
* NVMe: Check returns from nvme_alloc_queue()Matthew Wilcox2011-11-041-0/+5
* NVMe: Remove 'node' from nvme_devMatthew Wilcox2011-11-041-1/+0Star
* NVMe: Read the model, serial & firmware rev from the controllerMatthew Wilcox2011-11-041-1/+9
* NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox2011-11-041-0/+43
* NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox2011-11-041-15/+53
* NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox2011-11-041-30/+19Star
* NVMe: Zero the command before we send itMatthew Wilcox2011-11-041-0/+1
* NVMe: Add nvme_setup_prps()Matthew Wilcox2011-11-041-24/+46
* NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox2011-11-041-17/+41
* NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox2011-11-041-0/+1
* NVMe: Rename 'cycle' to 'phase'Matthew Wilcox2011-11-041-8/+8
* NVMe: Implement per-CPU queuesMatthew Wilcox2011-11-041-11/+50
* NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox2011-11-041-3/+3