summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-0120-132/+1033
|\
| * nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan2023-10-171-8/+0
| * nvme-auth: use transformed key size to create respMark O'Donovan2023-10-173-38/+46
| * nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan2023-10-171-12/+25
| * nvmet-tcp: use 'spin_lock_bh' for state_lock()Hannes Reinecke2023-10-171-2/+2
| * nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke2023-10-127-20/+19
| * nvmet-tcp: peek icreq before starting TLSHannes Reinecke2023-10-113-9/+82
| * nvmet-tcp: control messages for recvmsg()Hannes Reinecke2023-10-111-13/+80
| * nvmet-tcp: enable TLS handshake upcallHannes Reinecke2023-10-114-4/+187
| * nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke2023-10-112-2/+18
| * nvmet-tcp: allocate socket fileHannes Reinecke2023-10-111-4/+14
| * nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionHannes Reinecke2023-10-111-10/+10
| * nvmet: make TCP sectype settable via configfsHannes Reinecke2023-10-111-1/+74
| * nvme-fabrics: parse options 'keyring' and 'tls_key'Hannes Reinecke2023-10-113-5/+70
| * nvme-tcp: improve icreq/icresp loggingHannes Reinecke2023-10-111-2/+8
| * nvme-tcp: control message handling for recvmsg()Hannes Reinecke2023-10-111-1/+16
| * nvme-tcp: enable TLS handshake upcallHannes Reinecke2023-10-117-7/+185
| * nvme-tcp: allocate socket fileHannes Reinecke2023-10-111-2/+11
| * nvme-keyring: implement nvme_tls_psk_default()Hannes Reinecke2023-10-111-0/+48
| * nvme-keyring: define a 'psk' keytypeHannes Reinecke2023-10-111-0/+94
| * nvme-keyring: register '.nvme' keyringHannes Reinecke2023-10-114-3/+54
| * nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byKees Cook2023-10-051-1/+2
| * blk-mq: update driver tags request table when start requestChengming Zhou2023-09-221-1/+0
* | nvmet: Convert to bdev_open_by_path()Jan Kara2023-10-282-9/+12
* | nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch2023-10-181-1/+2
* | nvmet-auth: complete a request only after freeing the dhchap pointersMaurizio Lombardi2023-10-181-3/+6
* | nvme: sanitize metadata bounce buffer for readsKeith Busch2023-10-181-3/+7
* | nvme-auth: use chap->s2 to indicate bidirectional authenticationMartin Wilck2023-10-101-2/+2
* | nvmet-tcp: Fix a possible UAF in queue intialization setupSagi Grimberg2023-10-101-5/+2
* | nvme-rdma: do not try to stop unallocated queuesMaurizio Lombardi2023-10-051-0/+3
|/
* Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe2023-09-145-25/+38
|\
| * nvme: avoid bogus CRTO valuesKeith Busch2023-09-141-19/+35
| * nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav2023-09-121-3/+0
| * nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Nigel Kirkland2023-08-211-1/+1
| * nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-08-211-1/+1
| * nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash2023-08-211-1/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-292-3/+1
|\|
| * bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-092-3/+1
* | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-115-8/+13
|\ \ | |/ |/|
| * nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollMing Lei2023-08-111-2/+0
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GAugust Wikerfors2023-08-011-1/+2
| * nvme-rdma: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme-tcp: fix potential unbalanced freeze & unfreezeMing Lei2023-07-211-1/+2
| * nvme: fix possible hang when removing a controller during error recoveryMing Lei2023-07-211-3/+7
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-07-141-5/+4
|\ \
| * \ Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-5/+4
| |\ \
| | * | scsi: nvme: zns: Set zone limits before revalidating zonesDamien Le Moal2023-07-051-5/+4
* | | | Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds2023-07-147-24/+88
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | nvme-pci: fix DMA direction of unmapping integrity dataMing Lei2023-07-131-1/+1
| * | nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig2023-07-131-3/+33