aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-0/+2
2012-02-21NVM Express: Remove unneeded include of linux/version.h from nvme.cJesper Juhl1-1/+0
2012-01-18nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-11NVMe: Set number of queues correctlyMatthew Wilcox1-3/+17
2012-01-10NVMe: Version 0.8Matthew Wilcox1-1/+1
2012-01-10NVMe: Set queue flags correctlyMatthew Wilcox1-2/+4
2012-01-10NVMe: Simplify nvme_unmap_user_pagesMatthew Wilcox1-10/+9
2012-01-10NVMe: Mark the end of the sg listMatthew Wilcox1-0/+1
2012-01-10NVMe: Fix DMA mapping for admin commandsMatthew Wilcox1-2/+4
2012-01-10NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUTMatthew Wilcox1-4/+4
2012-01-10NVMe: Merge the nvme_bio and nvme_prp data structuresMatthew Wilcox1-115/+124
2012-01-10NVMe: Change nvme_completion_fn to take a devMatthew Wilcox1-18/+25
2012-01-10NVMe: Change get_nvmeq to take a dev instead of a namespaceMatthew Wilcox1-4/+4
2012-01-10NVMe: Simplify completion handlingMatthew Wilcox1-86/+81
2011-11-04NVMe: Implement doorbell stride capabilityMatthew Wilcox1-3/+14
2011-11-04NVMe: Version 0.7Matthew Wilcox1-1/+1
2011-11-04NVMe: Don't probe namespace 0Matthew Wilcox1-1/+1
2011-11-04Fix calculation of number of pages in a PRP ListNisheeth Bhat1-7/+7
2011-11-04NVMe: Create nvme_identify and nvme_get_features functionsMatthew Wilcox1-33/+43
2011-11-04NVMe: Fix memory leak in nvme_dev_add()Matthew Wilcox1-2/+2
2011-11-04NVMe: Fix calls to dma_unmap_sgNisheeth Bhat1-6/+4
2011-11-04NVMe: Correct sg list setup in nvme_map_user_pagesMatthew Wilcox1-5/+5
2011-11-04Fix bug in NVME_IOCTL_SUBMIT_IOMatthew Wilcox1-0/+1
2011-11-04NVMe: Rework ioctlsMatthew Wilcox1-88/+40
2011-11-04NVMe: Add the nvme thread to the wait queue before waking it upMatthew Wilcox1-0/+2
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 Wilcox1-0/+10
2011-11-04NVMe: Fix warning in free_irqMatthew Wilcox1-1/+3
2011-11-04NVMe: Correct the Controller Configuration settingsMatthew Wilcox1-0/+1
2011-11-04NVMe: Version 0.5Matthew Wilcox1-1/+1
2011-11-04NVMe: Change the definition of nvme_user_ioMatthew Wilcox1-10/+17
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 Wilcox1-1/+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: Version 0.4Matthew Wilcox1-1/+1
2011-11-04NVMe: Reduce maximum queue depth by 1Matthew Wilcox1-1/+1