summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds6 days1-7/+3
|\
| * nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal2024-04-171-7/+3
* | nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg11 days1-12/+4
* | nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter11 days1-3/+2
* | nvmet: make nvmet_wq unboundSagi Grimberg12 days1-1/+2
* | nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi12 days1-1/+1
* | nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-013-1/+18
* | nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg2024-05-011-7/+4
* | nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi2024-05-011-3/+3
* | nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi2024-05-011-1/+1
* | nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
* | nvmet: implement unique discovery NQNHannes Reinecke2024-04-042-0/+54
|/
* Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-213-5/+102
|\
| * nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| * nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| * nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| * nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-3/+1
|\ \
| * | net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-3/+1
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1110-21/+74
|\ \ \ | | |/ | |/|
| * | nvme: fcloop: make fcloop_class constantRicardo B. Marliere2024-03-051-8/+9
| * | nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy2024-03-021-0/+8
| * | nvmet: introduce new max queue size configuration entryMax Gurtovoy2024-03-023-3/+46
| * | nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy2024-03-021-0/+2
| * | nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2024-03-022-2/+1
| * | nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-024-4/+4
| * | nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy2024-03-021-1/+2
| * | block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-3/+2
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-112-9/+9
|\ \ \ | |_|/ |/| |
| * | nvme: port block device access to fileChristian Brauner2024-02-252-9/+9
* | | nvmet: remove superfluous initializationChaitanya Kulkarni2024-02-131-2/+2
| |/ |/|
* | nvmet-fc: use RCU list iterator for assoc_listDaniel Wagner2024-02-011-12/+22
* | nvmet-fc: take ref count on tgtport before delete assocDaniel Wagner2024-02-011-8/+23
* | nvmet-fc: avoid deadlock on delete association pathDaniel Wagner2024-02-011-3/+13
* | nvmet-fc: abort command when there is no bindingDaniel Wagner2024-02-011-2/+6
* | nvmet-fc: do not tack refs on tgtports from assocDaniel Wagner2024-02-011-7/+1
* | nvmet-fc: remove null hostport pointer checkDaniel Wagner2024-02-011-4/+2
* | nvmet-fc: hold reference on hostport matchDaniel Wagner2024-02-011-2/+0
* | nvmet-fc: free queue and assoc directlyDaniel Wagner2024-02-011-4/+2
* | nvmet-fc: defer cleanup using RCU properlyDaniel Wagner2024-02-011-46/+37
* | nvmet-fc: release reference on target portDaniel Wagner2024-02-011-1/+2
* | nvmet-fcloop: swap the list_add_tail argumentsDaniel Wagner2024-02-011-3/+3
* | nvme: use ctrl state accessorKeith Busch2024-01-291-3/+5
* | nvmet-tcp: fix nvme tcp ida memory leakGuixin Liu2024-01-261-0/+1
* | nvmet: add module description to stop warningsChaitanya Kulkarni2024-01-246-0/+6
* | nvmet: unify aer type enumGuixin Liu2024-01-232-3/+3
|/
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-186-37/+78
|\
| * nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+16
| * nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+15
| * nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-081-3/+7