linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fuse update for 5.17
@ 2022-01-12 15:36 Miklos Szeredi
  2022-01-12 23:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2022-01-12 15:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

Hi Linus,

Please pull from:

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

- Fix a regression introduced in 5.15.

- Extend the size of the FUSE_INIT request to accommodate for more flags.
  There's a slight possibility of a regression for obscure fuse servers; if
  this happens, then more complexity will need to be added to the protocol.

- Allow the DAX property to be controlled by the server on a per-inode
  basis in virtiofs.

- Allow sending security context to the server when creating a file or
  directory.

Thanks,
Miklos

---
Jeffle Xu (7):
      fuse: add fuse_should_enable_dax() helper
      fuse: make DAX mount option a tri-state
      fuse: support per inode DAX in fuse protocol
      fuse: enable per inode DAX
      fuse: negotiate per inode DAX in FUSE_INIT
      fuse: mark inode DONT_CACHE when per inode DAX hint changes
      Documentation/filesystem/dax: DAX on virtiofs

Miklos Szeredi (1):
      fuse: extend init flags

Vivek Goyal (1):
      fuse: send security context of inode on file

Xie Yongji (1):
      fuse: Pass correct lend value to filemap_write_and_wait_range()

---
 Documentation/filesystems/dax.rst | 20 ++++++++-
 fs/fuse/dax.c                     | 36 +++++++++++++++-
 fs/fuse/dir.c                     | 91 +++++++++++++++++++++++++++++++++++++++
 fs/fuse/file.c                    |  6 +--
 fs/fuse/fuse_i.h                  | 31 +++++++++++--
 fs/fuse/inode.c                   | 89 +++++++++++++++++++++++---------------
 fs/fuse/virtio_fs.c               | 18 ++++++--
 include/uapi/linux/fuse.h         | 55 +++++++++++++++++++++--
 8 files changed, 294 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] fuse update for 5.17
  2022-01-12 15:36 [GIT PULL] fuse update for 5.17 Miklos Szeredi
@ 2022-01-12 23:49 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-01-12 23:49 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Wed, 12 Jan 2022 16:36:43 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8975f8974888b3cd25aa8cf9eba24edbb9230bb2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-12 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 15:36 [GIT PULL] fuse update for 5.17 Miklos Szeredi
2022-01-12 23:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).