summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner2024-04-041-2/+2
* nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale2024-02-011-2/+2
* nvme-fc: do not wait in vain when unloading moduleDaniel Wagner2024-02-011-41/+6
* nvme-fc: log human-readable opcode on timeoutCaleb Sander2024-01-311-3/+5
* nvme: add module description to stop warningsChaitanya Kulkarni2024-01-241-0/+1
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-4/+2
|\
| * nvme-fc: set numa_node after nvme_init_ctrlKeith Busch2023-12-211-4/+2
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-4/+4
|\ \
| * | nvme-fc: replace deprecated strncpy with strscpyJustin Stitt2023-12-011-4/+4
* | | Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch2023-12-191-16/+5
* | | nvme: ensure reset state check orderingKeith Busch2023-12-041-3/+3
| |/ |/|
* | nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke2023-11-221-11/+8
|/
* nvme: start keep-alive after admin queue setupHannes Reinecke2023-11-061-0/+6
* nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland2023-08-211-1/+1
* nvme-fc: fix race between error recovery and creating associationMichael Liang2023-07-121-5/+16
* nvme-fc: return non-zero status code when fails to create associationMichael Liang2023-07-121-3/+15
* overflow: Add struct_size_t() helperKees Cook2023-05-261-4/+4
* 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