summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-10/+2
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-10/+2
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-5/+5
|\ \ | |/ |/|
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-5/+5
* | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-2912-313/+611
|\ \
| * | nvme: add tracepoint for nvme_complete_rqJohannes Thumshirn2018-01-262-0/+27
| * | nvme: add tracepoint for nvme_setup_cmdJohannes Thumshirn2018-01-264-0/+281
| * | nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-262-3/+18
| * | nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy2018-01-251-3/+0
| * | nvme: don't free uuid pointer before printing itJohannes Thumshirn2018-01-251-1/+2
| * | nvme-pci: Suspend queues after deleting themKeith Busch2018-01-251-19/+8
| * | nvme-pci: Fix queue double allocationsKeith Busch2018-01-231-0/+3
| * | nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig2018-01-171-6/+17
| * | nvme-pci: clean up CMB initializationChristoph Hellwig2018-01-171-27/+14
| * | nvme-fc: correct hang in nvme_ns_remove()James Smart2018-01-171-0/+3
| * | nvme-fc: fix rogue admin cmds stalling teardownJames Smart2018-01-171-0/+3
| * | nvme-fabrics: fix memory leak when parsing host ID optionRoland Dreier2018-01-151-1/+3
| * | nvme: fix comment typos in nvme_create_io_queuesMinwoo Im2018-01-151-2/+2
| * | nvme: host delete_work and reset_work on separate workqueuesRoy Shterman2018-01-153-6/+42
| * | nvme-pci: allocate device queues storage space at probeSagi Grimberg2018-01-151-37/+26
| * | nvme-pci: serialize pci resetsSagi Grimberg2018-01-153-2/+4
| * | nvme/multipath: Use blk_path_errorKeith Busch2018-01-101-13/+1
| * | nvme/multipath: Consult blk_status_t for failoverKeith Busch2018-01-103-42/+16
| * | nvme: Add more command status translationKeith Busch2018-01-101-0/+7
| * | nvme: fix subsystem multiple controllers support checkIsrael Rukshin2018-01-081-1/+17
| * | nvme: take refcount on transport moduleNitzan Carmi2018-01-081-3/+14
| * | nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-083-12/+44
| * | nvme: modify the debug level for setting shutdown timeoutMax Gurtovoy2018-01-081-1/+1
| * | nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg2018-01-081-2/+2
| * | 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-084-4/+17
| * | 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-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