Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A few block fixes that should go into this release: - NVMe pull request: - set ana_log_size to 0 after freeing ana_log_buf (Hou Tao) - show subsys nqn for duplicate cntlids (Keith Busch) - disable namespace access for unsupported metadata (Keith Busch) - report write pointer for a full zone as zone start + zone len (Niklas Cassel) - fix use after free when disconnecting a reconnecting ctrl (Ruozhu Li) - fix a list corruption in nvmet-tcp (Sagi Grimberg) - Fix for a regression on DIO single bio async IO (Pavel) - ioprio seteuid fix (Davidlohr) - mtd fix that subsequently got reverted as it was broken, will get re-done and submitted for the next round - Two MD fixes via Song (Markus, zhangyue)" * tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block: Revert "mtd_blkdevs: don't scan partitions for plain mtdblock" block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) md: fix double free of mddev->private in autorun_array() md: fix update super 1.0 on rdev size change nvmet-tcp: fix possible list corruption for unexpected command failure block: fix single bio async DIO error handling nvme: fix use after free when disconnecting a reconnecting ctrl nvme-multipath: set ana_log_size to 0 after free ana_log_buf mtd_blkdevs: don't scan partitions for plain mtdblock nvme: report write pointer for a full zone as zone start + zone len nvme: disable namespace access for unsupported metadata nvme: show subsys nqn for duplicate cntlids
No related branches found
No related tags found
Showing
- block/fops.c 1 addition, 2 deletionsblock/fops.c
- block/ioprio.c 3 additions, 0 deletionsblock/ioprio.c
- drivers/md/md.c 3 additions, 1 deletiondrivers/md/md.c
- drivers/nvme/host/core.c 18 additions, 5 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/multipath.c 2 additions, 1 deletiondrivers/nvme/host/multipath.c
- drivers/nvme/host/nvme.h 1 addition, 1 deletiondrivers/nvme/host/nvme.h
- drivers/nvme/host/zns.c 4 additions, 1 deletiondrivers/nvme/host/zns.c
- drivers/nvme/target/tcp.c 8 additions, 1 deletiondrivers/nvme/target/tcp.c
Loading
Please register or sign in to comment