Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: - MD pull request via Song: - fix an error handling path for md-linear - NVMe pull request via Keith: - Connection fixes for fibre channel transport (Daniel) - Endian fixes (Keith, Christoph) - Cleanup fix for host memory buffer (Francis) - Platform specific power quirks (Georg) - Target memory leak (Sagi) - Use appropriate controller state accessor (Daniel) - Fixup for a regression introduced last week, where sunvdc wasn't updated for an API change, causing compilation failures on sparc64. * tag 'block-6.14-20250207' of git://git.kernel.dk/linux: drivers/block/sunvdc.c: update the correct AIP call md: Fix linear_set_limits() nvme-fc: use ctrl state getter nvme: make nvme_tls_attrs_group static nvmet: add a missing endianess conversion in nvmet_execute_admin_connect nvmet: the result field in nvmet_alloc_ctrl_args is little endian nvmet: fix a memory leak in controller identify nvme-fc: do not ignore connectivity loss during connecting nvme: handle connectivity loss in nvme_set_queue_count nvme-fc: go straight to connecting state when initializing nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk nvme-pci: remove redundant dma frees in hmb nvmet: fix rw control endian access
No related branches found
No related tags found
Showing
- drivers/block/sunvdc.c 2 additions, 2 deletionsdrivers/block/sunvdc.c
- drivers/md/md-linear.c 1 addition, 3 deletionsdrivers/md/md-linear.c
- drivers/nvme/host/core.c 7 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/fc.c 25 additions, 10 deletionsdrivers/nvme/host/fc.c
- drivers/nvme/host/pci.c 3 additions, 9 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/sysfs.c 1 addition, 1 deletiondrivers/nvme/host/sysfs.c
- drivers/nvme/target/admin-cmd.c 1 addition, 0 deletionsdrivers/nvme/target/admin-cmd.c
- drivers/nvme/target/fabrics-cmd.c 1 addition, 1 deletiondrivers/nvme/target/fabrics-cmd.c
- drivers/nvme/target/io-cmd-bdev.c 1 addition, 1 deletiondrivers/nvme/target/io-cmd-bdev.c
- drivers/nvme/target/nvmet.h 1 addition, 1 deletiondrivers/nvme/target/nvmet.h
Loading
Please register or sign in to comment