summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-6/+3
2023-04-13nvme: fix double blk_mq_complete_request for timeout request with low probabi...Lei Yin1-2/+2
2023-04-13nvme: fix async event trace eventKeith Busch1-4/+1
2023-04-05nvme: fix discard support without oncsKeith Busch1-3/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-10/+21
2023-03-22nvme: send Identify with CNS 06h only to I/O controllersMartin George1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-3/+3
2023-03-15nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-18/+19
2023-02-28nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig1-17/+18
2023-02-27nvme: fix sparse warning on effects maskingKeith Busch1-1/+1
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-56/+67
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe1-53/+66
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2023-02-03nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig1-3/+1
2023-02-01nvme: mask CSE effects for security receiveKeith Busch1-0/+17
2023-02-01nvme: always initialize known command effectsKeith Busch1-39/+45
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig1-14/+4
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-01-28Merge 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-30Merge 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