summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+2
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-35/+147
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei-0/+10
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-10/+10
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King-1/+1
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy-0/+1
2020-12-01nvmet: remove unused ctrl->cqsAmit-14/+2
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni-3/+10
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni-1/+1
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni-1/+23
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni-0/+27
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni-1/+1
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart-2/+79
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig-1/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni-16/+9
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe-1/+8
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi-1/+2
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni-2/+2
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart-1/+1
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni-0/+16
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel-2/+6
2020-09-27nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich-11/+10
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni-11/+16
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2020-09-17nvmet: get transport reference for passthru ctrlChristoph Hellwig-0/+2
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+11
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET-2/+2
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang-1/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+4
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel-0/+6
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig-1/+1
2020-08-21nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni-3/+3
2020-08-21nvmet: fix oops in pt cmd executionChaitanya Kulkarni-3/+3
2020-08-21nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni-4/+5
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe-0/+8
2020-08-21nvmet: fix a memory leakSagi Grimberg-0/+1
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni-0/+3
2020-07-29nvmet: introduce the passthru Kconfig optionChaitanya Kulkarni-0/+12
2020-07-29nvmet: introduce the passthru configfs interfaceLogan Gunthorpe-0/+100
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe-1/+111
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe-2/+506
2020-07-29nvmet-fc: remove redundant del_work_active flagJames Smart-24/+3
2020-07-29nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart-1/+2
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni-57/+27