summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-202-2/+2
* nvme: make nvme_error_status privateChristoph Hellwig2017-04-203-6/+4
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-207-60/+65
* nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig2017-04-201-8/+8
* lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-191-5/+1
* lightnvm: bad type conversion for nvme control bitsJavier González2017-04-161-1/+1
* lightnvm: enable nvme size compile assertsMatias Bjørling2017-04-161-2/+4
* lightnvm: submit erases using the I/O pathJavier González2017-04-161-22/+10
* nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer2017-04-161-1/+1
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-083-11/+11
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-1/+1
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-073-4/+4
|\
| * nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig2017-04-021-1/+1
| * nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig2017-04-021-1/+1
| * nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-021-1/+1
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
| * nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-38/+50
| * nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-14/+14
| * nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg2017-03-161-5/+3
| * nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2017-03-162-1/+11
| * nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-03-161-1/+1
* | 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