summaryrefslogtreecommitdiff
path: root/drivers/nvme
Commit message (Expand)AuthorAge
* lightnvm: submit erases using the I/O pathJavier González2017-04-16
* nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer2017-04-16
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-08
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-07
|\
| * nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig2017-04-02
| * nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig2017-04-02
| * nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-02
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-02
| * nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-21
| * nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-21
| * nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg2017-03-16
| * nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2017-03-16
| * nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-03-16
* | nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-05
* | nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-05
* | nvme: cleanup nvme_req_needs_retryChristoph Hellwig2017-04-05
* | nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2017-04-05
* | nvme: factor request completion code into a common helperChristoph Hellwig2017-04-04
* | nvme-fc: drop ctrl for all command completionsChristoph Hellwig2017-04-04
* | nvme-fc: increment request retries counter before requeuingSagi Grimberg2017-04-04
* | nvme-loop: increment request retries counter before requeuingSagi Grimberg2017-04-04
* | nvme-rdma: increment request retries counter before requeuingSagi Grimberg2017-04-04
* | nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-04
* | nvmet_fc: Clear SG list to avoid double freesJames Smart2017-04-04
* | nvme_fc: correct LS validationJames Smart2017-04-04
* | nvmet_fc: Sync NVME LS reject reasons with specJames Smart2017-04-04
* | nvme_fc: Add check of status_code in ERSP_IUJames Smart2017-04-04
* | nvme-rdma: Support ctrl_loss_tmoSagi Grimberg2017-04-04
* | nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-04
* | nvme-rdma: get rid of local reconnect_delaySagi Grimberg2017-04-04
* | nvme-loop: retrieve iod from the cqe command_idSagi Grimberg2017-04-04
* | nvme-loop: remove unneeded includesSagi Grimberg2017-04-04
* | nvme-fc: fix module_init (theoretical) error pathSagi Grimberg2017-04-04
* | nvme-loop: fix module_init (theoretical) error pathSagi Grimberg2017-04-04
* | nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg2017-04-04
* | nvmet: use symbolic constants for log identifiersMax Gurtovoy2017-04-04
* | nvmet: Introduced helper routine for controller status check.Parav Pandit2017-04-04
* | nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit2017-04-04
* | nvme-rdma: use inet_pton_with_scope helperSagi Grimberg2017-04-04
* | nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg2017-04-04
* | nvme-loop: remove some code duplicationSagi Grimberg2017-04-04
* | nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg2017-04-04
* | nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg2017-04-04
* | nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-04
* | nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg2017-04-04
* | nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2017-04-04
* | nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-04
* | nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-04-04
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31