aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 8-318/+303
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+6
2023-12-21Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Gravatar Jens Axboe 8-149/+273
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlGravatar Keith Busch 1-4/+2
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszGravatar Max Gurtovoy 1-2/+2
2023-12-19block: simplify disk_set_zonedGravatar Christoph Hellwig 1-1/+1
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 1-1/+1
2023-12-19nvme-pci: fix sleeping function called from interrupt contextGravatar Maurizio Lombardi 1-1/+2
2023-12-19nvme: repack struct nvme_ns_headGravatar Daniel Wagner 1-4/+4
2023-12-19nvme: add csi, ms and nuse to sysfsGravatar Daniel Wagner 3-1/+96
2023-12-19nvme: rename ns attribute groupGravatar Daniel Wagner 4-10/+10
2023-12-19nvme: refactor ns info setup functionGravatar Daniel Wagner 2-60/+62
2023-12-19nvme: refactor ns info helpersGravatar Daniel Wagner 4-28/+34
2023-12-19nvme: move ns id info to struct nvme_ns_headGravatar Daniel Wagner 5-66/+69
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Gravatar Keith Busch 1-16/+5
2023-12-12io_uring: split out cmd api into a separate headerGravatar Pavel Begunkov 1-1/+1
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGravatar Georg Gottleuber 2-1/+20
2023-12-06nvme-fabrics: check ioccsz and iorcszGravatar Guixin Liu 1-0/+14
2023-12-06nvme: introduce nvme_check_ctrl_fabric_info helperGravatar Guixin Liu 1-18/+24
2023-12-04nvme: fix deadlock between reset and scanGravatar Bitao Hu 2-0/+11
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsGravatar Shin'ichiro Kawasaki 1-2/+3
2023-12-04nvme-ioctl: move capable() admin check to the endGravatar Keith Busch 1-10/+11
2023-12-04nvme: ensure reset state check orderingGravatar Keith Busch 5-49/+63
2023-12-04nvme: introduce helper function to get ctrl stateGravatar Keith Busch 1-0/+5
2023-12-01nvme: use bio_integrity_map_userGravatar Keith Busch 1-168/+29
2023-12-01nvme-fc: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-4/+4
2023-12-01nvme-fabrics: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-2/+2
2023-12-01nvme-core: check for too small lba shiftGravatar Keith Busch 1-2/+3
2023-11-27nvme: check for valid nvme_identify_ns() before using itGravatar Ewan D. Milne 1-0/+9
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Gravatar Maurizio Lombardi 1-2/+5
2023-11-27nvme: fine-tune sending of first keep-aliveGravatar Mark O'Donovan 1-2/+11
2023-11-22nvme: tcp: fix compile-time checks for TLS modeGravatar Arnd Bergmann 1-17/+14
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionGravatar Hannes Reinecke 4-12/+11
2023-11-20nvme: blank out authentication fabrics options if not configuredGravatar Hannes Reinecke 1-0/+2
2023-11-20nvme: catch errors from nvme_configure_metadata()Gravatar Hannes Reinecke 1-6/+13
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedGravatar Hannes Reinecke 1-1/+1
2023-11-20nvme-auth: set explanation code for failure2 msgsGravatar Mark O'Donovan 1-0/+2
2023-11-20nvme-auth: unlock mutex in one place onlyGravatar Mark O'Donovan 1-2/+1
2023-11-08nvme: keyring: fix conditional compilationGravatar Hannes Reinecke 1-8/+1
2023-11-07nvme: common: make keyring and auth separate modulesGravatar Arnd Bergmann 1-2/+0
2023-11-06nvme: start keep-alive after admin queue setupGravatar Hannes Reinecke 2-3/+9
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Gravatar Hannes Reinecke 1-5/+1
2023-11-06nvme-auth: always set valid seq_num in dhchap replyGravatar Mark O'Donovan 1-2/+1
2023-11-06nvme-auth: add flag for bi-directional authGravatar Mark O'Donovan 1-1/+4
2023-11-06nvme-auth: auth success1 msg always includes respGravatar Mark O'Donovan 1-4/+1
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughGravatar Anuj Gupta 1-2/+5
2023-11-06nvme: update firmware version after commitGravatar Daniel Wagner 1-1/+14
2023-11-06nvme-tcp: Fix a memory leakGravatar Christophe JAILLET 1-1/+2
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 10-45/+318