summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George1-1/+3
2020-05-10nvme-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-10nvme-fc: Add Disconnect Association Rcv supportJames Smart1-4/+359
2020-05-10nvme-fc: Update header and host for common definitions for LS handlingJames Smart1-23/+2
2020-05-10nvme-fc: convert assoc_active flag to bit opJames Smart1-24/+13
2020-05-10nvme-fc: Ensure private pointers are NULL if no dataJames Smart1-31/+50
2020-05-10nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart1-35/+1
2020-05-10nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-0/+35
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-12/+2
2020-03-25nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-1/+0
2020-03-25nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-3/+1
2019-11-26nvme-fc: fix double-free scenarios on hw queuesJames Smart1-3/+15
2019-11-26nvme_fc: add module to ops template to allow module referencesJames Smart1-2/+12
2019-11-26nvme-fc: Avoid preallocating big SGL for dataIsrael Rukshin1-4/+4
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-2/+1
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart1-3/+3
2019-11-04nvme-fc: clarify error messagesJames Smart1-5/+6
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart1-0/+5
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart1-13/+11
2019-09-12nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart1-7/+30
2019-08-29nvme-fc: Use rq_dma_dir macroIsrael Rukshin1-5/+2
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-3/+12
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-11/+1
2019-08-05nvme: wait until all completed request's complete fn is calledMing Lei1-0/+2
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+48
2019-07-12Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2019-07-10nvme-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-17Merge 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-13scsi: 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-08nvme: 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