aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-04-04nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2-0/+38
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg1-5/+3
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg1-6/+25
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg1-2/+0
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg1-1/+10
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6
2017-04-04nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg1-5/+13
2017-04-04nvmet: use symbolic constants for log identifiersMax Gurtovoy1-6/+6
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit6-34/+41
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit4-21/+20
2017-04-04nvme-rdma: use inet_pton_with_scope helperSagi Grimberg1-44/+19
2017-04-04nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg1-13/+29
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg1-12/+21
2017-04-04nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg1-1/+1
2017-04-04nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg1-0/+5
2017-04-04nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-04-04nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2-1/+11
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers4-8/+8
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+87
2017-03-02nvme: Complete all stuck requestsKeith Busch3-5/+79
2017-03-02nvme: allocate nvme_queue in correct nodeShaohua Li1-4/+8
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2-0/+4
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-23nvme/pci: re-check security protocol support after resetScott Bauer1-7/+10
2017-02-22nvme: detect NVMe controller in recent MacBooksDaniel Roschka1-0/+1
2017-02-22nvme-rdma: add support for host_traddrMax Gurtovoy1-2/+21
2017-02-22nvmet-rdma: Fix error handlingChristophe JAILLET1-1/+1
2017-02-22nvmet-rdma: use nvme cm status helperMax Gurtovoy1-2/+3
2017-02-22nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy1-22/+0
2017-02-22nvme-fc: don't bother to validate ioccsz and iorcszJames Smart1-12/+0
2017-02-22nvme/pci: No special case for queue busy on IOKeith Busch1-4/+1
2017-02-22nvme/core: Fix race kicking freed request_queueKeith Busch1-3/+3
2017-02-22nvme/pci: Disable on removal when disconnectedKeith Busch1-1/+3
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski2-0/+165
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2-0/+65
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn5-8/+10
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit3-5/+6
2017-02-22nvme: add semicolon in nvme_command settingMax Gurtovoy1-2/+2
2017-02-22nvmet: avoid dereferencing nvmet_reqMax Gurtovoy1-1/+1
2017-02-22nvme: Make controller state visible via sysfsSagi Grimberg1-0/+24
2017-02-22nvmet: Make cntlid globally uniqueSagi Grimberg3-9/+6
2017-02-22nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart1-5/+3
2017-02-22nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe6-25/+52
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe4-51/+322