summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-092-0/+10
|\ \ \
| * | | nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman2019-11-051-0/+2
| * | | nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy2019-11-051-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-021-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-051-1/+1
* | nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg2019-10-051-2/+1
|/
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-277-51/+154
|\
| * 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
| * nvmet-tcp: remove superflous check on request sglSagi Grimberg2019-09-251-8/+4
| * 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