summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig
2024-01-03nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig
2024-01-03nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu
2023-12-21Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-19nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi
2023-12-19nvme: repack struct nvme_ns_headDaniel Wagner
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner
2023-12-19nvme: rename ns attribute groupDaniel Wagner
2023-12-19nvme: refactor ns info setup functionDaniel Wagner
2023-12-19nvme: refactor ns info helpersDaniel Wagner
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner
2023-12-19Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber
2023-12-06nvme-fabrics: check ioccsz and iorcszGuixin Liu
2023-12-06nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu
2023-12-04nvme: fix deadlock between reset and scanBitao Hu
2023-12-04nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptionsShin'ichiro Kawasaki
2023-12-04nvme-ioctl: move capable() admin check to the endKeith Busch
2023-12-04nvme: ensure reset state check orderingKeith Busch
2023-12-04nvme: introduce helper function to get ctrl stateKeith Busch
2023-12-01nvme: use bio_integrity_map_userKeith Busch
2023-12-01nvme-fc: replace deprecated strncpy with strscpyJustin Stitt
2023-12-01nvme-fabrics: replace deprecated strncpy with strscpyJustin Stitt
2023-12-01nvme-core: check for too small lba shiftKeith Busch
2023-11-27nvme: check for valid nvme_identify_ns() before using itEwan D. Milne
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi
2023-11-27nvme: fine-tune sending of first keep-aliveMark O'Donovan
2023-11-22nvme: tcp: fix compile-time checks for TLS modeArnd Bergmann
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke
2023-11-20nvme: blank out authentication fabrics options if not configuredHannes Reinecke
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke
2023-11-20nvme-tcp: only evaluate 'tls' option if TLS is selectedHannes Reinecke
2023-11-20nvme-auth: set explanation code for failure2 msgsMark O'Donovan
2023-11-20nvme-auth: unlock mutex in one place onlyMark O'Donovan
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke
2023-11-06nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()Hannes Reinecke
2023-11-06nvme-auth: always set valid seq_num in dhchap replyMark O'Donovan
2023-11-06nvme-auth: add flag for bi-directional authMark O'Donovan
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan
2023-11-06nvme: fix error-handling for io_uring nvme-passthroughAnuj Gupta
2023-11-06nvme: update firmware version after commitDaniel Wagner
2023-11-06nvme-tcp: Fix a memory leakChristophe JAILLET