summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvme: precedence bug in nvme_pr_clear()Dan Carpenter2015-12-091-1/+1
* nvme: fix another 32-bit build warningArnd Bergmann2015-12-081-1/+1
* NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig2015-12-031-19/+16
* blk-integrity: empty implementation when disabledKeith Busch2015-12-032-4/+4
* nvme: refactor set_queue_countChristoph Hellwig2015-12-013-21/+30
* nvme: move chardev and sysfs interface to common codeChristoph Hellwig2015-12-014-200/+241
* nvme: move namespace scanning to common codeChristoph Hellwig2015-12-013-196/+240
* nvme: move the call to nvme_init_identify earlierChristoph Hellwig2015-12-011-6/+4
* nvme: add a common helper to read Identify Controller dataChristoph Hellwig2015-12-013-38/+71
* nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig2015-12-013-109/+141
* nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig2015-12-011-23/+21
* nvme: add explicit quirk handlingChristoph Hellwig2015-12-012-3/+18
* nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig2015-12-013-400/+439
* nvme: use the block layer for userspace passthrough metadataKeith Busch2015-12-013-43/+83
* nvme: split __nvme_submit_sync_cmdChristoph Hellwig2015-12-014-31/+68
* nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2015-12-012-49/+51
* nvme: move nvme_error_status to common codeChristoph Hellwig2015-12-012-12/+12
* nvme: factor out a nvme_unmap_data helperChristoph Hellwig2015-12-011-18/+25
* nvme: refactor nvme_queue_rqChristoph Hellwig2015-12-011-122/+97
* nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig2015-12-011-12/+10
* nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig2015-12-014-157/+193
* nvme: use vendor it from identifyChristoph Hellwig2015-12-011-2/+11
* nvme: split nvme_trans_device_id_pageChristoph Hellwig2015-12-011-56/+79
* nvme: use offset instead of a struct for registersChristoph Hellwig2015-12-013-32/+36
* nvme: split command submission helpers out of pci.cChristoph Hellwig2015-12-014-155/+178
* nvme: move struct nvme_iod to pci.cChristoph Hellwig2015-12-012-17/+17
* blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-014-8/+9
* nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig2015-11-241-3/+12
* NVMe: default to 4k device page sizeNishanth Aravamudan2015-11-241-9/+6
* Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-11-244-29/+36
|\
| * dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
| * dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
| * dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
| * dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
| * dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
| * dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-249-93/+428
|\ \
| * | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
| * | NVMe: reap completion entries when deleting queueKeith Busch2015-11-201-1/+6
| * | lightnvm: add free and bad lun info to show lunsJavier Gonzalez2015-11-202-6/+15
| * | lightnvm: keep track of block countsJavier Gonzalez2015-11-201-1/+13
| * | nvme: lightnvm: use admin queues for admin cmdsWenwei Tao2015-11-201-7/+10
| * | lightnvm: missing free on init errorMatias Bjørling2015-11-201-2/+4
| * | lightnvm: wrong return value and redundant freeWenwei Tao2015-11-201-4/+2
| * | null_blk: do not del gendisk with lightnvmMatias Bjørling2015-11-191-3/+5
| * | null_blk: use device addressing modeMatias Bjørling2015-11-191-5/+23
| * | null_blk: use ppa_cache poolMatias Bjørling2015-11-191-2/+23
| * | NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch2015-11-191-1/+1
| * | null_blk: register as a LightNVM deviceMatias Bjørling2015-11-162-7/+155
| * | lightnvm: cleanup queue before target removalJavier González2015-11-161-2/+2