-
- Downloads
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A few fixes for the current series that should go into -rc4. This contains: - a fix for a potential corruption of un-started requests from Ming. - a blk-stat fix from Omar, ensuring we flush the stat batch before checking nr_samples. - a set of fixes from Sagi for the nvmeof family" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq: don't complete un-started request in timeout handler nvme-loop: handle cpu unplug when re-establishing the controller nvme-rdma: handle cpu unplug when re-establishing the controller nvmet-rdma: Fix a possible uninitialized variable dereference nvmet: confirm sq percpu has scheduled and switched to atomic nvme-loop: fix a possible use-after-free when destroying the admin queue blk-stat: fix blk_stat_sum() if all samples are batched
No related branches found
No related tags found
Showing
- block/blk-mq.c 1 addition, 10 deletionsblock/blk-mq.c
- block/blk-stat.c 2 additions, 2 deletionsblock/blk-stat.c
- drivers/nvme/host/rdma.c 14 additions, 14 deletionsdrivers/nvme/host/rdma.c
- drivers/nvme/target/core.c 10 additions, 1 deletiondrivers/nvme/target/core.c
- drivers/nvme/target/loop.c 51 additions, 39 deletionsdrivers/nvme/target/loop.c
- drivers/nvme/target/nvmet.h 1 addition, 0 deletionsdrivers/nvme/target/nvmet.h
- drivers/nvme/target/rdma.c 3 additions, 5 deletionsdrivers/nvme/target/rdma.c
Loading
Please register or sign in to comment