summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke1-2/+4
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2-5/+12
2021-05-26nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu1-1/+1
2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo1-1/+3
2021-05-19nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo1-1/+1
2021-05-12nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-11nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni1-3/+3
2021-05-11nvmet: use helper to remove the duplicate codeChaitanya Kulkarni1-5/+2
2021-05-11nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni1-1/+1
2021-05-11nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon1-2/+2
2021-05-11nvmet: fix inline bio check for passthruChaitanya Kulkarni1-1/+1
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2-1/+7
2021-05-04nvmet: remove unsupported command noiseKeith Busch1-3/+3
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-2/+2
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds9-80/+167
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
2021-04-15nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King1-1/+1
2021-04-15nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel1-31/+46
2021-04-15nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi1-8/+31
2021-04-02nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark1-2/+34
2021-04-02nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-04-02nvme: use driver pdu command for passthroughKeith Busch1-1/+3
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2-0/+7
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni1-0/+1
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni1-1/+1
2021-04-02nvmet: replace white spaces with tabsChaitanya Kulkarni1-1/+1
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni3-7/+6
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2-5/+3
2021-04-02nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni1-1/+0
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