Re: [dm-devel] [PATCH v2] dm: add support for DM_TARGET_NOWAIT for various targets

2020-11-18 Thread Mike Snitzer
I just staged this for 5.11, see: https://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git/commit/?h=dm-5.11&id=373ce365b756bf6fec237461a0bbe65f33f201f6 I tweaked your patch header just a bit. Thanks, Mike On Tue, Nov 17 2020 at 9:01pm -0500, JeffleXu wrote: > Hi Mike, > >

Re: [dm-devel] [PATCH v2] dm: add support for DM_TARGET_NOWAIT for various targets

2020-11-17 Thread JeffleXu
Hi Mike, How about this patch? I just tweaks the commit message in this v2 patch to make the purpose clearer, while keep the code unstained. Thanks, Jeffle On 11/13/20 10:05 AM, Jeffle Xu wrote: commit 021a24460dc2 ("block: add QUEUE_FLAG_NOWAIT") adds a new queue flag QUEUE_FLAG_NOWAIT

Re: [dm-devel] [PATCH v2] dm: add support for DM_TARGET_NOWAIT for various targets

2020-11-13 Thread JeffleXu
Hi Mike, I just tweaks the commit message in this v2 patch to make the purpose clearer, while keep the code unstained. Thanks, Jeffle On 11/13/20 10:05 AM, Jeffle Xu wrote: commit 021a24460dc2 ("block: add QUEUE_FLAG_NOWAIT") adds a new queue flag QUEUE_FLAG_NOWAIT to advertise if the bd

[dm-devel] [PATCH v2] dm: add support for DM_TARGET_NOWAIT for various targets

2020-11-13 Thread Jeffle Xu
commit 021a24460dc2 ("block: add QUEUE_FLAG_NOWAIT") adds a new queue flag QUEUE_FLAG_NOWAIT to advertise if the bdev supports handling of REQ_NOWAIT or not. DM core supports this in commit 6abc49468eea ("dm: add support for REQ_NOWAIT and enable it for linear target"), in which only dm-linear is e