summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy2017-07-101-1/+1
* nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart2017-07-101-7/+13
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-13/+6
* nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
* nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-021-4/+3
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-021-8/+7
* nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
* nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-1/+0
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-283-5/+3
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-21/+4
* nvme-loop: merge init_request methodsChristoph Hellwig2017-06-151-9/+4
* nvmet-fc: Remove a set-but-not-used variableBart Van Assche2017-06-151-2/+0
* nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-151-0/+37
* nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn2017-06-151-0/+31
* nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-153-1/+64
* nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-152-3/+3
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-4/+4
* nvme-loop: get rid of unused controller lockSagi Grimberg2017-06-151-3/+0
* Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-0/+1
|\
| * nvme: switch to uuid_tChristoph Hellwig2017-06-051-0/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-9/+8
|/
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-261-1/+1
* nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-203-0/+8
* nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-202-4/+1
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-8/+9
* Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-272-6/+6
|\
| * nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| * nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-241-1/+1
| * nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-241-1/+1
| * nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-241-1/+1
| * nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-241-1/+1
* | Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-241-1/+1
|\ \ | |/ |/|
| * nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg2017-04-091-1/+1
* | nvmet_fc: Change traddr field separator to a colonJames Smart2017-04-211-1/+1
* | nvmet_fc: add missing reference in add_portJames Smart2017-04-211-0/+1
* | nvmet_fc: Rework target side abort handlingJames Smart2017-04-212-76/+281
* | nvme_fcloop: split job struct from transport for req_releaseJames Smart2017-04-211-8/+17
* | nvmet_fc: add req_release to lldd apiJames Smart2017-04-212-7/+16
* | nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-212-5/+37
* | nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe2017-04-211-7/+25
* | nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-5/+2
* | 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-072-3/+3
|\ \ | |/
| * 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-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-38/+50
OpenPOWER on IntegriCloud