summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-134-7/+7
| |\ \ \
| * | | | nvme-rdma: fix merge errorChristoph Hellwig2017-06-121-6/+5
| * | | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-124-31/+67
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
| * | | | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-096-62/+62
| * | | | block: introduce new block status code typeChristoph Hellwig2017-06-093-23/+16
| * | | | nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig2017-06-091-11/+1
* | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-034-7/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | nvme: switch to uuid_tChristoph Hellwig2017-06-054-7/+7
| |/ / /
* | / / nvme/pci: Fix stuck nvme resetKeith Busch2017-06-271-1/+2
| |/ / |/| |
* | | nvme: relax APST default max latency to 100msKai-Heng Feng2017-06-071-1/+1
* | | nvme: only consider exit latency when choosing useful non-op power statesKai-Heng Feng2017-06-071-6/+9
* | | nvme-fc: fix missing put reference on controller create failureJames Smart2017-06-071-0/+1
* | | nvme-fc: on lldd/transport io error, terminate associationJames Smart2017-06-071-2/+17
* | | nvme-rdma: fast fail incoming requests while we reconnectSagi Grimberg2017-06-071-15/+29
* | | nvme-pci: fix multiple ctrl removal schedulingRakesh Pandit2017-06-071-7/+6
* | | nvme: fix hang in remove pathMing Lei2017-06-071-0/+4
|/ /
* | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
* | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
* | nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
* | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
* | nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
* | nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
* | nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
* | nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
* | nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49
* | nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4
* | nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
* | nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
* | nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-221-4/+14
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-207-5/+25
|\ \ | |/ |/|
| * nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-203-0/+8
| * nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-202-4/+1
| * nvme-fc: stop queues on error detectionJames Smart2017-05-201-0/+4
| * nvme-fc: require target or discovery role for fc-nvme targetsJames Smart2017-05-201-0/+6
| * nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-201-1/+6
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-111-4/+5
|\|
| * nvme: lightnvm: fix memory leakRakesh Pandit2017-05-101-1/+2
| * lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven2017-05-071-3/+3
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-17/+13
|\ \ | |/ |/|
| * nvme/pci: Switch to pci_request_irq()Christoph Hellwig2017-04-181-17/+13
* | lightnvm: create cmd before allocating requestJavier González2017-05-041-2/+2
* | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-024-41/+39
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-275-370/+748
|\ \
| * | nvme-scsi: remove nvme_trans_security_protocolChristoph Hellwig2017-04-271-13/+0
| * | nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig2017-04-251-1/+1
| * | nvme-scsi: Consider LBA format in IO splitting calculationJon Derrick2017-04-251-1/+1
| * | nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne2017-04-251-1/+3
| * | nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| * | nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-241-1/+1