summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: check sgl supported by targetMax Gurtovoy2021-04-021-0/+5
* nvme: use driver pdu command for passthroughKeith Busch2021-04-021-3/+2
* nvme-fc: fix the function documentation commentChaitanya Kulkarni2021-04-021-1/+1
* nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
* nvme-fc: fix racing controller reset and create associationJames Smart2021-03-111-1/+1
* nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke2021-03-111-1/+1
* nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke2021-03-111-0/+1
* nvme: constify static attribute_group structsRikard Falkeborn2021-02-021-1/+1
* nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart2021-01-061-1/+14
* nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-1/+1
* nvme-fc: remove nvme_fc_terminate_io()James Smart2020-10-271-33/+16
* nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart2020-10-271-103/+84
* nvme-fc: remove err_work work itemJames Smart2020-10-271-30/+10
* nvme-fc: track error_recovery while connectingJames Smart2020-10-271-5/+9
* nvme-fc: shorten reconnect delay if possible for FCJames Smart2020-10-231-1/+18
* nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart2020-10-231-2/+5
* nvme-fc: fix error loop in create_hw_io_queuesJames Smart2020-10-231-2/+2
* nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
* nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
* nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
* nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-211-1/+1
* nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-211-2/+2
* nvme-fc: set max_segments to lldd max valueJames Smart2020-07-291-2/+3
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-291-0/+1
* nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-241-1/+3
* nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner2020-06-111-2/+3
* nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-1/+1
* nvme-fc: print proper nvme-fc devloss_tmo valueMartin George2020-05-271-1/+3
* nvme-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-091-1/+1
* nvme-fc: Add Disconnect Association Rcv supportJames Smart2020-05-091-4/+359
* nvme-fc: Update header and host for common definitions for LS handlingJames Smart2020-05-091-23/+2
* nvme-fc: convert assoc_active flag to bit opJames Smart2020-05-091-24/+13
* nvme-fc: Ensure private pointers are NULL if no dataJames Smart2020-05-091-31/+50
* nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart2020-05-091-35/+1
* nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-091-0/+35
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-12/+2
* nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-261-1/+0
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-261-3/+1
* nvme-fc: fix double-free scenarios on hw queuesJames Smart2019-11-271-3/+15
* nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-271-2/+12
* nvme-fc: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-271-4/+4
* nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-041-2/+1
* nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart2019-11-041-3/+3
* nvme-fc: clarify error messagesJames Smart2019-11-041-5/+6
* nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart2019-11-041-0/+5
* nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2019-11-041-13/+11
* nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart2019-09-121-7/+30
* nvme-fc: Use rq_dma_dir macroIsrael Rukshin2019-08-291-5/+2
* nvme: make fabrics command run on a separate request queueSagi Grimberg2019-08-291-3/+12
* nvme: move sqsize setting to the coreSagi Grimberg2019-08-291-11/+1