summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-01-25nvme: fix passthrough csi checkKeith Busch1-1/+1
2022-12-29Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-7/+27
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig1-1/+1
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+31
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-158/+161
2022-12-07nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig1-1/+7
2022-12-07nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig1-1/+2
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig1-6/+9
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig1-3/+2
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-23/+10
2022-12-06nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig1-26/+12
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg1-0/+2
2022-12-06nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig1-0/+4
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-12-01nvme: Convert NVMe errors to PR errorsMike Christie1-2/+31
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander1-1/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-12/+12
2022-11-16nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesUday Shankar1-4/+11
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg1-0/+4
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg1-4/+0
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg1-0/+6
2022-11-16nvme-auth: don't override ctrl keys before validationSagi Grimberg1-2/+10
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg1-1/+5
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig1-2/+6
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-3/+22
2022-11-15nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig1-2/+4
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig1-1/+12
2022-11-09nvme: quiet user passthrough command errorsKeith Busch1-2/+1
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng1-26/+8
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-2/+2
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig1-28/+8
2022-11-02nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig1-1/+1
2022-11-02nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig1-1/+0
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig1-6/+1
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-2/+8
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig1-1/+5
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-14/+126
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+4
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe1-0/+1