summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorLines
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+10
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman-0/+2
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy-0/+8
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet-1/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao-1/+2
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy-0/+1
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior-0/+2
2019-10-14nvme: Wait for reset state when requiredKeith Busch-17/+74
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch-4/+25
2019-10-14nvme: Restart request timers in resetting stateKeith Busch-0/+16
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch-37/+11
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch-2/+9
2019-10-04nvme: retain split access workaround for capability readsArd Biesheuvel-1/+1
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg-2/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe-35/+142
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg-1/+2
2019-09-26nvme: Move ctrl sqsize to generic spaceKeith Busch-1/+1
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska-16/+92
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan-0/+10
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu-0/+3
2019-09-25nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy-5/+11
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter-2/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello-7/+10
2019-09-25nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark-2/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+0
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+6
2019-09-23nvme-pci: Fix a race in controller removalBalbir Singh-1/+4
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy-9/+0
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-230/+500
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg-1/+5
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg-0/+28
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg-2/+4
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg-10/+2
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin-1/+0
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch-11/+10
2019-09-12nvme: tcp: remove redundant assignment to variable retColin Ian King-1/+1
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski-0/+3
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart-0/+11
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg-1/+7
2019-09-12nvme: make nvme_report_ns_ids propagate error backSagi Grimberg-6/+22
2019-09-12nvme: make nvme_identify_ns propagate errors backSagi Grimberg-19/+20
2019-09-12nvme: pass status to nvme_error_statusSagi Grimberg-3/+3
2019-09-12nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart-7/+30
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg-1/+1
2019-09-12nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg-1/+3
2019-08-29nvme-rdma: Use rq_dma_dir macroIsrael Rukshin-7/+3