[GIT PULL] Block fixes for 4.14-rc

2017-11-01 Thread Jens Axboe
Hi Linus, A few fixes that should go into this series. This pull request contains: - Regression fix for ide-cd, ensuring that a request is fully initialized. From Hongxu. - Ditto fix for virtio_blk, from Bart. - NVMe fix from Keith, ensuring that we set the right block size on

[GIT PULL] Block fixes for 4.14-rc

2017-10-26 Thread Jens Axboe
Hi Linus, A few select fixes that should go into this series. Mainly for NVMe, but also a single stable fix for nbd from Josef. Please pull! git://git.kernel.dk/linux-block.git for-linus James Smart (3): nvme-fc: fix

[GIT PULL] Block fixes for 4.14-rc

2017-10-18 Thread Jens Axboe
Hi Linus, Three small fixes in this pull request: - A fix for skd, it was using kfree() to free a structure allocate with kmem_cache_alloc(). - Stable fix for nbd, fixing a regression using the normal ioctl based tools. - Fix for a previous fix in this series, that fixed up inconsistencies