search for: houtao1

Displaying 4 results from an estimated 4 matches for "houtao1".

2023 Aug 06
0
[PATCH v4] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
...t; Looks good to me, > > Reviewed-by: Vishal Verma <vishal.l.verma at intel.com> > > Dave, will you queue this for 6.6. Generally if you expect me to merge a patch I should be CC'd. > > > > Thanks, > > Pankaj > > > > > From: Hou Tao <houtao1 at huawei.com> > > > > > > When doing mkfs.xfs on a pmem device, the following warning was > > > reported: > > > > > > ?------------[ cut here ]------------ > > > ?WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submit_bio_noacct > >...
2023 Aug 06
0
[PATCH v4] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
...t; Looks good to me, > > Reviewed-by: Vishal Verma <vishal.l.verma at intel.com> > > Dave, will you queue this for 6.6. Generally if you expect me to merge a patch I should be CC'd. > > > > Thanks, > > Pankaj > > > > > From: Hou Tao <houtao1 at huawei.com> > > > > > > When doing mkfs.xfs on a pmem device, the following warning was > > > reported: > > > > > > ?------------[ cut here ]------------ > > > ?WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submit_bio_noacct > >...
2020 Jun 15
0
[PATCH] virtio-blk: free vblk-vqs in error path of virtblk_probe()
On Mon, Jun 15, 2020 at 12:14:59PM +0800, Hou Tao wrote: > Else there will be memory leak if alloc_disk() fails. > > Fixes: 6a27b656fc02 ("block: virtio-blk: support multi virt queues per virtio-blk device") > Signed-off-by: Hou Tao <houtao1 at huawei.com> > --- > drivers/block/virtio_blk.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c > index 9d21bf0f155e..980df853ee49 100644 > --- a/drivers/block/virtio_blk.c > +++ b/drivers/block/virtio_b...
2020 Jun 30
0
[PATCH] virtio-blk: free vblk-vqs in error path of virtblk_probe()
On Mon, Jun 15, 2020 at 12:14:59PM +0800, Hou Tao wrote: > Else there will be memory leak if alloc_disk() fails. > > Fixes: 6a27b656fc02 ("block: virtio-blk: support multi virt queues per virtio-blk device") > Signed-off-by: Hou Tao <houtao1 at huawei.com> > --- > drivers/block/virtio_blk.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c > index 9d21bf0f155e..980df853ee49 100644 > --- a/drivers/block/virtio_blk.c > +++ b/drivers/block/virtio_b...