This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d2b6f8a17919 Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/s [...] new 9dfa23c8de92 quota: Add mountpath based quota support new fa8b90070a80 quota: wire up quotactl_path new f998d7d545a2 quota: report warning limits for realtime space quotas new e312c97ea253 fs/ext2/: fix misspellings using codespell tool new e2ebb1230455 ext2: Match up ext2_put_page() with ext2_dotdot() and ext2 [...] new 782b76d7abdf fs/ext2: Replace kmap() with kmap_local_page() new a3cc754ad9b8 fs/reiserfs/journal.c: delete useless variables new 767fcbc80f63 Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/ [...] new 6f73171e1923 fsnotify: allow fsnotify_{peek,remove}_first_event with em [...] new 8988f11abb82 fanotify: reduce event objectid to 29-bit hash new 7e3e5c694399 fanotify: mix event info and pid into merge key hash new 94e00d28a680 fsnotify: use hash table for faster events merge new b8cd0ee8cda6 fanotify: limit number of event merge attempts new 5b8fea65d197 fanotify: configurable limits via sysfs new 7cea2a3c505e fanotify: support limited functionality for unprivileged users new 22d483b99863 fanotify_user: use upper_32_bits() to verify mask new 9591c3a34f77 fs: introduce a wrapper uuid_to_fsid() new 59cda49ecf6c shmem: allow reporting fanotify events with file handles on tmpfs new 3644286f6cbc Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org [...]
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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 | 7 +- fs/ext4/super.c | 5 +- fs/notify/fanotify/fanotify.c | 166 +++++++++++++++------ fs/notify/fanotify/fanotify.h | 46 +++++- fs/notify/fanotify/fanotify_user.c | 219 +++++++++++++++++++++++----- fs/notify/fdinfo.c | 3 +- fs/notify/group.c | 1 - fs/notify/inotify/inotify_fsnotify.c | 9 +- fs/notify/inotify/inotify_user.c | 7 +- fs/notify/mark.c | 4 - fs/notify/notification.c | 64 ++++---- fs/quota/quota.c | 50 ++++++- fs/reiserfs/journal.c | 6 +- fs/zonefs/super.c | 5 +- include/linux/fanotify.h | 36 ++++- include/linux/fsnotify_backend.h | 29 ++-- include/linux/sched/user.h | 3 - include/linux/statfs.h | 8 + include/linux/syscalls.h | 2 + include/linux/user_namespace.h | 4 + include/uapi/asm-generic/unistd.h | 4 +- include/uapi/linux/dqblk_xfs.h | 5 +- kernel/sys_ni.c | 1 + kernel/sysctl.c | 12 +- kernel/ucount.c | 4 + mm/shmem.c | 3 + 47 files changed, 640 insertions(+), 223 deletions(-)