summaryrefslogtreecommitdiff
path: root/drivers/nvme
Commit message (Expand)AuthorAge
* nvme: relax APST default max latency to 100msKai-Heng Feng2017-06-07
* nvme: only consider exit latency when choosing useful non-op power statesKai-Heng Feng2017-06-07
* nvme-fc: fix missing put reference on controller create failureJames Smart2017-06-07
* nvme-fc: on lldd/transport io error, terminate associationJames Smart2017-06-07
* nvme-rdma: fast fail incoming requests while we reconnectSagi Grimberg2017-06-07
* nvme-pci: fix multiple ctrl removal schedulingRakesh Pandit2017-06-07
* nvme: fix hang in remove pathMing Lei2017-06-07
* nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-26
* nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-26
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-26
* nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-26
* nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-22
* nvme_fc: correct nvme status set on abortJames Smart2017-05-22
* nvme_fc: set logging level on resets/deletesJames Smart2017-05-22
* nvme_fc: revise comment on teardownJames Smart2017-05-22
* nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-22
* nvme_fc: get rid of local reconnect_delayJames Smart2017-05-22
* nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-22
* nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-22
* nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-22
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-20
|\
| * nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-20
| * nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-20
| * nvme-fc: stop queues on error detectionJames Smart2017-05-20
| * nvme-fc: require target or discovery role for fc-nvme targetsJames Smart2017-05-20
| * nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-20
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-11
|\ \ | |/
| * nvme: lightnvm: fix memory leakRakesh Pandit2017-05-10
| * lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven2017-05-07
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\ \ | |/ |/|
| * nvme/pci: Switch to pci_request_irq()Christoph Hellwig2017-04-18
* | lightnvm: create cmd before allocating requestJavier González2017-05-04
* | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-27
|\ \
| * | nvme-scsi: remove nvme_trans_security_protocolChristoph Hellwig2017-04-27
| * | nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig2017-04-25
| * | nvme-scsi: Consider LBA format in IO splitting calculationJon Derrick2017-04-25
| * | nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne2017-04-25
| * | nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-24
| * | nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-24
| * | nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-24
| * | nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-24
| * | nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-24
| * | nvme-fc: mark two symbols staticChristoph Hellwig2017-04-24
| * | nvme_fc: add controller reset supportJames Smart2017-04-24
| * | nvme_fc: add aen abort to teardownJames Smart2017-04-24
| * | nvme_fc: fix command id checkJames Smart2017-04-24
* | | nvme: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski2017-04-24
* | | nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski2017-04-24
* | | nvme: Fix APST commentAndy Lutomirski2017-04-24