Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A few fixes to round off the merge window on the block side: - a set of bcache fixes by way of Michael Lyle, from the usual bcache suspects. - add a simple-to-hook-into function for bpf EIO error injection. - fix blk-wbt that mischarectized flushes as reads. Improve the logic so that flushes and writes are accounted as writes, and only reads as reads. From me. - fix requeue crash in BFQ, from Paolo" * tag 'for-linus-20180210' of git://git.kernel.dk/linux-block: block, bfq: add requeue-request hook bcache: fix for data collapse after re-attaching an attached device bcache: return attach error when no cache set exist bcache: set writeback_rate_update_seconds in range [1, 60] seconds bcache: fix for allocator and register thread race bcache: set error_limit correctly bcache: properly set task state in bch_writeback_thread() bcache: fix high CPU occupancy during journal bcache: add journal statistic block: Add should_fail_bio() for bpf error injection blk-wbt: account flush requests correctly
Showing
- block/bfq-iosched.c 82 additions, 25 deletionsblock/bfq-iosched.c
- block/blk-core.c 10 additions, 1 deletionblock/blk-core.c
- block/blk-wbt.c 9 additions, 1 deletionblock/blk-wbt.c
- drivers/md/bcache/alloc.c 3 additions, 1 deletiondrivers/md/bcache/alloc.c
- drivers/md/bcache/bcache.h 8 additions, 1 deletiondrivers/md/bcache/bcache.h
- drivers/md/bcache/btree.c 6 additions, 3 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/journal.c 37 additions, 15 deletionsdrivers/md/bcache/journal.c
- drivers/md/bcache/super.c 19 additions, 6 deletionsdrivers/md/bcache/super.c
- drivers/md/bcache/sysfs.c 27 additions, 7 deletionsdrivers/md/bcache/sysfs.c
- drivers/md/bcache/util.h 2 additions, 0 deletionsdrivers/md/bcache/util.h
- drivers/md/bcache/writeback.c 6 additions, 3 deletionsdrivers/md/bcache/writeback.c
- drivers/md/bcache/writeback.h 3 additions, 0 deletionsdrivers/md/bcache/writeback.h
Loading
Please register or sign in to comment