aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logGravatar Anton Eidelman 1-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectGravatar Anton Eidelman 1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsGravatar Eric Dumazet 1-1/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageGravatar Kevin Hao 1-1/+2
2019-10-15nvme-tcp: fix possible leakage during error flowGravatar Max Gurtovoy 1-0/+1
2019-10-15nvmet-loop: fix possible leakage during error flowGravatar Max Gurtovoy 1-1/+3
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLGravatar Sebastian Andrzej Siewior 1-0/+2
2019-10-14nvme: Wait for reset state when requiredGravatar Keith Busch 3-17/+74
2019-10-14nvme: Prevent resets during paused controller stateGravatar Keith Busch 1-4/+25
2019-10-14nvme: Restart request timers in resetting stateGravatar Keith Busch 2-0/+16
2019-10-14nvme: Remove ADMIN_ONLY stateGravatar Keith Busch 4-37/+11
2019-10-14nvme-pci: Free tagset if no IO queuesGravatar Keith Busch 1-2/+9
2019-10-04nvme: retain split access workaround for capability readsGravatar Ard Biesheuvel 1-1/+1
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsGravatar Sagi Grimberg 1-2/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 7-51/+154
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutGravatar Sagi Grimberg 1-1/+2
2019-09-26nvme: Move ctrl sqsize to generic spaceGravatar Keith Busch 1-1/+1
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeGravatar James Smart 1-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsGravatar Marta Rybczynska 1-16/+92
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TGravatar Jian-Hong Pan 1-0/+10
2019-09-25nvmet-tcp: remove superflous check on request sglGravatar Sagi Grimberg 1-8/+4
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGravatar Gabriel Craciunescu 1-0/+3
2019-09-25nvme-rdma: Fix max_hw_sectors calculationGravatar Max Gurtovoy 1-5/+11
2019-09-25nvme: fix an error code in nvme_init_subsystem()Gravatar Dan Carpenter 1-2/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateGravatar Mario Limonciello 1-7/+10
2019-09-25nvme-tcp: fix wrong stop condition in io_workGravatar Wunderlich, Mark 1-2/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+0
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+6
2019-09-23nvme-pci: Fix a race in controller removalGravatar Balbir Singh 1-1/+4
2019-09-23nvmet: change ppl to lppGravatar John Pittman 1-8/+8
2019-09-17block: centralize PI remapping logic to the block layerGravatar Max Gurtovoy 1-9/+0
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 17-262/+566
2019-09-12nvmet: fix a wrong error status returned in error log pageGravatar Amit 1-5/+3
2019-09-12nvme: send discovery log page change events to userspaceGravatar Sagi Grimberg 1-1/+5
2019-09-12nvme: add uevent variables for controller devicesGravatar Sagi Grimberg 1-0/+28
2019-09-12nvme: enable aen regardless of the presence of I/O queuesGravatar Sagi Grimberg 1-2/+4
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoGravatar Sagi Grimberg 1-10/+2
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Gravatar Markus Elfring 1-3/+1
2019-09-12nvme: Remove redundant assignment of cq vectorGravatar Israel Rukshin 1-1/+0
2019-09-12nvme: Assign subsys instance from first ctrlGravatar Keith Busch 1-11/+10
2019-09-12nvme: tcp: remove redundant assignment to variable retGravatar Colin Ian King 1-1/+1
2019-09-12nvme: include admin_q sync with nvme_sync_queuesGravatar Edmund Nadolski 1-0/+3
2019-09-12nvme: Treat discovery subsystems as unique subsystemsGravatar James Smart 1-0/+11
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorGravatar Sagi Grimberg 1-1/+7
2019-09-12nvme: make nvme_report_ns_ids propagate error backGravatar Sagi Grimberg 1-6/+22
2019-09-12nvme: make nvme_identify_ns propagate errors backGravatar Sagi Grimberg 1-19/+20
2019-09-12nvme: pass status to nvme_error_statusGravatar Sagi Grimberg 1-3/+3
2019-09-12nvme-fc: Fail transport errors with NVME_SC_HOST_PATHGravatar James Smart 1-7/+30
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedGravatar Sagi Grimberg 1-1/+1