[Devel] [PATCH RHEL7 COMMIT] sunrpc: print connect status value upon retry

2017-04-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.10.2.vz7.29.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.10.2.vz7.29.12 --> commit 455d5ba9506998f589b9929266c12627c9baf589 Author: Stanislav Kinsburskiy Date: Thu Apr 6 12:54:23 2017 +0400 sun

[Devel] [PATCH RHEL7 COMMIT] net/af_packet: fix kmem charge/uncharge

2017-04-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.10.2.vz7.29.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.10.2.vz7.29.12 --> commit 45acf36083a840bdc14aebc55f15cae1f27cc12e Author: Andrey Ryabinin Date: Thu Apr 6 12:54:22 2017 +0400 net/af_pa

[Devel] [PATCH RHEL7 COMMIT] ploop: fix IS_PSTORAGE() macro: add check for "vstorage"

2017-04-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.10.2.vz7.29.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.10.2.vz7.29.12 --> commit 6800600cb6b9347b0c388bf2dbffec4affb6f1d4 Author: Maxim Patlasov Date: Thu Apr 6 12:58:22 2017 +0400 ploop: fix

[Devel] [PATCH] dump: any non-negative return code of run_scripts means an error

2017-04-06 Thread Andrey Vagin
From: Andrei Vagin run_scripts can execute notifications via rpc, so WEXITSTATUS() can't be applied to return codes in this case. And an action script can be killed and it is an error too. This patch may fix on of errors of https://jira.sw.ru/browse/PSBM-62583 Signed-off-by: Andrei Vagin ---

Re: [Devel] [PATCH] dump: any non-negative return code of run_scripts means an error

2017-04-06 Thread Cyrill Gorcunov
On Thu, Apr 06, 2017 at 12:46:06PM -0700, Andrey Vagin wrote: > From: Andrei Vagin > > run_scripts can execute notifications via rpc, so WEXITSTATUS() > can't be applied to return codes in this case. Pushed into 2.10.0.36. Thanks! ___ Devel mailing list

[Devel] [PATCH vz7] fuse: optimize writepages search

2017-04-06 Thread Maxim Patlasov
The patch re-works fi->writepages replacing list with rb-tree. This improves performance because kernel fuse iterates through fi->writepages for each writeback page and typical number of entries is about 800 (for 100MB of fuse writeback). Before patch: # dd if=/dev/zero of=/pcs2860/fil bs=1M coun