Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.4-rc6 Mostly virtiofs fixes, but also fixes a regression and couple of longstanding data/metadata writeback ordering issues. Thanks, Miklos ---------------------------------------------------------------- Alan Somers (1): fuse: Add changelog entries for protocols 7.1 - 7.8 Miklos Szeredi (5): virtio-fs: don't show mount options fuse: don't dereference req->args on finished request fuse: don't advise readdirplus for negative lookup fuse: flush dirty data/metadata before non-truncate setattr fuse: truncate pending writes on O_TRUNC Vasily Averin (1): fuse: redundant get_fuse_inode() calls in fuse_writepages_fill() Vivek Goyal (6): virtio-fs: Change module name to virtiofs.ko virtiofs: Do not end request in submission context virtiofs: No need to check fpq->connected state virtiofs: Set FR_SENT flag only after request has been sent virtiofs: Count pending forgets as in_flight forgets virtiofs: Retry request submission from worker context zhengbin (1): virtiofs: Remove set but not used variable 'fc' --- fs/fuse/Makefile | 3 +- fs/fuse/dev.c | 4 +- fs/fuse/dir.c | 16 ++++- fs/fuse/file.c | 14 ++-- fs/fuse/fuse_i.h | 4 ++ fs/fuse/inode.c | 4 ++ fs/fuse/virtio_fs.c | 169 +++++++++++++++++++++++++++++++--------------- include/uapi/linux/fuse.h | 37 ++++++++++ 8 files changed, 186 insertions(+), 65 deletions(-)