summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-10nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy
2024-01-08nvme-pci: enhance timeout kernel logKeith Busch
2024-01-05nvme: trace: avoid memcpy overflow warningArnd Bergmann
2024-01-05nvmet: re-fix tracing strncpy() warningArnd Bergmann
2024-01-05nvme: introduce nvme_disk_is_ns_head helperGuixin Liu
2024-01-05nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin
2024-01-05nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner
2024-01-03nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig
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-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig
2024-01-03nvme-common: mark nvme_tls_psk_prio staticChristoph Hellwig
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
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-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess
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-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu
2023-12-13nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu
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: prevent potential spectre v1 gadgetNitesh Shetty