[Devel] [PATCH RHEL7 COMMIT] fuse: fuse_prepare_write() should not wait on fuse-writeback

2016-12-05 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-327.36.1.vz7.20.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-327.36.1.vz7.20.10 --> commit 97825f6e3a3da5160d57663b0dcb83f942ca67c5 Author: Maxim Patlasov Date: Mon Dec 5 12:35:42 2016 +0400 fuse: fuse

[Devel] [PATCH RHEL7 COMMIT] vfs: panic in guard_bio_eod() if truncated_bytes > bvec->bv_len

2016-12-05 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-327.36.1.vz7.20.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-327.36.1.vz7.20.10 --> commit 37d9a5c875a6617c010882813c246875d3f86a3c Author: Pavel Tikhomirov Date: Mon Dec 5 13:08:35 2016 +0400 vfs: pan

[Devel] [PATCH RHEL7 COMMIT] ve/net: Do not initialize netns_ct::can_alloc twice

2016-12-05 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-327.36.1.vz7.20.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-327.36.1.vz7.20.10 --> commit 5270ea02fcd0e9dd5a9f7b4908eef3b7f3ee11ea Author: Kirill Tkhai Date: Mon Dec 5 13:51:00 2016 +0400 ve/net: Do n

[Devel] [PATCH 2/2] fs/ceph: honor kernel direct aio changes v2

2016-12-05 Thread Dmitry Monakhov
Base patches: fs/ceph: honor kernel direct aio changes fs/ceph: add BUG_ON to iov_iter access Changes: replace opencoded iter to iovec coversion with propper helper. Signed-off-by: Dmitry Monakhov --- fs/ceph/file.c | 30 -- 1 file changed, 16 insertions(+), 14 deleti

[Devel] [PATCH 1/2] fs: constify iov_iter_count/iov_iter_iovec helpers

2016-12-05 Thread Dmitry Monakhov
Signed-off-by: Dmitry Monakhov --- include/linux/fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index e30e8a1..a27bd15 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -448,13 +448,13 @@ static inline int iov_iter_ha

[Devel] [PATCH vz7] ploop: pio_nfs does not require PLOOP_REQ_ISSUE_FLUSH (v2)

2016-12-05 Thread Maxim Patlasov
The flag was introduced for local case: if we modify local block-device directly, bypassing ext4, we cannot rely on fsync() and must flush the device explicitly. It is not the case for pio_nfs, so it's not necessary to set PLOOP_REQ_ISSUE_FLUSH. The patch is important because pio_nfs doesn't provi