This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8005803a2ca0 Merge tag 'arc-5.4-rc6' of git://git.kernel.org/pub/scm/li [...] new 112e72373d1f virtio-fs: Change module name to virtiofs.ko new 3f22c7467136 virtio-fs: don't show mount options new 2b319d1f6f92 fuse: don't dereference req->args on finished request new 6c26f71759a6 fuse: don't advise readdirplus for negative lookup new 51fecdd2555b virtiofs: Do not end request in submission context new 7ee1e2e631db virtiofs: No need to check fpq->connected state new 5dbe190f3412 virtiofs: Set FR_SENT flag only after request has been sent new c17ea0096103 virtiofs: Count pending forgets as in_flight forgets new a9bfd9dd3417 virtiofs: Retry request submission from worker context new 80da5a809d19 virtiofs: Remove set but not used variable 'fc' new b24e7598db62 fuse: flush dirty data/metadata before non-truncate setattr new e4648309b85a fuse: truncate pending writes on O_TRUNC new 9de55a37fcc5 fuse: Add changelog entries for protocols 7.1 - 7.8 new 091d1a726772 fuse: redundant get_fuse_inode() calls in fuse_writepages_fill() new 23fdb198ae81 Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)