Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.13-rc1 to get support for path (instead of device) based quotactl syscall (quotactl_path(2)), ext2 conversion to kmap_local(), other minor cleanups & fixes. Top of the tree is a3cc754ad9b8. The full shortlog is: Darrick J. Wong (1): quota: report warning limits for realtime space quotas Ira Weiny (2): ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry() fs/ext2: Replace kmap() with kmap_local_page() Liu xuzhi (1): fs/ext2/: fix misspellings using codespell tool Sascha Hauer (2): quota: Add mountpath based quota support quota: wire up quotactl_path Tian Tao (1): fs/reiserfs/journal.c: delete useless variables The diffstat is arch/alpha/kernel/syscalls/syscall.tbl | 1 + arch/arm/tools/syscall.tbl | 1 + arch/arm64/include/asm/unistd.h | 2 +- arch/arm64/include/asm/unistd32.h | 2 + arch/ia64/kernel/syscalls/syscall.tbl | 1 + arch/m68k/kernel/syscalls/syscall.tbl | 1 + arch/microblaze/kernel/syscalls/syscall.tbl | 1 + arch/mips/kernel/syscalls/syscall_n32.tbl | 1 + arch/mips/kernel/syscalls/syscall_n64.tbl | 1 + arch/mips/kernel/syscalls/syscall_o32.tbl | 1 + arch/parisc/kernel/syscalls/syscall.tbl | 1 + arch/powerpc/kernel/syscalls/syscall.tbl | 1 + arch/s390/kernel/syscalls/syscall.tbl | 1 + arch/sh/kernel/syscalls/syscall.tbl | 1 + arch/sparc/kernel/syscalls/syscall.tbl | 1 + arch/x86/entry/syscalls/syscall_32.tbl | 1 + arch/x86/entry/syscalls/syscall_64.tbl | 1 + arch/xtensa/kernel/syscalls/syscall.tbl | 1 + fs/ext2/dir.c | 94 ++++++++++++++++++----------- fs/ext2/ext2.h | 12 ++-- fs/ext2/namei.c | 34 +++++++---- fs/ext2/super.c | 2 +- fs/quota/quota.c | 50 ++++++++++++++- fs/reiserfs/journal.c | 6 +- include/linux/syscalls.h | 2 + include/uapi/asm-generic/unistd.h | 4 +- include/uapi/linux/dqblk_xfs.h | 5 +- kernel/sys_ni.c | 1 + 28 files changed, 168 insertions(+), 62 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR