summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: add a helper to initialize connect_qChaitanya Kulkarni2022-02-281-4/+2
* nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-8/+8
* Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+25
|\
| * nvme: display correct subsystem NQNHannes Reinecke2021-10-201-1/+1
| * nvme-fc: add support for ->map_queuesSaurav Kashyap2021-10-201-0/+24
* | nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei2021-10-191-4/+4
|/
* nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart2021-09-211-2/+0
* nvme-fc: avoid race between time out and tear downJames Smart2021-09-211-0/+2
* nvme-fc: update hardware queues before using themDaniel Wagner2021-09-211-8/+8
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-1/+71
|\ \ | |/ |/|
| * scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar2021-06-101-1/+71
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-1/+1
|\ \
| * | nvme-fc: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
* | | nvme-fc: short-circuit reconnect retriesHannes Reinecke2021-05-251-8/+17
|/ /
* / nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-191-0/+12
|/
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-2/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-5/+9
|\
| * 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-fabrics: only reserve a single tagChristoph Hellwig2021-03-181-2/+2
|/
* 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