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-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 passthruChaitanya Kulkarni1-1/+1
2021-05-19nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2-1/+7
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-12nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
2021-05-12nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-03-18nvmet-tcp: fix kmap leak when data digest in useElad Grupi1-1/+1
2021-03-18nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig1-2/+2
2021-03-12Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12Jens Axboe1-3/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-3/+3
2021-03-11nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong1-3/+2
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy4-45/+50
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)2-6/+6
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds11-165/+189
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2021-02-10nvmet: remove else at the end of the functionChaitanya Kulkarni1-2/+2
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni4-9/+14
2021-02-10nvmet: use min of device_path and disk lenChaitanya Kulkarni1-3/+6
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni1-1/+1
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni1-4/+1
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni3-4/+11
2021-02-10nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni1-2/+1
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni3-40/+32
2021-02-10nvmet: return uniform error for invalid nsChaitanya Kulkarni1-2/+2
2021-02-10nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni1-1/+1
2021-02-10nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig1-1/+1
2021-02-10nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg1-10/+18
2021-02-10nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg1-7/+24
2021-02-03nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni2-5/+13
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni1-11/+9
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni1-11/+9
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn1-1/+1
2021-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich1-43/+38