aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-124/+242
2020-04-07nvmet-rdma: fix double free of rdma queueGravatar Israel Rukshin 1-12/+18
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"Gravatar James Smart 2-13/+2
2020-04-04nvme: fix deadlock caused by ANA update wrong lockingGravatar Sagi Grimberg 1-2/+2
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefGravatar Sagi Grimberg 1-56/+119
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-14/+0
2020-04-02nvmet: fix NULL dereference when removing a referralGravatar Sagi Grimberg 1-1/+9
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceGravatar Sagi Grimberg 1-0/+7
2020-04-01nvme-tcp: fix possible crash in recv error flowGravatar Sagi Grimberg 1-1/+1
2020-03-31nvme-tcp: don't poll a non-live queueGravatar Sagi Grimberg 1-0/+3
2020-03-31nvme-tcp: fix possible crash in write_zeroes processingGravatar Sagi Grimberg 1-6/+7
2020-03-31nvmet-fc: fix typo in commentGravatar James Smart 1-1/+1
2020-03-31nvme-rdma: Replace comma with a semicolonGravatar Israel Rukshin 1-1/+1
2020-03-31nvme-fcloop: fix deallocation of working contextGravatar James Smart 1-24/+52
2020-03-31nvme: fix compat address handling in several ioctlsGravatar Nick Bowler 1-7/+20
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-235/+533
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+3
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-2/+1
2020-03-26nvme: cleanup namespace identifier reporting in nvme_init_ns_headGravatar Christoph Hellwig 1-12/+10
2020-03-26nvme: rename __nvme_find_ns_head to nvme_find_ns_headGravatar Christoph Hellwig 1-2/+2
2020-03-26nvme: refactor nvme_identify_ns_descs error handlingGravatar Christoph Hellwig 1-15/+13
2020-03-26nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlGravatar Israel Rukshin 1-1/+6
2020-03-26nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlGravatar Israel Rukshin 1-1/+6
2020-03-26nvme: Fix controller creation races with teardown flowGravatar Israel Rukshin 2-0/+6
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlGravatar Israel Rukshin 6-8/+2
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionGravatar Israel Rukshin 6-10/+6
2020-03-26nvme-pci: Re-order nvme_pci_free_ctrlGravatar Israel Rukshin 1-2/+2
2020-03-26nvme: Remove unused return code from nvme_delete_ctrl_syncGravatar Israel Rukshin 1-7/+2
2020-03-26nvme: Use nvme_state_terminal helperGravatar Israel Rukshin 1-2/+1
2020-03-26nvme: release ida resourcesGravatar Max Gurtovoy 1-0/+1
2020-03-26nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOGravatar masahiro31.yamada@kioxia.com 1-2/+43
2020-03-26nvmet-tcp: optimize tcp stack TX when data digest is usedGravatar Sagi Grimberg 1-2/+5
2020-03-26nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-4/+4
2020-03-26nvme-multipath: do not reset on unknown statusGravatar John Meneghini 3-18/+13
2020-03-26nvmet-rdma: allocate RW ctxs according to mdtsGravatar Max Gurtovoy 1-2/+4
2020-03-26nvmet-rdma: Implement get_mdts controller opGravatar Max Gurtovoy 1-0/+9
2020-03-26nvmet: Add get_mdts op for controllersGravatar Max Gurtovoy 2-2/+7
2020-03-26nvme-pci: properly print controller addressGravatar Max Gurtovoy 1-1/+1
2020-03-26nvme-tcp: break from io_work loop if recv failedGravatar Sagi Grimberg 1-0/+2
2020-03-26nvme-tcp: move send failure to nvme_tcp_try_sendGravatar Sagi Grimberg 1-15/+11
2020-03-26nvmet-tcp: fix maxh2cdata icresp parameterGravatar Sagi Grimberg 1-1/+1
2020-03-26nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsGravatar Sagi Grimberg 1-6/+56
2020-03-26nvme-pci: Simplify nvme_poll_irqdisableGravatar Keith Busch 1-19/+11
2020-03-26nvme-pci: Remove two-pass completionsGravatar Keith Busch 1-32/+10
2020-03-26nvme-pci: Remove tag from process cqGravatar Keith Busch 1-12/+11
2020-03-26nvme-pci: slimmer CQ head updateGravatar Alexey Dobriyan 1-4/+2
2020-03-26nvmet: check ncqr & nsqr for set-features cmdGravatar Amit Engel 1-0/+9
2020-03-26nvme: Check for readiness more quickly, to speed up boot timeGravatar Josh Triplett 1-1/+1
2020-03-26nvme: log additional message for controller statusGravatar Rupesh Girase 1-2/+2
2020-03-26nvme: code cleanup nvme_identify_ns_desc()Gravatar Chaitanya Kulkarni 1-36/+40