Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: - NVMe pull request via Keith: - More device quirks (Sagi, Hristo, Adrian, Daniel) - Controller delete race (Maurizo) - Multipath cleanup fix (Christoph) - Deny writeable mmap mapping on a readonly block device (Loic) - Kill unused define that got introduced by accident (Christoph) - Error handling fix for s390 dasd (Stefan) - ublk locking fix (Ming) * tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linux: block: remove NFL4_UFLG_MASK block: Deny writable memory mapping if block is read-only s390/dasd: fix command reject error on ESE devices nvme-pci: Add quirk for Teamgroup MP33 SSD ublk: fix AB-BA lockdep warning nvme: do not let the user delete a ctrl before a complete initialization nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk nvme-pci: clamp max_hw_sectors based on DMA optimized limitation nvme-pci: add quirk for missing secondary temperature thresholds nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
Showing
- block/fops.c 11 additions, 1 deletionblock/fops.c
- drivers/block/ublk_drv.c 7 additions, 2 deletionsdrivers/block/ublk_drv.c
- drivers/nvme/host/core.c 5 additions, 1 deletiondrivers/nvme/host/core.c
- drivers/nvme/host/hwmon.c 3 additions, 1 deletiondrivers/nvme/host/hwmon.c
- drivers/nvme/host/multipath.c 0 additions, 1 deletiondrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 5 additions, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 7 additions, 1 deletiondrivers/nvme/host/pci.c
- drivers/s390/block/dasd_eckd.c 31 additions, 2 deletionsdrivers/s390/block/dasd_eckd.c
- include/linux/blkdev.h 0 additions, 2 deletionsinclude/linux/blkdev.h
Please register or sign in to comment