Re: [Devel] [PATCH vz9 v3] fs/fuse kio: implement rpc errors collection

2023-08-01 Thread Andrey Zaitsev
ack From: Yuriy Vasilev Sent: Thursday, July 27, 2023 7:50:30 PM To: Alexey Kuznetsov Cc: Andrey Zaitsev; Devel; yuriy.vasi...@virtuozzo.com Subject: [PATCH vz9 v3] fs/fuse kio: implement rpc errors collection Implement collecting rpc errors and exporting them

Re: [Devel] fuse: call proper fiemap_prep as it is required by new kernel api

2023-10-16 Thread Andrey Zaitsev
ok for me From: Denis V. Lunev Sent: Sunday, October 15, 2023 10:08:40 PM To: Alexey Kuznetsov; Devel; khore...@virtuozzo.com; Andrey Zaitsev; Kui Liu Subject: Re: fuse: call proper fiemap_prep as it is required by new kernel api On 10/13/23 20:35, Alexey

Re: [Devel] [PATCH] fs/fuse kio: export fastpath protocol version

2019-04-11 Thread Andrey Zaitsev
ok for me 11.04.2019 14:41, Pavel Butsykin пишет: > In order to transfer the logic of the fallback decision to user-space, > let's add export fastpath version. > > #PSBM-93637 > > Signed-off-by: Pavel Butsykin > --- > fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 6 ++ > fs/fuse/kio/pcs/pcs_ioctl.h

Re: [Devel] [PATCH v2 0/2] fix jumbo chunk warning

2019-04-15 Thread Andrey Zaitsev
ok for me 15.04.2019 12:37, Pavel Butsykin пишет: > Initially the warning was added incorrectly due to unsynchronization of > pcs_mds_sys_info structure with the userspace client. Let's sync the structure > and fix that. > > Pavel Butsykin (2): >fs/fuse kio: sync pcs_mds_sys_info struct >fs

Re: [Devel] [PATCH 0/4] KIO performance fixes

2019-04-15 Thread Andrey Zaitsev
ok for me 15.04.2019 12:03, Pavel Butsykin пишет: > #VSTOR-11050 > > This patch-set aims to fix the performance issue with single-thread sequential > async reads. > > Pavel Butsykin (4): >fs/fuse kio: fix a typo in worth_to_grow() >fs/fuse kio: relax congestion avoidance limits (backport fr

Re: [Devel] [PATCH] ploop: Clear abort bit on replace delta

2019-04-17 Thread Andrey Zaitsev
ok for me 17.04.2019 14:54, Kirill Tkhai пишет: > New delta should perform IO well, so clear the bit > to allow bio handling. > > https://pmc.acronis.com/browse/VSTOR-22414 > > Signed-off-by: Kirill Tkhai > --- > drivers/block/ploop/dev.c |1 + > 1 file changed, 1 insertion(+) > > diff --g

Re: [Devel] [PATCH] ploop: kaio: Enter standby mode also on EIO

2019-04-17 Thread Andrey Zaitsev
ok for me 17.04.2019 16:26, Kirill Tkhai пишет: > vstorage may return EIO on lease lose (in addition to EBUSY > and ENOTCONN). It's difficult to make vstorage and fastpath > to return only EBUSY and ENOTCONN in such situations. > > So, Andrei suggested to ented standby mode on EIO too. > > Signed-

Re: [Devel] [PATCH] fs/fuse kio: fix fuse_mutex leak in pcs_fuse_stat_fini()

2019-07-04 Thread Andrey Zaitsev
ok for me 03.07.2019 15:09, Pavel Butsykin пишет: > Signed-off-by: Pavel Butsykin > --- > fs/fuse/kio/pcs/fuse_stat.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/fs/fuse/kio/pcs/fuse_stat.c b/fs/fuse/kio/pcs/fuse_stat.c > index bc3879d33de9..580f655e7567 100644

Re: [Devel] [PATCH VZ9] fs/fuse kio: fix hang rpc over rdma io

2025-05-08 Thread Andrey Zaitsev
Hello, Den. Who could help with preparing RK for this patch ? От: Alexey Kuznetsov Отправлено: 8 мая 2025 г. 14:15 Кому: Kui Liu Копия: devel@openvz.org ; Andrey Zaitsev ; Konstantin Khorenko Тема: Re: [PATCH VZ9] fs/fuse kio: fix hang rpc over rdma io Hello