Re: [PATCH v2 0/7] block: some misc changes

2015-10-21 Thread Jens Axboe
On 10/20/2015 09:13 AM, Ming Lei wrote: Hi, The 1st patch is one fix for automatic flush plug in case of nomerge queue. The following four patches are optimizations related with bio splitting. The 6th patch is one fix for using trace_block_plug(). The 7th patch is to mark ctx as pending at ba

[PATCH v2 0/7] block: some misc changes

2015-10-20 Thread Ming Lei
Hi, The 1st patch is one fix for automatic flush plug in case of nomerge queue. The following four patches are optimizations related with bio splitting. The 6th patch is one fix for using trace_block_plug(). The 7th patch is to mark ctx as pending at batch in flush plug path. V2: - Jef