summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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-2518-214/+289
|\|
| * nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8
| * nvmet: stop using bio_set_op_attrsChristoph Hellwig2019-11-041-7/+6
| * nvmet: add plugging for read/write when ns is bdevChristoph Hellwig2019-11-041-0/+3
| * nvmet: clean up command parsing a bitChristoph Hellwig2019-11-042-5/+6
| * nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven2019-11-041-1/+1
| * nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg2019-11-041-1/+7
| * nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-046-15/+8
| * nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-047-39/+86
| * nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2019-11-042-2/+7
| * nvmet: Cleanup discovery execute handlersChristoph Hellwig2019-11-041-25/+19
| * nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig2019-11-041-43/+50
| * nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe2019-11-041-4/+2
| * nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe2019-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-045-11/+8
| * nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-042-1/+2
| * nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin2019-11-041-2/+2
| * nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
| * nvmet: use bio_io_error instead of duplicating itIsrael Rukshin2019-11-041-5/+3
| * nvme: introduce nvme_is_aen_req functionIsrael Rukshin2019-11-045-8/+12
| * 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-042-25/+26
* | 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
* | nvmet-loop: fix possible leakage during error flowMax Gurtovoy2019-10-151-1/+3
* | 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-277-51/+154
|\