summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1814-87/+146
|\
| * nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+16
| * nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+15
| * nvme-pci: set doorbell config before unquiescingWilliam Butler2024-01-101-1/+1
| * nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-081-3/+7
| * nvme-tcp: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+3
| * nvme-rdma: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+8
| * nvme-pci: enhance timeout kernel logKeith Busch2024-01-081-10/+13
| * nvme: trace: avoid memcpy overflow warningArnd Bergmann2024-01-051-1/+1
| * nvmet: re-fix tracing strncpy() warningArnd Bergmann2024-01-051-2/+1
| * nvme: introduce nvme_disk_is_ns_head helperGuixin Liu2024-01-053-6/+17
| * nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin2024-01-051-0/+2
| * nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner2024-01-051-5/+2
| * nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2024-01-032-14/+20
| * nvmet-fc: remove unnecessary bracketDaniel Wagner2024-01-031-1/+1
| * nvme: simplify the max_discard_segments calculationChristoph Hellwig2024-01-032-9/+6
| * nvme: fix max_discard_sectors calculationChristoph Hellwig2024-01-032-12/+9
| * nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig2024-01-031-3/+1
| * nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig2024-01-031-1/+7
| * nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig2024-01-031-1/+1
| * nvme-common: mark nvme_tls_psk_prio staticChristoph Hellwig2024-01-031-1/+1
| * nvme: tcp: remove unnecessary goto statementGuixin Liu2024-01-031-3/+2
| * nvmet-tcp: remove boilerplate codeMaurizio Lombardi2024-01-021-8/+8
| * nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi2024-01-021-2/+1
| * nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi2024-01-021-1/+12
* | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\ \
| * | io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-121-1/+1
* | | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1111-325/+307
|\ \ \ | | |/ | |/|
| * | Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe2023-12-2111-156/+277
| |\ \
| | * | nvme-fc: set numa_node after nvme_init_ctrlKeith Busch2023-12-211-4/+2
| | * | nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy2023-12-211-2/+2
| | * | nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess2023-12-191-2/+2
| | * | nvme: repack struct nvme_ns_headDaniel Wagner2023-12-191-4/+4
| | * | nvme: add csi, ms and nuse to sysfsDaniel Wagner2023-12-193-1/+96
| | * | nvme: rename ns attribute groupDaniel Wagner2023-12-194-10/+10
| | * | nvme: refactor ns info setup functionDaniel Wagner2023-12-192-60/+62
| | * | nvme: refactor ns info helpersDaniel Wagner2023-12-194-28/+34
| | * | nvme: move ns id info to struct nvme_ns_headDaniel Wagner2023-12-195-66/+69
| | * | nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu2023-12-131-3/+0
| | * | nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu2023-12-131-2/+2
| | * | nvme-fabrics: check ioccsz and iorcszGuixin Liu2023-12-061-0/+14
| | * | nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu2023-12-061-18/+24
| * | | block: simplify disk_set_zonedChristoph Hellwig2023-12-191-1/+1
| * | | block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-1/+1
| |/ /
| * | nvme: use bio_integrity_map_userKeith Busch2023-12-011-168/+29
* | | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-102-6/+6
|\ \ \
| * | | nvme-fc: replace deprecated strncpy with strscpyJustin Stitt2023-12-011-4/+4
| * | | nvme-fabrics: replace deprecated strncpy with strscpyJustin Stitt2023-12-011-2/+2
* | | | nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi2023-12-191-1/+2
* | | | Revert "nvme-fc: fix race between error recovery and creating association"Keith Busch2023-12-191-16/+5
| |_|/ |/| |