summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-221-2/+31
|\
| * nvme: Convert NVMe errors to PR errorsMike Christie2022-12-011-2/+31
* | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\ \
| * | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-2/+2
|\ \ \ | |/ / |/| |
| * | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-1316-811/+992
|\ \ \
| * | | nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
| * | | nvme-pci: use the tagset alloc/free helpersChristoph Hellwig2022-12-071-71/+18
| * | | nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+7
| * | | nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersChristoph Hellwig2022-12-071-1/+2
| * | | nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-076-19/+21
| * | | nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-076-7/+9
| * | | nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig2022-12-061-22/+25
| * | | nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig2022-12-061-2/+1
| * | | nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig2022-12-061-10/+10
| * | | nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig2022-12-061-10/+7
| * | | nvme-pci: remove nvme_pci_disableChristoph Hellwig2022-12-061-13/+5
| * | | nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig2022-12-061-9/+2
| * | | nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-068-45/+25
| * | | nvme: use nvme_wait_ready in nvme_shutdown_ctrlChristoph Hellwig2022-12-061-26/+12
| * | | nvme-apple: fix controller shutdown in apple_nvme_disableChristoph Hellwig2022-12-061-1/+2
| * | | nvme-fc: move common code into helperChaitanya Kulkarni2022-12-061-8/+11
| * | | nvme-fc: avoid null pointer dereferenceChaitanya Kulkarni2022-12-061-1/+10
| * | | nvme: allow unprivileged passthrough of Identify ControllerJoel Granados2022-12-061-0/+2
| * | | nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-063-0/+42
| * | | nvme: introduce nvme_start_requestSagi Grimberg2022-12-067-6/+11
| * | | nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-062-9/+11
| * | | nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLChristoph Hellwig2022-12-061-0/+4
| * | | nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| * | | nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| * | | nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-188-68/+68
| * | | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * | | nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-11-161-1/+1
| * | | nvme: avoid fallback to sequential scan due to transient issuesUday Shankar2022-11-161-4/+11
| * | | nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * | | nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * | | nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg2022-11-161-7/+6
| * | | nvme-auth: remove redundant auth_work flushSagi Grimberg2022-11-161-6/+2
| * | | nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-163-55/+69
| * | | nvme-auth: check chap ctrl_key once constructedSagi Grimberg2022-11-161-2/+2
| * | | nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-163-18/+0
| * | | nvme-auth: remove redundant deallocationsSagi Grimberg2022-11-161-20/+0
| * | | nvme-auth: clear sensitive info right after authentication completesSagi Grimberg2022-11-161-0/+2
| * | | nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-163-2/+43
| * | | nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg2022-11-161-23/+24
| * | | nvme-auth: remove redundant if statementSagi Grimberg2022-11-161-1/+1
| * | | nvme-auth: don't override ctrl keys before validationSagi Grimberg2022-11-161-2/+10
| * | | nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-163-7/+25
| * | | nvme-auth: remove redundant buffer deallocationsSagi Grimberg2022-11-161-4/+0