mbox series

[git,pull] vfs fixes

Message ID 20200922212908.GB3421308@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

Message

Al Viro Sept. 22, 2020, 9:29 p.m. UTC
No common topic, just several assorted fixes.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

for you to fetch changes up to 933a3752babcf6513117d5773d2b70782d6ad149:

  fuse: fix the ->direct_IO() treatment of iov_iter (2020-09-17 17:26:56 -0400)

----------------------------------------------------------------
Al Viro (1):
      fuse: fix the ->direct_IO() treatment of iov_iter

Alexey Dobriyan (1):
      fs: fix cast in fsparam_u32hex() macro

Hans de Goede (1):
      vboxsf: Fix the check for the old binary mount-arguments struct

 fs/fuse/file.c            | 25 ++++++++++++-------------
 fs/vboxsf/super.c         |  2 +-
 include/linux/fs_parser.h |  2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2020, 10:15 p.m. UTC | #1
The pull request you sent on Tue, 22 Sep 2020 22:29:08 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/805c6d3c19210c90c109107d189744e960eae025

Thank you!