Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fs_for_v5.14-rc1 to get implementation of the new quotactl_fd() syscall (remake of quotactl_path() syscall that got introduced & disabled in 5.13 cycle), and couple of udf, reiserfs, isofs, and writeback fixes and cleanups. Top of the tree is 8b0ed8443ae6. The full shortlog is: Arturo Giusti (1): udf: Fix NULL pointer dereference in udf_symlink function Colin Ian King (1): isofs: remove redundant continue statement Jan Kara (2): quota: Change quotactl_path() systcall to an fd-based one quota: Wire up quotactl_fd syscall Muchun Song (1): writeback: fix obtain a reference to a freeing memcg css Pavel Skripkin (1): reiserfs: add check for invalid 1st journal block YueHaibing (1): reiserfs: Remove unneed check in reiserfs_write_full_page() Zhen Lei (1): quota: remove unnecessary oom message The diffstat is arch/alpha/kernel/syscalls/syscall.tbl | 2 +- arch/arm/tools/syscall.tbl | 2 +- arch/arm64/include/asm/unistd32.h | 3 ++- arch/ia64/kernel/syscalls/syscall.tbl | 2 +- arch/m68k/kernel/syscalls/syscall.tbl | 2 +- arch/microblaze/kernel/syscalls/syscall.tbl | 2 +- arch/mips/kernel/syscalls/syscall_n32.tbl | 2 +- arch/mips/kernel/syscalls/syscall_n64.tbl | 2 +- arch/mips/kernel/syscalls/syscall_o32.tbl | 2 +- arch/parisc/kernel/syscalls/syscall.tbl | 2 +- arch/powerpc/kernel/syscalls/syscall.tbl | 2 +- arch/s390/kernel/syscalls/syscall.tbl | 2 +- arch/sh/kernel/syscalls/syscall.tbl | 2 +- arch/sparc/kernel/syscalls/syscall.tbl | 2 +- arch/x86/entry/syscalls/syscall_32.tbl | 2 +- arch/x86/entry/syscalls/syscall_64.tbl | 2 +- arch/xtensa/kernel/syscalls/syscall.tbl | 2 +- fs/fs-writeback.c | 9 ++++++-- fs/isofs/dir.c | 2 -- fs/quota/quota.c | 28 ++++++++++++------------ fs/quota/quota_tree.c | 33 +++++++++++------------------ fs/reiserfs/inode.c | 4 +--- fs/reiserfs/journal.c | 14 ++++++++++++ fs/udf/namei.c | 4 ++++ include/linux/syscalls.h | 4 ++-- include/uapi/asm-generic/unistd.h | 4 ++-- kernel/sys_ni.c | 2 +- 27 files changed, 74 insertions(+), 65 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR