summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* nvme-loop: do not warn for deleted controllers during resetHannes Reinecke2021-06-021-2/+4
* nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke2021-06-021-1/+2
* nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke2021-06-021-0/+1
* nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke2021-06-021-0/+1
* nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-262-5/+12
* nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu2021-05-261-1/+1
* nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* nvmet: seset ns->file when open failsDaniel Wagner2021-05-121-3/+5
* nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni2021-05-111-3/+3
* nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
* nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni2021-05-111-1/+1
* nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon2021-05-111-2/+2
* nvmet: fix inline bio check for passthruChaitanya Kulkarni2021-05-111-1/+1
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-112-1/+7
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-2/+2
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-289-80/+167
|\
| * nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
| * nvmet: fix a spelling mistake "nubmer" -> "number"Colin Ian King2021-04-151-1/+1
| * nvmet-fc: simplify nvmet_fc_alloc_hostportAmit Engel2021-04-151-31/+46
| * nvmet-tcp: fix a segmentation fault during io parsing errorElad Grupi2021-04-151-8/+31
| * nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark2021-04-021-2/+34
| * nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg2021-04-021-2/+2
| * nvmet: return proper error code from discovery ctrlHou Pu2021-04-021-2/+4
| * nvme: use driver pdu command for passthroughKeith Busch2021-04-021-1/+3
| * nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2021-04-022-0/+7
| * nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-023-17/+20
| * nvmet-fc: update function documentationChaitanya Kulkarni2021-04-021-0/+1
| * nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
| * nvmet: replace white spaces with tabsChaitanya Kulkarni2021-04-021-1/+1
| * nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-023-7/+6
| * nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-022-5/+3
| * nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni2021-04-021-1/+0
* | nvmet-tcp: fix kmap leak when data digest in useElad Grupi2021-03-181-1/+1
* | nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-181-3/+14
* | nvme-fabrics: only reserve a single tagChristoph Hellwig2021-03-181-2/+2
|/
* 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