aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 20-132/+1033
2023-10-28nvmet: Convert to bdev_open_by_path()Gravatar Jan Kara 2-9/+12
2023-10-18nvme-pci: add BOGUS_NID for Intel 0a54 deviceGravatar Keith Busch 1-1/+2
2023-10-18nvmet-auth: complete a request only after freeing the dhchap pointersGravatar Maurizio Lombardi 1-3/+6
2023-10-18nvme: sanitize metadata bounce buffer for readsGravatar Keith Busch 1-3/+7
2023-10-17nvme-auth: allow mixing of secret and hash lengthsGravatar Mark O'Donovan 1-8/+0
2023-10-17nvme-auth: use transformed key size to create respGravatar Mark O'Donovan 3-38/+46
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferGravatar Mark O'Donovan 1-12/+25
2023-10-17nvmet-tcp: use 'spin_lock_bh' for state_lock()Gravatar Hannes Reinecke 1-2/+2
2023-10-12nvme: rework NVME_AUTH Kconfig selectionGravatar Hannes Reinecke 7-20/+19
2023-10-11nvmet-tcp: peek icreq before starting TLSGravatar Hannes Reinecke 3-9/+82
2023-10-11nvmet-tcp: control messages for recvmsg()Gravatar Hannes Reinecke 1-13/+80
2023-10-11nvmet-tcp: enable TLS handshake upcallGravatar Hannes Reinecke 4-4/+187
2023-10-11nvmet: Set 'TREQ' to 'required' when TLS is enabledGravatar Hannes Reinecke 2-2/+18
2023-10-11nvmet-tcp: allocate socket fileGravatar Hannes Reinecke 1-4/+14
2023-10-11nvmet-tcp: make nvmet_tcp_alloc_queue() a void functionGravatar Hannes Reinecke 1-10/+10
2023-10-11nvmet: make TCP sectype settable via configfsGravatar Hannes Reinecke 1-1/+74
2023-10-11nvme-fabrics: parse options 'keyring' and 'tls_key'Gravatar Hannes Reinecke 3-5/+70
2023-10-11nvme-tcp: improve icreq/icresp loggingGravatar Hannes Reinecke 1-2/+8
2023-10-11nvme-tcp: control message handling for recvmsg()Gravatar Hannes Reinecke 1-1/+16
2023-10-11nvme-tcp: enable TLS handshake upcallGravatar Hannes Reinecke 7-7/+185
2023-10-11nvme-tcp: allocate socket fileGravatar Hannes Reinecke 1-2/+11
2023-10-11nvme-keyring: implement nvme_tls_psk_default()Gravatar Hannes Reinecke 1-0/+48
2023-10-11nvme-keyring: define a 'psk' keytypeGravatar Hannes Reinecke 1-0/+94
2023-10-11nvme-keyring: register '.nvme' keyringGravatar Hannes Reinecke 4-3/+54
2023-10-10nvme-auth: use chap->s2 to indicate bidirectional authenticationGravatar Martin Wilck 1-2/+2
2023-10-10nvmet-tcp: Fix a possible UAF in queue intialization setupGravatar Sagi Grimberg 1-5/+2
2023-10-05nvme-rdma: do not try to stop unallocated queuesGravatar Maurizio Lombardi 1-0/+3
2023-10-05nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_byGravatar Kees Cook 1-1/+2
2023-09-22blk-mq: update driver tags request table when start requestGravatar Chengming Zhou 1-1/+0
2023-09-14Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Gravatar Jens Axboe 5-25/+38
2023-09-14nvme: avoid bogus CRTO valuesGravatar Keith Busch 1-19/+35
2023-09-12nvme-pci: do not set the NUMA node of device if it has noneGravatar Pratyush Yadav 1-3/+0
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-3/+1
2023-08-21nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()Gravatar Nigel Kirkland 1-1/+1
2023-08-21nvme: host: hwmon: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2023-08-21nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Gravatar Varun Prakash 1-1/+1
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-8/+13
2023-08-11nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopollGravatar Ming Lei 1-2/+0
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Gravatar Jinyoung Choi 2-3/+1
2023-08-01nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512GGravatar August Wikerfors 1-1/+2
2023-07-21nvme-rdma: fix potential unbalanced freeze & unfreezeGravatar Ming Lei 1-1/+2
2023-07-21nvme-tcp: fix potential unbalanced freeze & unfreezeGravatar Ming Lei 1-1/+2
2023-07-21nvme: fix possible hang when removing a controller during error recoveryGravatar Ming Lei 1-3/+7
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-5/+4
2023-07-14Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxGravatar Linus Torvalds 7-24/+88
2023-07-13nvme-pci: fix DMA direction of unmapping integrity dataGravatar Ming Lei 1-1/+1
2023-07-13nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesGravatar Christoph Hellwig 1-3/+33
2023-07-12nvme: ensure disabling pairs with unquiesceGravatar Keith Busch 1-8/+17
2023-07-12nvme-fc: fix race between error recovery and creating associationGravatar Michael Liang 1-5/+16