Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Four small fixes for this cycle: - followup fix from Neil for a fix that went in before -rc2, ensuring that we always see the full per-task bio_list. - fix for blk-mq-sched from me that ensures that we retain similar direct-to-issue behavior on running the queue. - fix from Sagi fixing a potential NULL pointer dereference in blk-mq on spurious CPU unplug. - a memory leak fix in writeback from Tahsin, fixing a case where device removal of a mounted device can leak a struct wb_writeback_work" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly() writeback: fix memory leak in wb_queue_work() blk-mq: Fix tagset reinit in the presence of cpu hot-unplug blk: Ensure users for current->bio_list can see the full list.
No related branches found
No related tags found
Showing
- block/bio.c 9 additions, 3 deletionsblock/bio.c
- block/blk-core.c 18 additions, 12 deletionsblock/blk-core.c
- block/blk-mq-tag.c 3 additions, 0 deletionsblock/blk-mq-tag.c
- block/blk-mq.c 5 additions, 4 deletionsblock/blk-mq.c
- drivers/md/dm.c 16 additions, 13 deletionsdrivers/md/dm.c
- drivers/md/raid10.c 2 additions, 1 deletiondrivers/md/raid10.c
- fs/fs-writeback.c 21 additions, 14 deletionsfs/fs-writeback.c
Loading
Please register or sign in to comment