summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+1
* nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-221-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-101-1/+1
* nvme-fc: Add Disconnect Association Rcv supportJames Smart2020-05-101-4/+359
* nvme-fc: Update header and host for common definitions for LS handlingJames Smart2020-05-101-23/+2
* nvme-fc: convert assoc_active flag to bit opJames Smart2020-05-101-24/+13
* nvme-fc: Ensure private pointers are NULL if no dataJames Smart2020-05-101-31/+50
* nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart2020-05-101-35/+1
* nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart2020-05-101-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-251-1/+0
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-251-3/+1
* nvme-fc: fix double-free scenarios on hw queuesJames Smart2019-11-261-3/+15
* nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-261-2/+12
* nvme-fc: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-261-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
* nvme: wait until all completed request's complete fn is calledMing Lei2019-08-051-0/+2
* 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