aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+31
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 16-811/+992
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-5/+5
2022-12-08Merge tag 'block-6.1-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+4
2022-12-07nvmet: don't open-code NVME_NS_ATTR_RO enumerationGravatar Sagi Grimberg 1-1/+1
2022-12-07nvme-pci: use the tagset alloc/free helpersGravatar Christoph Hellwig 1-71/+18
2022-12-07nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_setGravatar Christoph Hellwig 1-1/+7
2022-12-07nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllersGravatar Christoph Hellwig 1-1/+2
2022-12-07nvme: consolidate setting the tagset flagsGravatar Christoph Hellwig 6-19/+21
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setGravatar Christoph Hellwig 6-7/+9
2022-12-06nvme-pci: split out a nvme_pci_ctrl_is_dead helperGravatar Christoph Hellwig 1-22/+25
2022-12-06nvme-pci: return early on ctrl state mismatch in nvme_reset_workGravatar Christoph Hellwig 1-2/+1
2022-12-06nvme-pci: rename nvme_disable_io_queuesGravatar Christoph Hellwig 1-10/+10
2022-12-06nvme-pci: cleanup nvme_suspend_queueGravatar Christoph Hellwig 1-10/+7
2022-12-06nvme-pci: remove nvme_pci_disableGravatar Christoph Hellwig 1-13/+5
2022-12-06nvme-pci: remove nvme_disable_admin_queueGravatar Christoph Hellwig 1-9/+2
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlGravatar Christoph Hellwig 8-45/+25
2022-12-06nvme: use nvme_wait_ready in nvme_shutdown_ctrlGravatar Christoph Hellwig 1-26/+12
2022-12-06nvme-apple: fix controller shutdown in apple_nvme_disableGravatar Christoph Hellwig 1-1/+2
2022-12-06nvme-fc: move common code into helperGravatar Chaitanya Kulkarni 1-8/+11
2022-12-06nvme-fc: avoid null pointer dereferenceGravatar Chaitanya Kulkarni 1-1/+10
2022-12-06nvme: allow unprivileged passthrough of Identify ControllerGravatar Joel Granados 1-0/+2
2022-12-06nvme-multipath: support io stats on the mpath deviceGravatar Sagi Grimberg 3-0/+42
2022-12-06nvme: introduce nvme_start_requestGravatar Sagi Grimberg 7-6/+11
2022-12-06nvme: use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 2-9/+11
2022-12-06nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULLGravatar Christoph Hellwig 1-0/+4
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemGravatar Pankaj Raghav 1-4/+4
2022-12-02Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-1/+6
2022-12-01nvme: Convert NVMe errors to PR errorsGravatar Mike Christie 1-2/+31
2022-11-30nvme: fix SRCU protection of nvme_ns_head listGravatar Caleb Sander 2-1/+4
2022-11-30nvme-pci: clear the prp2 field when not usedGravatar Lei Rao 1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 3-5/+5
2022-11-24driver core: make struct class.dev_uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2022-11-21nvmet: expose firmware revision to configfsGravatar Aleksandr Miloserdov 4-3/+79
2022-11-21nvmet: expose IEEE OUI to configfsGravatar Aleksandr Miloserdov 4-5/+54
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-0/+6
2022-11-18nvme: rename the queue quiescing helpersGravatar Christoph Hellwig 8-68/+68
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keyGravatar Sagi Grimberg 1-0/+2
2022-11-16nvme: return err on nvme_init_non_mdts_limits failGravatar Joel Granados 1-1/+1
2022-11-16nvme: avoid fallback to sequential scan due to transient issuesGravatar Uday Shankar 1-4/+11
2022-11-16nvme-rdma: stop auth work after tearing down queues in error recoveryGravatar Sagi Grimberg 1-1/+1
2022-11-16nvme-tcp: stop auth work after tearing down queues in error recoveryGravatar Sagi Grimberg 1-1/+1
2022-11-16nvme-auth: have dhchap_auth_work wait for queues auth to completeGravatar Sagi Grimberg 1-7/+6
2022-11-16nvme-auth: remove redundant auth_work flushGravatar Sagi Grimberg 1-6/+2
2022-11-16nvme-auth: convert dhchap_auth_list to an arrayGravatar Sagi Grimberg 3-55/+69
2022-11-16nvme-auth: check chap ctrl_key once constructedGravatar Sagi Grimberg 1-2/+2
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationGravatar Sagi Grimberg 3-18/+0