aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme.c
AgeCommit message (Expand)Author
2013-03-22Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2013-03-22NVMe: Add namespaces with no LBA range featureKeith Busch
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman
2012-11-13NVMe: Initialize iod nents to 0Keith Busch
2012-11-13NVMe: Define SMART logKeith Busch
2012-11-13NVMe: Add result to nvme_get_featuresKeith Busch
2012-11-13NVMe: Set result from user admin commandKeith Busch
2012-11-13NVMe: End queued bio requests when freeing queueKeith Busch
2012-11-13NVMe: Free cmdid on nvme_submit_bio errorKeith Busch
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-09-29Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2012-09-07make drivers with pci error handlers constStephen Hemminger
2012-08-07NVMe: Cancel outstanding IOs on queue deletionMatthew Wilcox
2012-08-03NVMe: Free admin queue memory on initialisation failureMatthew Wilcox
2012-07-31NVMe: Use ida for nvme device instanceQuoc-Son Anh
2012-07-31NVMe: Fix whitespace damage in nvme_initMatthew Wilcox
2012-07-31NVMe: handle allocation failure in nvme_map_user_pages()Dan Carpenter
2012-07-27NVMe: Fix uninitialized iod compiler warningKeith Busch
2012-07-27NVMe: Do not set IO queue depth beyond device maxKeith Busch
2012-07-26NVMe: Set block queue max sectorsKeith Busch
2012-07-26NVMe: use namespace id for nvme_get_featuresKeith Busch
2012-07-26NVMe: replace nvme_ns with nvme_dev for user adminKeith Busch
2012-07-26NVMe: Fix nvme module init when nvme_major is setKeith Busch
2012-07-25NVMe: Set request queue logical block sizeKeith Busch
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