summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
2021-06-18nvme-loop: do not warn for deleted controllers during resetHannes Reinecke1-2/+4
2021-06-18nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-18nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-18nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-06-16nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2-5/+12
2021-06-10nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16
2021-06-03nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu1-1/+1
2021-05-26nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-26nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo1-1/+3
2021-05-26nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo1-1/+1
2021-05-26nvmet: remove unused ctrl->cqsAmit2-14/+2
2021-05-22nvmet: remove unsupported command noiseKeith Busch1-3/+3
2021-05-19nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon1-2/+2
2021-05-19nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2-1/+7
2021-05-19nvmet: add lba to sect conversion helpersChaitanya Kulkarni2-5/+13
2021-05-14nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi1-8/+31
2021-05-14nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-05-11nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-04-07nvmet-tcp: fix kmap leak when data digest in useElad Grupi1-1/+1
2021-03-30nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong1-3/+2
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