summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-241-1/+1
| * | nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-241-1/+1
| * | nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-241-1/+1
| * | nvme-fc: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| * | nvme_fc: add controller reset supportJames Smart2017-04-241-315/+616
| * | nvme_fc: add aen abort to teardownJames Smart2017-04-241-52/+139
| * | nvme_fc: fix command id checkJames Smart2017-04-241-1/+2
* | | nvme: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski2017-04-241-1/+19
* | | nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski2017-04-241-0/+16
* | | nvme: Fix APST commentAndy Lutomirski2017-04-241-1/+1
* | | Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-246-12/+48
|\ \ \ | |/ / |/| |
| * | nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski2017-04-201-0/+9
| * | nvme: Adjust the Samsung APST quirkAndy Lutomirski2017-04-203-11/+38
| * | nvme-fc: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
| * | nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
| * | nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
* | | nvme: let dm-mpath distinguish nvme error codesJunxiong Guan2017-04-211-0/+14
OpenPOWER on IntegriCloud