-
- Downloads
Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: "Nothing major in here, just miscellanous fixes for MD and NVMe: - NVMe pull request via Keith: - Proper nvme ctrl state setting (Keith) - Passthrough command optimization (Keith) - Spectre fix (Nitesh) - Kconfig clarifications (Shin'ichiro) - Frozen state deadlock fix (Bitao) - Power setting quirk (Georg) - MD pull requests via Song: - 6.7 regresisons with recovery/sync (Yu) - Reshape fix (David)" * tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linux: md: split MD_RECOVERY_NEEDED out of mddev_resume nvme-pci: Add sleep quirk for Kingston drives md: fix stopping sync thread md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() md: fix missing flush of sync_work nvme: fix deadlock between reset and scan nvme: prevent potential spectre v1 gadget nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions nvme-ioctl: move capable() admin check to the end nvme: ensure reset state check ordering nvme: introduce helper function to get ctrl state md/raid6: use valid sector values to determine if an I/O should wait on the reshape
Showing
- drivers/md/md.c 76 additions, 68 deletionsdrivers/md/md.c
- drivers/md/raid5.c 2 additions, 2 deletionsdrivers/md/raid5.c
- drivers/nvme/host/Kconfig 3 additions, 2 deletionsdrivers/nvme/host/Kconfig
- drivers/nvme/host/core.c 32 additions, 20 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/fc.c 3 additions, 3 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/ioctl.c 11 additions, 10 deletionsdrivers/nvme/host/ioctl.c
- drivers/nvme/host/nvme.h 11 additions, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 22 additions, 8 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/rdma.c 14 additions, 9 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/host/tcp.c 17 additions, 10 deletionsdrivers/nvme/host/tcp.c
- drivers/nvme/target/Kconfig 3 additions, 2 deletionsdrivers/nvme/target/Kconfig
- drivers/nvme/target/configfs.c 3 additions, 0 deletionsdrivers/nvme/target/configfs.c
Loading
Please register or sign in to comment