aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-09-29Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-50/+103
2012-09-07make drivers with pci error handlers constStephen Hemminger1-1/+1
2012-08-07NVMe: Cancel outstanding IOs on queue deletionMatthew Wilcox1-23/+32
2012-08-03NVMe: Free admin queue memory on initialisation failureMatthew Wilcox1-9/+19
2012-07-31NVMe: Use ida for nvme device instanceQuoc-Son Anh1-5/+26
2012-07-31NVMe: Fix whitespace damage in nvme_initMatthew Wilcox1-2/+2
2012-07-31NVMe: handle allocation failure in nvme_map_user_pages()Dan Carpenter1-0/+2
2012-07-27NVMe: Fix uninitialized iod compiler warningKeith Busch1-1/+1
2012-07-27NVMe: Do not set IO queue depth beyond device maxKeith Busch1-4/+6
2012-07-26NVMe: Set block queue max sectorsKeith Busch1-0/+7
2012-07-26NVMe: use namespace id for nvme_get_featuresKeith Busch1-2/+2
2012-07-26NVMe: replace nvme_ns with nvme_dev for user adminKeith Busch1-3/+2
2012-07-26NVMe: Fix nvme module init when nvme_major is setKeith Busch1-2/+4
2012-07-25NVMe: Set request queue logical block sizeKeith Busch1-0/+1
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