Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block layer fixes from Jens Axboe: "Outside of bcache (which really isn't super big), these are all few-liners. There are a few important fixes in here: - Fix blk pm sleeping when holding the queue lock - A small collection of bcache fixes that have been done and tested since bcache was included in this merge window. - A fix for a raid5 regression introduced with the bio changes. - Two important fixes for mtip32xx, fixing an oops and potential data corruption (or hang) due to wrong bio iteration on stacked devices." * 'for-linus' of git://git.kernel.dk/linux-block: scatterlist: sg_set_buf() argument must be in linear mapping raid5: Initialize bi_vcnt pktcdvd: silence static checker warning block: remove refs to XD disks from documentation blkpm: avoid sleep when holding queue lock mtip32xx: Correctly handle bio->bi_idx != 0 conditions mtip32xx: Fix NULL pointer dereference during module unload bcache: Fix error handling in init code bcache: clarify free/available/unused space bcache: drop "select CLOSURES" bcache: Fix incompatible pointer type warning
Showing
- Documentation/bcache.txt 9 additions, 3 deletionsDocumentation/bcache.txt
- Documentation/devices.txt 2 additions, 6 deletionsDocumentation/devices.txt
- Documentation/kernel-parameters.txt 0 additions, 3 deletionsDocumentation/kernel-parameters.txt
- Documentation/m68k/kernel-options.txt 0 additions, 2 deletionsDocumentation/m68k/kernel-options.txt
- block/blk-core.c 1 addition, 1 deletionblock/blk-core.c
- drivers/block/mtip32xx/mtip32xx.c 5 additions, 3 deletionsdrivers/block/mtip32xx/mtip32xx.c
- drivers/block/pktcdvd.c 2 additions, 1 deletiondrivers/block/pktcdvd.c
- drivers/md/bcache/Kconfig 0 additions, 1 deletiondrivers/md/bcache/Kconfig
- drivers/md/bcache/bcache.h 1 addition, 1 deletiondrivers/md/bcache/bcache.h
- drivers/md/bcache/stats.c 16 additions, 18 deletionsdrivers/md/bcache/stats.c
- drivers/md/bcache/super.c 82 additions, 103 deletionsdrivers/md/bcache/super.c
- drivers/md/bcache/writeback.c 1 addition, 1 deletiondrivers/md/bcache/writeback.c
- drivers/md/raid5.c 2 additions, 0 deletionsdrivers/md/raid5.c
- include/linux/scatterlist.h 3 additions, 0 deletionsinclude/linux/scatterlist.h
Loading
Please register or sign in to comment