summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-6/+9
|\
| * PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-7/+8
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-1/+1
|\ \
| * | nvme: Allocate queues for all possible CPUsChristoph Hellwig2017-06-281-1/+1
* | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0321-3247/+1206Star
|\ \ \
| * | | nvme: Makefile: remove dead build ruleValentin Rothberg2017-06-291-1/+0Star
| * | | nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
| * | | nvme_fc: fix error recovery on link down.James Smart2017-06-281-4/+4
| * | | nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
| * | | nvme_fc: Fix crash when nvme controller connection fails.James Smart2017-06-281-0/+3
| * | | nvme_fc: replace ioabort msleep loop with completionJames Smart2017-06-281-7/+6Star
| * | | nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart2017-06-281-4/+1Star
| * | | nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig2017-06-281-0/+9
| * | | nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig2017-06-281-11/+4Star
| * | | nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-287-18/+29
| * | | nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig2017-06-281-3/+0Star
| * | | nvme: explicitly disable APST on quirked devicesKai-Heng Feng2017-06-282-8/+10
| * | | nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-287-19/+10Star
| * | | nvme: add hostid token to fabric optionsJohannes Thumshirn2017-06-282-3/+20
| * | | nvme: Remove SCSI translationsKeith Busch2017-06-284-2541/+3Star
| * | | nvme-pci: open-code polling logic in nvme_pollSagi Grimberg2017-06-281-19/+21
| * | | nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg2017-06-281-22/+26
| * | | nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg2017-06-281-23/+30
| * | | nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg2017-06-281-4/+13
| * | | nvme: add support for streams and directivesJens Axboe2017-06-272-4/+151
| * | | lightnvm: propagate right error code to targetJavier González2017-06-271-1/+1
| * | | nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-191-0/+6
| * | | blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-1/+1
| * | | nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2017-06-162-0/+10
| * | | nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg2017-06-151-1/+2
| * | | nvme: no need to wait for the reset when keepalive failsChristoph Hellwig2017-06-151-1/+1
| * | | nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-156-111/+47Star
| * | | nvme-pci: merge init_request methodsChristoph Hellwig2017-06-151-15/+3Star
| * | | nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4Star
| * | | nvme-fc: merge init_request methodsChristoph Hellwig2017-06-151-13/+3Star
| * | | nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig2017-06-151-32/+11Star
| * | | nvme: move protection information check into nvme_setup_rwChristoph Hellwig2017-06-152-15/+14Star
| * | | nvme: mark shutdown_timeout staticChristoph Hellwig2017-06-152-5/+2Star
| * | | nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter2017-06-151-0/+2
| * | | nvmf: keep track of nvmet connect error statusGuan Junxiong2017-06-151-0/+18
| * | | nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0Star
| * | | nvme: use ctrl->device consistently for loggingJohannes Thumshirn2017-06-151-5/+5
| * | | nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-151-0/+37
| * | | nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn2017-06-151-0/+31
| * | | nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-153-1/+64
| * | | nvme: provide UUID value to userspaceJohannes Thumshirn2017-06-151-1/+24
| * | | nvme: get list of namespace descriptorsJohannes Thumshirn2017-06-152-0/+80
| * | | nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2017-06-152-6/+6
| * | | nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-154-6/+6
| * | | nvme-pci: remove redundant includesSagi Grimberg2017-06-151-13/+0Star