summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-04NVMe: Return real error from nvme_create_queueMatthew Wilcox1-4/+4
2011-11-04NVMe: Version 0.6Matthew Wilcox1-1/+1
2011-11-04NVMe: Add a few calling convention notesMatthew Wilcox1-1/+10
2011-11-04NVMe: Handle failures from memory allocations in nvme_setup_prpsMatthew Wilcox1-15/+41
2011-11-04NVMe: Use an IDA to allocate minor numbersMatthew Wilcox1-4/+34
2011-11-04NVMe: Add include of delay.h for msleepMatthew Wilcox1-0/+1
2011-11-04NVMe: Add support for timing out I/OsMatthew Wilcox1-6/+31
2011-11-04NVMe: Rename cancel_cmdid_data to cancel_cmdidMatthew Wilcox1-2/+5
2011-11-04NVMe: Fix bug in error handlingMatthew Wilcox1-2/+2
2011-11-04NVMe: Time out initialisation after a few secondsMatthew Wilcox2-0/+12
2011-11-04NVMe: Fix warning in free_irqMatthew Wilcox1-1/+3
2011-11-04NVMe: Correct the Controller Configuration settingsMatthew Wilcox2-4/+7
2011-11-04NVMe: Version 0.5Matthew Wilcox1-1/+1
2011-11-04NVMe: Change the definition of nvme_user_ioMatthew Wilcox2-15/+20
2011-11-04NVMe: Correct the definitions of two ioctlsMatthew Wilcox1-2/+2
2011-11-04NVMe: Add compat_ioctlMatthew Wilcox1-0/+1
2011-11-04NVMe: Simplify queue lookupMatthew Wilcox1-6/+6
2011-11-04NVMe: Remove the kthread from the wait queueMatthew Wilcox1-0/+3
2011-11-04NVMe: Fix off-by-one when filling in PRP listsMatthew Wilcox1-3/+4
2011-11-04NVMe: Fix interpretation of 'Number of Namespaces' fieldMatthew Wilcox1-1/+1
2011-11-04NVMe: Remove outdated commentsMatthew Wilcox2-2/+0
2011-11-04NVMe: Fix comment formattingMatthew Wilcox1-2/+4
2011-11-04NVMe: Convert comments to kernel-doc notationMatthew Wilcox1-5/+5
2011-11-04NVMe: Update admin opcodes to match the 1.0RC specKrzysztof Wierzbicki1-7/+7
2011-11-04NVMe: Version 0.4Matthew Wilcox1-1/+1
2011-11-04NVMe: Reduce maximum queue depth by 1Matthew Wilcox1-1/+1
2011-11-04NVMe: Fix discontiguous accessesMatthew Wilcox1-0/+2
2011-11-04NVMe: Handle bios that contain non-virtually contiguous addressesMatthew Wilcox1-9/+29
2011-11-04NVMe: Implement FlushMatthew Wilcox1-0/+40
2011-11-04NVMe: Mark CMD_CTX_CANCELLED as being unlikelyMatthew Wilcox1-1/+1
2011-11-04NVMe: Correct SQ doorbell semanticsMatthew Wilcox1-2/+2
2011-11-04NVMe: Let the kthread take care of devices earlierMatthew Wilcox1-4/+10
2011-11-04NVMe: Rename nr_queues to nr_io_queuesMatthew Wilcox1-11/+12
2011-11-04NVMe: Remove setting of 'flags' in rw commandMatthew Wilcox1-1/+0
2011-11-04NVMe: Release 0.3Matthew Wilcox1-1/+1
2011-11-04NVMe: Add a kthread to handle the congestion listMatthew Wilcox1-19/+67
2011-11-04NVMe: Handle failures differently in nvme_submit_bio_queue()Matthew Wilcox1-19/+17
2011-11-04NVMe: Update BAR structure to match the current specMatthew Wilcox1-2/+4
2011-11-04NVMe: Handle physical merging of bvec entriesMatthew Wilcox1-9/+15
2011-11-04NVMe: Check for DMA mapping failureMatthew Wilcox1-1/+7
2011-11-04NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prpsMatthew Wilcox1-13/+11
2011-11-04NVMe: Optimise memory usage for I/Os between 4k and 128kMatthew Wilcox1-8/+23
2011-11-04NVMe: Switch to use DMA Pool APIMatthew Wilcox1-7/+32
2011-11-04NVMe: Rename nvme_req_info to nvme_bioMatthew Wilcox1-24/+24
2011-11-04NVMe: Initial PRP List supportShane Michael Matthews1-13/+91
2011-11-04NVMe: Advance the sg pointer when filling in an sg listMatthew Wilcox1-0/+1
2011-11-04NVMe: Renumber the special context valuesMatthew Wilcox1-3/+3
2011-11-04NVMe: Handle the congestion list a little betterMatthew Wilcox1-0/+17
2011-11-04NVMe: Record the timeout for each commandMatthew Wilcox1-17/+32
2011-11-04NVMe: Need to lock queue during interrupt handlingMatthew Wilcox1-6/+1