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 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html