aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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-26block: 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
2021-02-02nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin1-1/+1