summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-33/+42
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff1-0/+13
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-01nvmet-passthru: clear EUID/NGUID/UUID while using loop targetNilay Shroff1-4/+2
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-4/+14
2024-09-03nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi1-0/+10
2024-08-27nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-23nvmet: Make nvmet_debugfs staticJinjie Ruan1-1/+1
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke1-2/+0
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke1-0/+12
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds19-118/+486
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor1-1/+1
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+33
2024-06-24nvmet-rdma: implement host_traddr()Hannes Reinecke1-0/+12
2024-06-24nvmet-tcp: implement host_traddr()Hannes Reinecke1-0/+14
2024-06-24nvmet: add 'host_traddr' callback for debugfsHannes Reinecke3-0/+31
2024-06-24nvmet: add debugfs supportHannes Reinecke6-3/+262
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu10-101/+101
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-06-21nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke1-9/+30
2024-06-17nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke1-1/+1
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig2-8/+9
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner3-9/+1
2024-06-12nvmet-passthru: propagate status from id override functionsDaniel Wagner1-3/+3
2024-05-28nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg1-0/+9
2024-05-23nvmet: fix ns enable/disable possible hangSagi Grimberg1-0/+8
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe6-60/+68
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-7/+3
2024-05-08nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg1-12/+4
2024-05-08nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter1-3/+2
2024-05-07nvmet: make nvmet_wq unboundSagi Grimberg1-1/+2
2024-05-07nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg1-10/+6
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi1-1/+1
2024-05-01nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke4-45/+43
2024-05-01nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2-5/+19
2024-05-01nvmet: fix nvme status code when namespace is disabledSagi Grimberg3-1/+18
2024-05-01nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg1-7/+4
2024-05-01nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi1-3/+3
2024-05-01nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi1-1/+1
2024-04-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal1-7/+3
2024-04-04nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner1-7/+10
2024-04-04nvmet: implement unique discovery NQNHannes Reinecke2-0/+54
2024-03-21Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe3-5/+102
2024-03-21nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu1-5/+3
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds10-21/+74