summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)Author
2021-09-21nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-17nvme-fc: use ctrl sgl check helperChaitanya Kulkarni
2021-06-10scsi: nvme: Added a new sysfs attribute appid_storeMuneendra Kumar
2021-05-25nvme-fc: short-circuit reconnect retriesHannes Reinecke
2021-05-19nvme-fc: clear q_live at beginning of association teardownJames Smart
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-02nvme-fc: check sgl supported by targetMax Gurtovoy
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme-fc: fix the function documentation commentChaitanya Kulkarni
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig
2021-03-11nvme-fc: fix racing controller reset and create associationJames Smart
2021-03-11nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke
2021-03-11nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn
2021-01-06nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt contextJames Smart
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-10-27nvme-fc: remove nvme_fc_terminate_io()James Smart
2020-10-27nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart
2020-10-27nvme-fc: remove err_work work itemJames Smart
2020-10-27nvme-fc: track error_recovery while connectingJames Smart
2020-10-23nvme-fc: shorten reconnect delay if possible for FCJames Smart
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesJames Smart
2020-10-23nvme-fc: fix io timeout to abort I/OJames Smart
2020-09-22nvme-fc: fail new connections to a deleted host or remote portJames Smart
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-21nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang
2020-07-29nvme-fc: set max_segments to lldd max valueJames Smart
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George
2020-05-09nvme-fc: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-09nvme-fc: Add Disconnect Association Rcv supportJames Smart
2020-05-09nvme-fc: Update header and host for common definitions for LS handlingJames Smart
2020-05-09nvme-fc: convert assoc_active flag to bit opJames Smart
2020-05-09nvme-fc: Ensure private pointers are NULL if no dataJames Smart
2020-05-09nvme-fc nvmet-fc: refactor for common LS definitionsJames Smart
2020-05-09nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart