lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Oct 2019 13:47:17 +0100
From:   Miklos Szeredi <miklos@...redi.hu>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse fixes for 5.4-rc6

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ