aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme.c
AgeCommit message (Expand)Author
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake
2012-02-21NVM Express: Remove unneeded include of linux/version.h from nvme.cJesper Juhl
2012-01-18nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds
2012-01-11NVMe: Set number of queues correctlyMatthew Wilcox
2012-01-10NVMe: Version 0.8Matthew Wilcox
2012-01-10NVMe: Set queue flags correctlyMatthew Wilcox
2012-01-10NVMe: Simplify nvme_unmap_user_pagesMatthew Wilcox
2012-01-10NVMe: Mark the end of the sg listMatthew Wilcox
2012-01-10NVMe: Fix DMA mapping for admin commandsMatthew Wilcox
2012-01-10NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUTMatthew Wilcox
2012-01-10NVMe: Merge the nvme_bio and nvme_prp data structuresMatthew Wilcox
2012-01-10NVMe: Change nvme_completion_fn to take a devMatthew Wilcox
2012-01-10NVMe: Change get_nvmeq to take a dev instead of a namespaceMatthew Wilcox
2012-01-10NVMe: Simplify completion handlingMatthew Wilcox
2011-11-04NVMe: Implement doorbell stride capabilityMatthew Wilcox
2011-11-04NVMe: Version 0.7Matthew Wilcox
2011-11-04NVMe: Don't probe namespace 0Matthew Wilcox
2011-11-04Fix calculation of number of pages in a PRP ListNisheeth Bhat
2011-11-04NVMe: Create nvme_identify and nvme_get_features functionsMatthew Wilcox
2011-11-04NVMe: Fix memory leak in nvme_dev_add()Matthew Wilcox
2011-11-04NVMe: Fix calls to dma_unmap_sgNisheeth Bhat
2011-11-04NVMe: Correct sg list setup in nvme_map_user_pagesMatthew Wilcox
2011-11-04Fix bug in NVME_IOCTL_SUBMIT_IOMatthew Wilcox
2011-11-04NVMe: Rework ioctlsMatthew Wilcox
2011-11-04NVMe: Add the nvme thread to the wait queue before waking it upMatthew Wilcox
2011-11-04NVMe: Return real error from nvme_create_queueMatthew Wilcox
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