summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-052-5/+6
* nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-052-4/+1
* nvme: cleanup nvme_req_needs_retryChristoph Hellwig2017-04-051-5/+11
* nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2017-04-052-4/+5
* nvme: factor request completion code into a common helperChristoph Hellwig2017-04-046-93/+40
* nvme-fc: drop ctrl for all command completionsChristoph Hellwig2017-04-041-2/+3
* nvme-fc: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme-loop: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme-rdma: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-041-7/+7
* nvmet_fc: Clear SG list to avoid double freesJames Smart2017-04-041-0/+2
* nvme_fc: correct LS validationJames Smart2017-04-041-4/+5
* nvmet_fc: Sync NVME LS reject reasons with specJames Smart2017-04-041-7/+12
* nvme_fc: Add check of status_code in ERSP_IUJames Smart2017-04-041-0/+1
* nvme-rdma: Support ctrl_loss_tmoSagi Grimberg2017-04-041-13/+28
* nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-042-0/+38
* nvme-rdma: get rid of local reconnect_delaySagi Grimberg2017-04-041-5/+3
* nvme-loop: retrieve iod from the cqe command_idSagi Grimberg2017-04-041-6/+25
* nvme-loop: remove unneeded includesSagi Grimberg2017-04-041-2/+0
* nvme-fc: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+10
* nvme-loop: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+6
* nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-5/+13
* nvmet: use symbolic constants for log identifiersMax Gurtovoy2017-04-041-6/+6
* nvmet: Introduced helper routine for controller status check.Parav Pandit2017-04-046-34/+41
* nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit2017-04-044-21/+20
* nvme-rdma: use inet_pton_with_scope helperSagi Grimberg2017-04-041-44/+19
* nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg2017-04-041-13/+29
* nvme-loop: remove some code duplicationSagi Grimberg2017-04-041-12/+21
* nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg2017-04-041-1/+1
* nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg2017-04-041-0/+5
* nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-14/+14
* nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg2017-04-041-5/+3
* nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2017-04-042-1/+11
* nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-38/+50
* nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-04-041-1/+1
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-314-8/+8
* block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-033-9/+87
|\
| * nvme: Complete all stuck requestsKeith Busch2017-03-023-5/+79
| * nvme: allocate nvme_queue in correct nodeShaohua Li2017-03-021-4/+8
* | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
|/
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * nvme-rdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10
* | nvme: detect NVMe controller in recent MacBooksDaniel Roschka2017-02-221-0/+1
* | nvme-rdma: add support for host_traddrMax Gurtovoy2017-02-221-2/+21
* | nvmet-rdma: Fix error handlingChristophe JAILLET2017-02-221-1/+1
* | nvmet-rdma: use nvme cm status helperMax Gurtovoy2017-02-221-2/+3
* | nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy2017-02-221-22/+0
OpenPOWER on IntegriCloud