summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorLines
2017-07-10nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy-1/+1
2017-07-10nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart-7/+13
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg-13/+6
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg-1/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg-0/+3
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg-4/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg-8/+7
2017-06-28nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg-33/+67
2017-06-28nvmet_fc: fix crashes on bad opcodesJames Smart-4/+6
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg-5/+3
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig-21/+4
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig-9/+4
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche-2/+0
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn-0/+37
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn-0/+31
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn-1/+64
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn-3/+3
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg-4/+4
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg-3/+0
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-2/+2
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig-9/+8
2017-06-05nvme: switch to uuid_tChristoph Hellwig-0/+1
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig-1/+1
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel-0/+8
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart-4/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig-8/+9
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe-6/+6
2017-04-24Merge branch 'master' into for-4.12/post-mergeJens Axboe-1/+1
2017-04-24nvmet-fcloop: mark two symbols staticChristoph Hellwig-2/+2
2017-04-24nvmet-fc: properly endian swap sq_headChristoph Hellwig-1/+1
2017-04-24nvmet-fc: mark the sqhd field as __le16Christoph Hellwig-1/+1
2017-04-24nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig-1/+1
2017-04-24nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig-1/+1
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart-1/+1
2017-04-21nvmet_fc: add missing reference in add_portJames Smart-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart-76/+281
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart-7/+16
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart-5/+37
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe-7/+25
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig-5/+2
2017-04-09nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg-1/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig-1/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe-3/+3
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig-16/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg-0/+1
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart-0/+2
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart-7/+12