summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12Jens Axboe2021-03-121-3/+2
|\
| * nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong2021-03-111-3/+2
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-3/+3
|/
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-054-45/+50
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-6/+6
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2111-165/+189
|\
| * nvmet: remove else at the end of the functionChaitanya Kulkarni2021-02-101-2/+2
| * nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-104-9/+14
| * nvmet: use min of device_path and disk lenChaitanya Kulkarni2021-02-101-3/+6
| * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-1/+1
| * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-4/+1
| * nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-103-4/+11
| * nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
| * nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-103-40/+32
| * nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
| * nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
| * nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig2021-02-101-1/+1
| * nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg2021-02-101-10/+18
| * nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg2021-02-101-7/+24
| * nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-02-022-5/+13
| * nvmet: remove extra variable in identify nsChaitanya Kulkarni2021-02-021-16/+15
| * nvmet: remove extra variable in id-desclistChaitanya Kulkarni2021-02-021-11/+9
| * nvmet: remove extra variable in smart log nsidChaitanya Kulkarni2021-02-021-11/+9
| * nvme: constify static attribute_group structsRikard Falkeborn2021-02-021-1/+1
| * nvmet-fc: use RCU proctection for assoc_listLeonid Ravich2021-02-021-43/+38
| * nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin2021-02-021-1/+1
| * nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin2021-02-021-3/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-212-2/+2
|\ \
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/
| * block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-1/+1
* | nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg2021-02-031-1/+2
|/
* nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
* nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin2021-01-141-8/+8
* nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin2021-01-061-0/+10
* nvme-fcloop: Fix sscanf type and list_first_entry_or_null warningsJames Smart2021-01-061-3/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-1/+2
|\
| * RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-1/+2
* | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-168-35/+147
|\ \
| * | nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King2020-12-011-1/+1
| * | nvmet: make sure discovery change log event is protectedMax Gurtovoy2020-12-011-0/+1
| * | nvmet: remove unused ctrl->cqsAmit2020-12-012-14/+2
| * | nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2020-12-012-3/+10
| * | nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni2020-12-011-6/+2
| * | nvmet: remove op_flags for passthru commandsChaitanya Kulkarni2020-12-011-7/+1
| * | nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-011-1/+1
| * | nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-013-1/+23
| * | nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-013-0/+27
| * | nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-1/+1
| * | nvme-fcloop: add sysfs attribute to inject command dropJames Smart2020-12-011-2/+79
| |/
* | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei2020-12-071-0/+10