summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* nvme-fc: fix initialization orderRoss Lagerwall2023-01-231-10/+8
* nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-2/+2
* nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+1
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-1/+1
* nvme-fc: move common code into helperChaitanya Kulkarni2022-12-061-8/+11
* nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni2022-12-061-1/+10
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-8/+8
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-1/+1
* nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET2022-11-151-8/+9
* nvme-fc: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-66/+17
* nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-20/+12
* nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig2022-09-271-9/+1
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-2/+1
* nvme-fc: fix the fc_appid_store return valueChristoph Hellwig2022-08-101-1/+2
* nvme-fc: restart admin queue if the caller needs to restart queueMing Lei2022-08-101-0/+2
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-2/+1
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-6/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-051-0/+18
|\
| * scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar2022-05-191-0/+18
* | nvme-fc: fold t fc_update_appid into fc_appid_storeChristoph Hellwig2022-05-021-16/+3
* | nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPIDChristoph Hellwig2022-05-021-1/+6
|/
* 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