Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1495795

[GIT PULL] fuse update for 4.9

From Miklos Szeredi <miklos@szeredi.hu>
Newsgroups linux.kernel
Subject [GIT PULL] fuse update for 4.9
Date 2016-10-05 12:20 +0200
Message-ID <soRsR-7Wi-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

This adds POSIX ACL permission checking to the fuse kernel module. In addition
there are minor bug fixes as well as cleanups.

Thanks,
Miklos

---
Al Viro (1):
      fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()

Miklos Szeredi (10):
      fuse: listxattr: verify xattr list
      fuse: invalidate dir dentry after chmod
      fuse: fix killing s[ug]id in setattr
      fuse: handle killpriv in userspace fs
      fuse: don't use ->d_time
      fuse: use timespec64
      fuse: get rid of fc->flags
      fuse: don't use fuse_ioctl_copy_user() helper
      fuse: remove duplicate cs->offset assignment
      fuse: limit xattr returned size

Seth Forshee (2):
      fuse: Use generic xattr ops
      fuse: Add posix ACL support

---
 fs/fuse/Kconfig           |   1 +
 fs/fuse/Makefile          |   2 +-
 fs/fuse/acl.c             |  99 ++++++++++++++++
 fs/fuse/dev.c             |   1 -
 fs/fuse/dir.c             | 288 +++++++++++++++++-----------------------------
 fs/fuse/file.c            |  68 +++--------
 fs/fuse/fuse_i.h          |  40 +++++--
 fs/fuse/inode.c           |  28 +++--
 fs/fuse/xattr.c           | 211 +++++++++++++++++++++++++++++++++
 include/uapi/linux/fuse.h |  10 +-
 10 files changed, 491 insertions(+), 257 deletions(-)
 create mode 100644 fs/fuse/acl.c
 create mode 100644 fs/fuse/xattr.c

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] fuse update for 4.9 Miklos Szeredi <miklos@szeredi.hu> - 2016-10-05 12:20 +0200

csiph-web