summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin2018-01-081-1/+3
| * | nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im2018-01-081-2/+2
| * | nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-085-4/+18
| * | nvmet-fc: cleanup nvmet add_port/remove_portJames Smart2018-01-081-21/+3
| * | nvme_fcloop: refactor host/target io job accessJames Smart2018-01-081-22/+125
| * | nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart2018-01-081-35/+63
| * | nvme_fcloop: disassocate local port structsJames Smart2018-01-081-10/+25
| * | nvme_fcloop: fix abort race conditionJames Smart2018-01-081-5/+7
| * | nvmet: lower log level for each queue creationSagi Grimberg2018-01-081-1/+1
| * | nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg2018-01-081-1/+1
| * | nvmet-rdma: removed queue cleanup from module exitSagi Grimberg2018-01-081-17/+1
| * | nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-59/+5
| * | nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-34/+3
| * | lightnvm: make geometry structures 2.0 readyMatias Bjørling2018-01-051-29/+50
| * | lightnvm: remove lower page tablesMatias Bjørling2018-01-051-14/+0
| * | lightnvm: remove hybrid ocssd 1.2 supportMatias Bjørling2018-01-051-96/+0
* | | nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig2018-01-171-12/+9
* | | nvme-pci: check segement valid for SGL useKeith Busch2018-01-171-2/+5
* | | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
* | | nvme-fcloop: avoid possible uninitialized variable warningJames Smart2017-12-291-1/+1
* | | nvme-mpath: fix last path removal during trafficSagi Grimberg2017-12-292-0/+13
* | | nvme-rdma: fix concurrent reset and reconnectSagi Grimberg2017-12-291-1/+13
* | | nvme: fix sector units when going between formatsJeff Lien2017-12-291-1/+5
* | | nvme-pci: move use_sgl initialization to nvme_init_iod()Minwoo Im2017-12-291-22/+20
| |/ |/|
* | nvme: setup streams after initializing namespace headKeith Busch2017-12-151-1/+1
* | nvme: check hw sectors before setting chunk sectorsKeith Busch2017-12-151-1/+2
* | nvme: call blk_integrity_unregister after queue is cleaned upMing Lei2017-12-151-2/+2
* | nvme-fc: remove double put reference if admin connect failsJames Smart2017-12-151-1/+0
* | nvme: set discard_alignment to zeroDavid Disseldorp2017-12-151-1/+1
|/
* nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im2017-11-281-0/+1
* nvme-rdma: fix memory leak during queue allocationMax Gurtovoy2017-11-281-3/+18
* nvme-rdma: Use mr poolIsrael Rukshin2017-11-261-58/+37
* nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg2017-11-261-2/+7
* nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg2017-11-261-15/+24
* nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg2017-11-261-4/+24
* nvme-rdma: don't suppress send completionsSagi Grimberg2017-11-261-40/+14
* nvme-fc: don't use bit masks for set/test_bit() numbersJens Axboe2017-11-241-2/+2
* nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2017-11-232-1/+3
* nvmet-fc: correct ref counting error when deferred rcv usedJames Smart2017-11-201-3/+6
* nvme: Suppress static analyis warningKeith Busch2017-11-201-5/+2
* nvme: Fix NULL dereference on reservation requestKeith Busch2017-11-201-6/+6
* nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King2017-11-201-1/+1
* nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im2017-11-201-1/+1
* nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng2017-11-201-2/+10
* nvme-loop: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+24
* nvme-fc: check if queue is ready in queue_rqSagi Grimberg2017-11-201-1/+18
* nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2017-11-202-26/+36
* nvmet_fc: fix better length checkingJames Smart2017-11-161-2/+4
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1419-899/+2474
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
OpenPOWER on IntegriCloud