summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-3/+48
|\
| * nvme-fc: fix module unloads while lports still pendingJames Smart2019-07-091-3/+48
* | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-3/+4
|\ \ | |/ |/|
| * scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-3/+4
* | nvme-fc: add message when creating new associationJames Smart2019-06-211-0/+6
|/
* Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-171-3/+11
|\
| * nvme-fc: use separate work queue to avoid warningHannes Reinecke2019-05-131-3/+11
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-1/+1
|\ \ | |/ |/|
| * scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-131-1/+1
* | nvme-fc: correct csn initialization and increments on errorJames Smart2019-04-111-5/+15
|/
* nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart2019-03-131-0/+12
* nvme-fc: fix numa_node when dev is nullJames Smart2019-03-131-1/+4
* nvme-fc: use nr_phys_segments to determine existence of sglJames Smart2019-03-131-4/+15
* nvme-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1Star
* nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-181-1/+1
* nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke2018-12-081-2/+3
* Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-11/+64
|\
| * nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne2018-11-271-1/+1
| * nvme-fc: resolve io failures during connectJames Smart2018-11-151-10/+63
* | nvme-fc: remove ->poll implementationJens Axboe2018-11-191-33/+0Star
* | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-1/+2
|/
* nvme-fc: fix request private initializationJames Smart2018-11-021-1/+1
* nvme-fc: rework the request initialization codeBart Van Assche2018-10-171-3/+6
* nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche2018-10-171-11/+18
* nvme-fc: fix kernel-doc headersBart Van Assche2018-10-171-6/+5Star
* nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart2018-10-011-9/+95
* nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-2/+2
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-0/+1
|\
| * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+1
* | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+1
|/
* nvme-fc: release io queues to allow fast failJames Smart2018-06-211-3/+3
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-5/+4Star
* nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5Star
* nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0Star
* nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47Star
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-3/+0Star
* nvme-fc: remove setting DNR on exception conditionsJames Smart2018-05-251-10/+0Star
* nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-9/+3Star
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-20/+16Star
|\
| * nvme_fc: on remoteport reuse, set new nport_id and role.James Smart2018-03-261-0/+2
| * nvme_fc: fix abort race on teardown with lld rejectJames Smart2018-03-261-1/+4
| * nvme_fc: io timeout should defer abort to ctrl resetJames Smart2018-03-261-11/+1Star
| * nvme_fc: fix ctrl create failures racing with workq itemsJames Smart2018-03-261-0/+4
| * nvme: centralize ctrl removal printsMax Gurtovoy2018-03-261-8/+5Star
* | nvme_fc: rework sqsize handlingJames Smart2018-03-081-10/+17
|/
* nvme_fc: cleanup io completionJames Smart2018-02-111-51/+12Star
* nvme_fc: correct abort race condition on resetsJames Smart2018-02-111-72/+26Star
* nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-7/+7
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-10/+2Star