summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-25nvme: fix passthrough csi checkKeith Busch
2022-12-29Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig
2022-12-07nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig
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: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg
2022-12-06nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-01nvme: Convert NVMe errors to PR errorsMike Christie
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme: return err on nvme_init_non_mdts_limits failJoel Granados
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesUday Shankar
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg
2022-11-16nvme-auth: don't override ctrl keys before validationSagi Grimberg
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-11-15nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig
2022-11-02nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig
2022-11-02nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds