summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-10/+0
|\
| * Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan2019-11-261-10/+0
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-256-4/+300
|\ \ \
| * | | nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita2019-11-223-2/+12
| * | | nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita2019-11-221-16/+90
| * | | nvme: Discard workaround for non-conformant devicesEduard Hasenleithner2019-11-131-3/+9
| * | | nvme: Add hardware monitoring supportGuenter Roeck2019-11-125-0/+206
* | | | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-257-55/+77
|\| | |
| * | | nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8
| * | | nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven2019-11-041-1/+1
| * | | nvme: Introduce nvme_lba_to_sect()Damien Le Moal2019-11-042-7/+15
| * | | nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2019-11-042-5/+8
| * | | nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-044-10/+8
| * | | nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-042-1/+2
| * | | nvme: introduce nvme_is_aen_req functionIsrael Rukshin2019-11-044-6/+10
| * | | nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart2019-11-041-3/+3
| * | | nvme-fc: clarify error messagesJames Smart2019-11-041-5/+6
| * | | nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart2019-11-041-0/+5
| * | | nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2019-11-041-13/+11
| |/ /
* | | Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-082-0/+10
|\ \ \
| * | | nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman2019-11-061-0/+2
| * | | nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy2019-11-061-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| | |/ | |/|
* | | nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman2019-10-291-5/+4
* | | nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman2019-10-291-1/+1
|/ /
* | nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao2019-10-181-1/+2
* | nvme-tcp: fix possible leakage during error flowMax Gurtovoy2019-10-151-0/+1
* | nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior2019-10-141-0/+2
* | nvme: Wait for reset state when requiredKeith Busch2019-10-143-17/+74
* | nvme: Prevent resets during paused controller stateKeith Busch2019-10-141-4/+25
* | nvme: Restart request timers in resetting stateKeith Busch2019-10-142-0/+16
* | nvme: Remove ADMIN_ONLY stateKeith Busch2019-10-144-37/+11
* | nvme-pci: Free tagset if no IO queuesKeith Busch2019-10-141-2/+9
* | nvme: retain split access workaround for capability readsArd Biesheuvel2019-10-041-1/+1
* | nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg2019-10-041-2/+1
|/
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-275-35/+142
|\
| * nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg2019-09-271-1/+2
| * nvme: Move ctrl sqsize to generic spaceKeith Busch2019-09-261-1/+1
| * nvme: Add ctrl attributes for queue_count and sqsizeJames Smart2019-09-251-0/+4
| * nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-16/+92
| * nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-09-251-0/+10
| * Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-09-251-0/+3
| * nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy2019-09-251-5/+11
| * nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-09-251-2/+3
| * nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-09-251-7/+10
| * nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark2019-09-251-2/+2
| * nvme-pci: Fix a race in controller removalBalbir Singh2019-09-231-1/+4