aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
AgeCommit message (Expand)Author
2024-02-01nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale
2024-02-01nvme-fc: do not wait in vain when unloading moduleDaniel Wagner
2024-01-31nvme-fc: log human-readable opcode on timeoutCaleb Sander
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch
2023-12-04nvme: ensure reset state check orderingKeith Busch
2023-12-01nvme-fc: replace deprecated strncpy with strscpyJustin Stitt
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland
2023-07-12nvme-fc: fix race between error recovery and creating associationMichael Liang
2023-07-12nvme-fc: return non-zero status code when fails to create associationMichael Liang
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-01-23nvme-fc: fix initialization orderRoss Lagerwall
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme-fc: move common code into helperChaitanya Kulkarni
2022-12-06nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-11-15nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-10nvme-fc: fix the fc_appid_store return valueChristoph Hellwig
2022-08-10nvme-fc: restart admin queue if the caller needs to restart queueMing Lei
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-19scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar
2022-05-02nvme-fc: fold t fc_update_appid into fc_appid_storeChristoph Hellwig
2022-05-02nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPIDChristoph Hellwig
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-20nvme: display correct subsystem NQNHannes Reinecke
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
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