Re: [Devel] [PATCH v2 0/4] fuse_kdirect: fsync hungs after unlink fixes

2018-06-09 Thread Kirill Tkhai
On 09.06.2018 16:07, Pavel Butsykin wrote:
> #VSTOR-10635
> 
> Changes from v1:
> - separate patch for moving pcs_ireq_queue_fail() (1)
> - add zeroing of di->size.required (2)
> - move export fuse_release_ff/()fuse_write_file() in a separate patch (3)
> 
> Pavel Butsykin (4):
>   fs/fuse kio_pcs: move pcs_ireq_queue_fail
>   fs/fuse kio_pcs: handle error of submit_size_grow()
>   fs/fuse: export node_ff func
>   fs/fuse kio_pcs: pass the file handle for FUSE_SETATTR request

Looks OK for me.

Reviewed-by: Kirill Tkhai 

>  fs/fuse/file.c |  5 +++--
>  fs/fuse/fuse_i.h   |  4 
>  fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 23 ++-
>  fs/fuse/kio/pcs/pcs_map.c  | 34 --
>  fs/fuse/kio/pcs/pcs_req.c  | 31 +++
>  fs/fuse/kio/pcs/pcs_req.h  |  2 ++
>  6 files changed, 62 insertions(+), 37 deletions(-)
> 
___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel


[Devel] [PATCH v2 0/4] fuse_kdirect: fsync hungs after unlink fixes

2018-06-09 Thread Pavel Butsykin
#VSTOR-10635

Changes from v1:
- separate patch for moving pcs_ireq_queue_fail() (1)
- add zeroing of di->size.required (2)
- move export fuse_release_ff/()fuse_write_file() in a separate patch (3)

Pavel Butsykin (4):
  fs/fuse kio_pcs: move pcs_ireq_queue_fail
  fs/fuse kio_pcs: handle error of submit_size_grow()
  fs/fuse: export node_ff func
  fs/fuse kio_pcs: pass the file handle for FUSE_SETATTR request

 fs/fuse/file.c |  5 +++--
 fs/fuse/fuse_i.h   |  4 
 fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 23 ++-
 fs/fuse/kio/pcs/pcs_map.c  | 34 --
 fs/fuse/kio/pcs/pcs_req.c  | 31 +++
 fs/fuse/kio/pcs/pcs_req.h  |  2 ++
 6 files changed, 62 insertions(+), 37 deletions(-)

-- 
2.15.1

___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel