Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - fix for a memory leak on certain unplug events - a collection of bcache fixes from Kent and Nicolas - a few null_blk fixes and updates form Matias - a marking of static of functions in the stec pci-e driver * 'for-linus' of git://git.kernel.dk/linux-block: null_blk: support submit_queues on use_per_node_hctx null_blk: set use_per_node_hctx param to false null_blk: corrections to documentation null_blk: warning on ignored submit_queues param null_blk: refactor init and init errors code paths null_blk: documentation null_blk: mem garbage on NUMA systems during init drivers: block: Mark the functions as static in skd_main.c bcache: New writeback PD controller bcache: bugfix for race between moving_gc and bucket_invalidate bcache: fix for gc and writeback race bcache: bugfix - moving_gc now moves only correct buckets bcache: fix for gc crashing when no sectors are used bcache: Fix heap_peek() macro bcache: Fix for can_attach_cache() bcache: Fix dirty_data accounting bcache: Use uninterruptible sleep in writeback bcache: kthread don't set writeback task to INTERUPTIBLE block: fix memory leaks on unplugging block device bcache: fix sparse non static symbol warning
Showing
- Documentation/block/null_blk.txt 72 additions, 0 deletionsDocumentation/block/null_blk.txt
- block/blk-mq-sysfs.c 13 additions, 0 deletionsblock/blk-mq-sysfs.c
- drivers/block/null_blk.c 76 additions, 26 deletionsdrivers/block/null_blk.c
- drivers/block/skd_main.c 2 additions, 2 deletionsdrivers/block/skd_main.c
- drivers/md/bcache/alloc.c 2 additions, 0 deletionsdrivers/md/bcache/alloc.c
- drivers/md/bcache/bcache.h 6 additions, 6 deletionsdrivers/md/bcache/bcache.h
- drivers/md/bcache/btree.c 25 additions, 2 deletionsdrivers/md/bcache/btree.c
- drivers/md/bcache/movinggc.c 15 additions, 6 deletionsdrivers/md/bcache/movinggc.c
- drivers/md/bcache/super.c 1 addition, 1 deletiondrivers/md/bcache/super.c
- drivers/md/bcache/sysfs.c 29 additions, 21 deletionsdrivers/md/bcache/sysfs.c
- drivers/md/bcache/util.c 7 additions, 1 deletiondrivers/md/bcache/util.c
- drivers/md/bcache/util.h 1 addition, 1 deletiondrivers/md/bcache/util.h
- drivers/md/bcache/writeback.c 25 additions, 28 deletionsdrivers/md/bcache/writeback.c
Loading
Please register or sign in to comment