summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+48
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2019-07-09nvme-fc: fix module unloads while lports still pendingJames Smart1-3/+48
2019-06-21nvme-fc: add message when creating new associationJames Smart1-0/+6
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-3/+4
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2019-05-13nvme-fc: use separate work queue to avoid warningHannes Reinecke1-3/+11
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-1/+1
2019-04-11nvme-fc: correct csn initialization and increments on errorJames Smart1-5/+15
2019-03-13nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart1-0/+12
2019-03-13nvme-fc: fix numa_node when dev is nullJames Smart1-1/+4
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglJames Smart1-4/+15
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg1-1/+1
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke1-2/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-11/+64
2018-11-27nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()Ewan D. Milne1-1/+1
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-33/+0
2018-11-15nvme-fc: resolve io failures during connectJames Smart1-10/+63
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-1/+2
2018-11-02nvme-fc: fix request private initializationJames Smart1-1/+1
2018-10-17nvme-fc: rework the request initialization codeBart Van Assche1-3/+6
2018-10-17nvme-fc: introduce struct nvme_fcp_op_w_sglBart Van Assche1-11/+18
2018-10-17nvme-fc: fix kernel-doc headersBart Van Assche1-6/+5
2018-10-01nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceJames Smart1-9/+95
2018-10-01nvme-fc: fix for a minor typosMilan P. Gandhi1-2/+2
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-1/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+1
2018-06-21nvme-fc: release io queues to allow fast failJames Smart1-3/+3
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-5/+4
2018-06-14nvme-fc: fix nulling of queue data on reconnectJames Smart1-6/+5
2018-06-14nvme-fc: remove reinit_request routineJames Smart1-20/+0
2018-06-14nvme-fc: change controllers first connect to use reconnect pathJames Smart1-57/+47
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-3/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart1-10/+0
2018-04-26nvme: fc: provide a descriptive errorJohannes Thumshirn1-0/+2
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-9/+3
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+16
2018-03-26nvme_fc: on remoteport reuse, set new nport_id and role.James Smart1-0/+2
2018-03-26nvme_fc: fix abort race on teardown with lld rejectJames Smart1-1/+4
2018-03-26nvme_fc: io timeout should defer abort to ctrl resetJames Smart1-11/+1
2018-03-26nvme_fc: fix ctrl create failures racing with workq itemsJames Smart1-0/+4
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy1-8/+5
2018-03-08nvme_fc: rework sqsize handlingJames Smart1-10/+17
2018-02-11nvme_fc: cleanup io completionJames Smart1-51/+12
2018-02-11nvme_fc: correct abort race condition on resetsJames Smart1-72/+26
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy1-7/+7
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-10/+2