Displaying 8 results from an estimated 8 matches for "blk_sts".
Did you mean:
blists
2020 Apr 18
0
[PATCH AUTOSEL 5.5 74/75] virtio-blk: improve virtqueue error to BLK_STS
From: Halil Pasic <pasic at linux.ibm.com>
[ Upstream commit 3d973b2e9a625996ee997c7303cd793b9d197c65 ]
Let's change the mapping between virtqueue_add errors to BLK_STS
statuses, so that -ENOSPC, which indicates virtqueue full is still
mapped to BLK_STS_DEV_RESOURCE, but -ENOMEM which indicates non-device
specific resource outage is mapped to BLK_STS_RESOURCE.
Signed-off-by: Halil Pasic <pasic at linux.ibm.com>
Link: https://lore.kernel.org/r/20200213123728...
2020 Apr 18
0
[PATCH AUTOSEL 5.4 73/78] virtio-blk: improve virtqueue error to BLK_STS
From: Halil Pasic <pasic at linux.ibm.com>
[ Upstream commit 3d973b2e9a625996ee997c7303cd793b9d197c65 ]
Let's change the mapping between virtqueue_add errors to BLK_STS
statuses, so that -ENOSPC, which indicates virtqueue full is still
mapped to BLK_STS_DEV_RESOURCE, but -ENOMEM which indicates non-device
specific resource outage is mapped to BLK_STS_RESOURCE.
Signed-off-by: Halil Pasic <pasic at linux.ibm.com>
Link: https://lore.kernel.org/r/20200213123728...
2020 Apr 18
0
[PATCH AUTOSEL 4.19 45/47] virtio-blk: improve virtqueue error to BLK_STS
From: Halil Pasic <pasic at linux.ibm.com>
[ Upstream commit 3d973b2e9a625996ee997c7303cd793b9d197c65 ]
Let's change the mapping between virtqueue_add errors to BLK_STS
statuses, so that -ENOSPC, which indicates virtqueue full is still
mapped to BLK_STS_DEV_RESOURCE, but -ENOMEM which indicates non-device
specific resource outage is mapped to BLK_STS_RESOURCE.
Signed-off-by: Halil Pasic <pasic at linux.ibm.com>
Link: https://lore.kernel.org/r/20200213123728...
2020 Feb 13
7
[PATCH 0/2] virtio-blk: improve handling of DMA mapping failures
...I deliberately chose a tiny swiotlb size and have generated
load with fio. With more than one virtio-blk disk in use I experienced
hangs.
The goal of this series is to fix those hangs.
Halil Pasic (2):
virtio-blk: fix hw_queue stopped on arbitrary error
virtio-blk: improve virtqueue error to BLK_STS
drivers/block/virtio_blk.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
base-commit: 39bed42de2e7d74686a2d5a45638d6a5d7e7d473
--
2.17.1
2020 Feb 13
7
[PATCH 0/2] virtio-blk: improve handling of DMA mapping failures
...I deliberately chose a tiny swiotlb size and have generated
load with fio. With more than one virtio-blk disk in use I experienced
hangs.
The goal of this series is to fix those hangs.
Halil Pasic (2):
virtio-blk: fix hw_queue stopped on arbitrary error
virtio-blk: improve virtqueue error to BLK_STS
drivers/block/virtio_blk.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
base-commit: 39bed42de2e7d74686a2d5a45638d6a5d7e7d473
--
2.17.1
2020 Mar 03
1
[PATCH 0/2] virtio-blk: improve handling of DMA mapping failures
...fio. With more than one virtio-blk disk in use I experienced
> > hangs.
> >
> > The goal of this series is to fix those hangs.
> >
> > Halil Pasic (2):
> > virtio-blk: fix hw_queue stopped on arbitrary error
> > virtio-blk: improve virtqueue error to BLK_STS
> >
> > drivers/block/virtio_blk.c | 17 ++++++++++++-----
> > 1 file changed, 12 insertions(+), 5 deletions(-)
> >
> >
> > base-commit: 39bed42de2e7d74686a2d5a45638d6a5d7e7d473
>
> ping
>
> Hi Michael, hi Jason,
>
> I got some favorable...
2020 Mar 03
0
[PATCH 0/2] virtio-blk: improve handling of DMA mapping failures
...e and have generated
> load with fio. With more than one virtio-blk disk in use I experienced
> hangs.
>
> The goal of this series is to fix those hangs.
>
> Halil Pasic (2):
> virtio-blk: fix hw_queue stopped on arbitrary error
> virtio-blk: improve virtqueue error to BLK_STS
>
> drivers/block/virtio_blk.c | 17 ++++++++++++-----
> 1 file changed, 12 insertions(+), 5 deletions(-)
>
>
> base-commit: 39bed42de2e7d74686a2d5a45638d6a5d7e7d473
ping
Hi Michael, hi Jason,
I got some favorable reviews for this, but AFAIK I got nothing form the
maintaine...
2020 Mar 09
1
[GIT PULL] virtio: fixes
...--
virtio: fixes
Some bug fixes all over the place.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
----------------------------------------------------------------
Halil Pasic (2):
virtio-blk: fix hw_queue stopped on arbitrary error
virtio-blk: improve virtqueue error to BLK_STS
Nathan Chancellor (1):
virtio_balloon: Adjust label in virtballoon_probe
Suman Anna (1):
virtio_ring: Fix mem leak with vring_new_virtqueue()
drivers/block/virtio_blk.c | 17 ++++++++++++-----
drivers/virtio/virtio_balloon.c | 2 +-
drivers/virtio/virtio_ring.c | 4 ++--
3...