aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-1/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+1
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-4/+3
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig1-18/+30
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-1/+1
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-1/+1
2018-05-03nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn1-0/+6
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-9/+2
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-2/+2
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig1-2/+2
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-1/+1
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman1-0/+1
2017-11-20nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2017-11-10nvmet: better data length validationChristoph Hellwig1-1/+2
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-1/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-11/+3
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig1-4/+0
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-39/+9
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-1/+1
2017-10-19nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-13/+6
2017-07-06nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-1/+2
2017-07-04nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+3
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-4/+3
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-8/+7
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-1/+0
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-3/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-21/+4
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig1-9/+4
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg1-4/+4
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg1-3/+0
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-9/+8
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-8/+9
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+53
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-5/+2
2017-04-09nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg1-1/+1
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-16/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
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-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg1-12/+21
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2