[GIT PULL] Block fixes for 4.1-rc

2015-06-03 Thread Jens Axboe
Hi Linus, Sending this off now, as I'm not aware of other current bugs, nor do I expect further fixes before 4.1 final. This pull request contains two fixes: - A fix for a bdi unregister warning that gets spewed on md, due to a regression introduced earlier in this cycle. From Neil Brown. - A

[GIT PULL] Block fixes for 4.1-rc

2015-05-22 Thread Jens Axboe
Hi Linus, Three small fixes that have been picked up the last few weeks. Specifically: - Fix a memory corruption issue in NVMe with malignant user constructed request. From Christoph. - Kill (now) unused blk_queue_bio(), dm was changed to not need this anymore. From Mike Snitzer. - Always u

[GIT PULL] Block fixes for 4.1-rc

2015-05-08 Thread Jens Axboe
Hi Linus, A collection of fixes since the merge window. This pull request contains: - Fix for a double elevator module release, from Chao Yu. Ancient bug. - The splice() MORE flag fix from Christophe Leroy. - A fix for NVMe, fixing a patch that went in in the merge window. From Keith. - Two