summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig2022-12-261-4/+5
* nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig2022-12-261-1/+1
* nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
* nvme-pci: fix page size checksKeith Busch2022-12-211-4/+4
* nvme-pci: fix mempool alloc sizeKeith Busch2022-12-211-2/+2
* nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2022-12-211-12/+13
* 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