summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2021-03-25nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-04nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni1-1/+1
2021-03-04nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-03-04nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg1-10/+18
2021-03-04nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg1-7/+24
2021-02-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-07nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2021-01-19nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin1-8/+8
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-1/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni1-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe1-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe1-1/+8
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni1-2/+2
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart1-1/+1
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni1-0/+16
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel3-2/+6
2020-09-27nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich1-11/+10
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni1-11/+16
2020-09-23Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-09-17nvmet: get transport reference for passthru ctrlChristoph Hellwig1-0/+2
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+11
2020-08-29nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-29nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds4-9/+25
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+4
2020-08-22nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-08-22nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+1
2020-08-22nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-22nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-22nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-22nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe1-0/+8
2020-08-22nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni1-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
2020-07-29nvmet: introduce the passthru Kconfig optionChaitanya Kulkarni1-0/+12
2020-07-29nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2-0/+100
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe4-1/+111
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe5-2/+506
2020-07-29nvmet-fc: remove redundant del_work_active flagJames Smart1-24/+3
2020-07-29nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart1-1/+2
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni3-57/+27
2020-07-29nvmet-rdma: use new shared CQ mechanismYamin Friedman1-7/+7
2020-07-08nvmet-tcp: simplify nvmet_process_resp_listSagi Grimberg1-9/+3
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang1-6/+23
2020-07-08nvmet: use unsigned type for u64Chaitanya Kulkarni1-8/+8
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy5-7/+7
2020-07-08nvmet-tcp: remove has_keyed_sgls initializationMax Gurtovoy1-1/+0