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