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>] [day] [month] [year] [list]
Date:   Tue, 21 Aug 2018 22:07:36 +0200
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 update for 4.19

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-4.19

This contains various bug fixes and cleanups.

Thanks,
Miklos

----------------------------------------------------------------
Andrey Ryabinin (3):
      fuse: Don't access pipe->buffers without pipe_lock()
      fuse: use kvmalloc to allocate array of pipe_buffer structs.
      fuse: reduce allocation size for splice_write

Arnd Bergmann (1):
      fuse: convert last timespec use to timespec64

Kirill Tkhai (1):
      fuse: Add missed unlock_page() to fuse_readpages_fill()

Miklos Szeredi (6):
      fuse: fix double request_end()
      fuse: fix unlocked access to processing queue
      fuse: umount should wait for all requests
      fuse: Fix oops at process_init_reply()
      fuse: fix initial parallel dirops
      fuse: simplify fuse_abort_conn()

Souptick Joarder (1):
      fs: fuse: Adding new return type vm_fault_t

 fs/fuse/dev.c    | 69 ++++++++++++++++++++++++++++++++++++--------------------
 fs/fuse/dir.c    | 10 ++++----
 fs/fuse/file.c   |  3 ++-
 fs/fuse/fuse_i.h |  5 ++--
 fs/fuse/inode.c  | 45 ++++++++++++++++++++----------------
 5 files changed, 80 insertions(+), 52 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ