aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21nvme: let dm-mpath distinguish nvme error codesJunxiong Guan1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart2-76/+281
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+16
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart2-5/+37
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-2/+141
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2-2/+2
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig3-6/+4
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig7-60/+65
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig1-8/+8
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-5/+1
2017-04-16lightnvm: bad type conversion for nvme control bitsJavier González1-1/+1
2017-04-16lightnvm: enable nvme size compile assertsMatias Bjørling1-2/+4
2017-04-16lightnvm: submit erases using the I/O pathJavier González1-22/+10
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer1-1/+1
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig3-11/+11
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe3-4/+4
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig2-5/+6
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig2-4/+1
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig1-5/+11
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2-4/+5
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig6-93/+40
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig1-2/+3
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart1-7/+7
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart1-0/+2
2017-04-04nvme_fc: correct LS validationJames Smart1-4/+5
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart1-7/+12
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart1-0/+1
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg1-13/+28
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