summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart
2017-04-04nvme_fc: correct LS validationJames Smart
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg
2017-04-04nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg
2017-04-04nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg
2017-04-04nvmet: use symbolic constants for log identifiersMax Gurtovoy
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit
2017-04-04nvme-rdma: use inet_pton_with_scope helperSagi Grimberg
2017-04-04nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg
2017-04-04nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg
2017-04-04nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg
2017-04-04nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-04-04nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg
2017-04-02nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig
2017-04-02nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig
2017-04-02nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig
2017-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei
2017-03-21nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-03-21nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg
2017-03-16nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg
2017-03-16nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg
2017-03-16nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02nvme: Complete all stuck requestsKeith Busch