aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds6-4/+300
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds7-55/+77
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita3-2/+12
2019-11-22nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita1-16/+90
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck5-0/+206
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+10
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman1-0/+2
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy1-0/+8
2019-11-04nvme: Fix parsing of ANA log pagePrabhath Sajeepa1-4/+8
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven1-1/+1
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal2-7/+15
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2-5/+8
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy4-10/+8
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2-1/+2
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin4-6/+10
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart1-3/+3
2019-11-04nvme-fc: clarify error messagesJames Smart1-5/+6
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart1-0/+5
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart1-13/+11
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman1-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao1-1/+2
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy1-0/+1
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior1-0/+2
2019-10-14nvme: Wait for reset state when requiredKeith Busch3-17/+74
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch1-4/+25
2019-10-14nvme: Restart request timers in resetting stateKeith Busch2-0/+16
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch4-37/+11
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch1-2/+9
2019-10-04nvme: retain split access workaround for capability readsArd Biesheuvel1-1/+1
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg1-2/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe5-35/+142
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg1-1/+2
2019-09-26nvme: Move ctrl sqsize to generic spaceKeith Busch1-1/+1
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart1-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska1-16/+92
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan1-0/+10
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu1-0/+3
2019-09-25nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy1-5/+11
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter1-2/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello1-7/+10
2019-09-25nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark1-2/+2
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0