[Virtio-fs] [PATCH 0/9] virtio-fs fixes

Liu Bo bo.liu at linux.alibaba.com
Tue Apr 16 18:03:13 UTC 2019


Hi,

This set contains a few fixes collected by running xfstests.

thanks,
liubo

Liu Bo (6):
  virtio-fs: fix multiple tag support
  virtio-fs: clean up dax mapping before aborting connection
  fuse: export fuse_drop_waiting()
  virtio-fs: let dax style override directIO style when dax+cache=none
  fuse: return early if punch_hole fails
  virtio-fs: honor RLIMIT_FSIZE in fuse_file_fallocate

Xiaoguang Wang (3):
  virtio-fs: fix use-after-free against virtio_fs_vq's fuse_dev info
  fuse: do not write whole page while page straddles i_size
  fuse: fix deadlock in __fuse_file_fallocate()

 fs/fuse/dev.c       |  3 ++-
 fs/fuse/file.c      | 31 +++++++++++++++++++++++--------
 fs/fuse/fuse_i.h    |  3 +++
 fs/fuse/inode.c     |  9 +++++++++
 fs/fuse/virtio_fs.c | 13 +++++++++++--
 5 files changed, 48 insertions(+), 11 deletions(-)

-- 
1.8.3.1




More information about the Virtio-fs mailing list