Hi Al, Could you please review/apply these patches? Thanks, Miklos On Thu, Nov 28, 2019 at 4:59 PM Miklos Szeredi <mszeredi@xxxxxxxxxx> wrote: > > Hi Al, > > This is a dump of my current vfs patch queue, all have been posted in one > form or another. > > Also available as a git branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git#for-viro > > Please apply. > > Thanks, > Miklos > --- > > Miklos Szeredi (12): > aio: fix async fsync creds > fs_parse: fix fs_param_v_optional handling > vfs: verify param type in vfs_parse_sb_flag() > uapi: deprecate STATX_ALL > statx: don't clear STATX_ATIME on SB_RDONLY > utimensat: AT_EMPTY_PATH support > f*xattr: allow O_PATH descriptors > vfs: allow unprivileged whiteout creation > fs_parser: "string" with missing value is a "flag" > vfs: don't parse forbidden flags > vfs: don't parse "posixacl" option > vfs: don't parse "silent" option > > fs/aio.c | 8 ++++ > fs/char_dev.c | 3 ++ > fs/fs_context.c | 72 ++++++++++++--------------------- > fs/fs_parser.c | 19 ++++----- > fs/namei.c | 17 ++------ > fs/stat.c | 4 +- > fs/utimes.c | 6 ++- > fs/xattr.c | 8 ++-- > include/linux/device_cgroup.h | 3 ++ > include/linux/fs_parser.h | 1 - > include/uapi/linux/stat.h | 11 ++++- > samples/vfs/test-statx.c | 2 +- > tools/include/uapi/linux/stat.h | 11 ++++- > 13 files changed, 82 insertions(+), 83 deletions(-) > > -- > 2.21.0 >