aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2015-12-09nvme: precedence bug in nvme_pr_clear()Dan Carpenter
2015-12-08nvme: fix another 32-bit build warningArnd Bergmann
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-07lightnvm: check mm before useMatias Bjørling
2015-12-03NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig
2015-12-03blk-integrity: empty implementation when disabledKeith Busch
2015-12-01nvme: temporary fix for Apple controller resetStephan Günther
2015-12-01nvme: refactor set_queue_countChristoph Hellwig
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig
2015-12-01nvme: move the call to nvme_init_identify earlierChristoph Hellwig
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig
2015-12-01nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig
2015-12-01nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig
2015-12-01nvme: move nvme_error_status to common codeChristoph Hellwig
2015-12-01nvme: factor out a nvme_unmap_data helperChristoph Hellwig
2015-12-01nvme: refactor nvme_queue_rqChristoph Hellwig
2015-12-01nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig
2015-12-01nvme: use vendor it from identifyChristoph Hellwig
2015-12-01nvme: split nvme_trans_device_id_pageChristoph Hellwig
2015-12-01nvme: use offset instead of a struct for registersChristoph Hellwig
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig
2015-12-01nvme: move struct nvme_iod to pci.cChristoph Hellwig
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
2015-11-29lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling
2015-11-29lightnvm: refactor and change vendor id for qemuMatias Bjørling
2015-11-29lightnvm: Simplify config when disabledKeith Busch
2015-11-24nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig
2015-11-24NVMe: default to 4k device page sizeNishanth Aravamudan
2015-11-20NVMe: reap completion entries when deleting queueKeith Busch
2015-11-20nvme: lightnvm: use admin queues for admin cmdsWenwei Tao
2015-11-19NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch
2015-11-16nvme: remove reserved double wordMatias Bjørling
2015-11-16nvme: missing ppaf copyMatias Bjørling
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling
2015-11-16lightnvm: expose mccap in identify commandMatias Bjørling
2015-11-16lightnvm: update alignments for identify commandMatias Bjørling
2015-11-16lightnvm: update bad block table formatMatias Bjørling
2015-11-11NVMe: add support for Apple NVMe controllerStephan Günther
2015-11-11NVMe: use split lo_hi_{read,write}qStephan Günther
2015-11-11NVMe: Increase the max transfer size when mdts is 0Sathyavathi M
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07NVMe: add blk polling supportJens Axboe