This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 899cbb0e53c6 Merge tag 'kgdb-5.12-rc1' of git://git.kernel.org/pub/scm/ [...] new 097d43d85704 mm: memblock: remove return value of memblock_free_all() new 7b7028edf939 Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub [...] new aa7d5c7e307a cramfs: use %pD instead of messing with file_dentry()->d_name new 181b150f1565 erofs: use %pd instead of messing with ->d_name new b9e4666fc1c8 cifs_debug: use %pd instead of messing with ->d_name new d67568410ae1 orangefs_file_mmap(): use %pD new 205f92d7f210 Merge branch 'work.d_name' of git://git.kernel.org/pub/scm [...] new bca585d24a17 new helper: d_find_alias_rcu() new 23d8f5b684fc make dump_common_audit_data() safe to be called from RCU pathwalk new 250a25e7a1d7 Merge branch 'work.audit' of git://git.kernel.org/pub/scm/ [...] new 62ab1aadcccd zonefs: add tracepoints for file operations new 059c01039c01 zonefs: Fix file size of zones in full condition new 0f3d950ddd62 Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/sc [...] new 78c276f5495a exfat: fix shift-out-of-bounds in exfat_fill_super() new f728760aa923 exfat: improve performance of exfat_free_cluster when usin [...] new c63dca9e23a3 Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub [...] new 1e9d63331f8f fs: correctly document the inode dirty flags new e20b14db050a fs: only specify I_DIRTY_TIME when needed in generic_updat [...] new ff4136e64d12 fat: only specify I_DIRTY_TIME when needed in fat_update_time() new e2728c5621fd fs: don't call ->dirty_inode for lazytime timestamp updates new a38ed483a726 fs: pass only I_DIRTY_INODE flags to ->dirty_inode new 35d14f278e53 fs: clean up __mark_inode_dirty() a bit new 83dc881d678a fs: drop redundant check from __writeback_single_inode() new da0c4c60d8c7 fs: improve comments for writeback_single_inode() new 3aac630b5ce1 gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync() new ed296c6c05b0 ext4: simplify i_state checks in __ext4_update_other_inode_time() new d61c6a58ae30 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org [...] new ac7b79fd190b inotify, memcg: account inotify instances to kmemcg new db990385427c Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org [...] new a4db1072e1a3 quota: Fix memory leak when handling corrupted quota file new 0a6dc67a6aa4 isofs: release buffer head before return new 63c9e47a1642 udf: fix silent AED tagLocation corruption new 01531ac35405 parser: add unsigned int parser new a0b3cb71a1f1 isofs: handle large user and group ID new 3a9a3aa805af udf: handle large user and group ID new b9bffa10b267 parser: Fix kernel-doc markups new 9fe190462668 Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/s [...] new 64f36da5625f ceph: fix flush_snap logic after putting caps new 64f28c627a27 ceph: clean up inode work queueing new a8810cdc007f ceph: allow queueing cap/snap handling after putting cap r [...] new afd56e78dd17 libceph: deprecate [no]cephx_require_signatures options new d7ef2e59e3b9 libceph: remove osdtimeout option entirely new 558b4510f622 ceph: defer flushing the capsnap if the Fb is used new 20bf195e9391 Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/cep [...] new bd5ae9288d64 nfsd: register pernet ops last, unregister first new 0ac24c320c4d svcrdma: Hold private mutex while invoking rdma_accept() new e0a912e8ddba SUNRPC: Use TCP_CORK to optimise send performance on the server new 987c7b1d094d SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg() new 4d12b7275386 SUNRPC: Further clean up svc_tcp_sendmsg() new 7c70f3a7488d Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/li [...]
The 50 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: Documentation/filesystems/vfs.rst | 5 +- fs/ceph/addr.c | 2 +- fs/ceph/caps.c | 70 +++++++++++++------ fs/ceph/inode.c | 61 ++++------------ fs/ceph/snap.c | 10 +++ fs/ceph/super.h | 40 +++++++++-- fs/cifs/cifs_debug.c | 4 +- fs/cramfs/inode.c | 18 +++-- fs/dcache.c | 25 +++++++ fs/erofs/namei.c | 4 +- fs/exfat/balloc.c | 4 +- fs/exfat/exfat_fs.h | 2 +- fs/exfat/exfat_raw.h | 4 ++ fs/exfat/fatent.c | 43 ++++++++++-- fs/exfat/super.c | 31 +++++++-- fs/ext4/inode.c | 20 +----- fs/f2fs/super.c | 3 - fs/fat/misc.c | 23 +++--- fs/fs-writeback.c | 116 ++++++++++++++++++------------- fs/gfs2/file.c | 4 +- fs/gfs2/super.c | 2 - fs/inode.c | 38 +++++----- fs/isofs/dir.c | 1 + fs/isofs/inode.c | 9 +-- fs/isofs/namei.c | 1 + fs/nfsd/nfsctl.c | 14 ++-- fs/notify/fanotify/fanotify_user.c | 2 +- fs/notify/group.c | 25 +++++-- fs/notify/inotify/inotify_user.c | 4 +- fs/orangefs/file.c | 5 +- fs/quota/quota_v2.c | 11 ++- fs/udf/inode.c | 9 ++- fs/udf/super.c | 9 +-- fs/zonefs/Makefile | 2 + fs/zonefs/super.c | 10 +++ fs/zonefs/trace.h | 104 +++++++++++++++++++++++++++ include/linux/ceph/libceph.h | 7 +- include/linux/dcache.h | 2 + include/linux/fs.h | 33 +++++++-- include/linux/fsnotify_backend.h | 1 + include/linux/memblock.h | 2 +- include/linux/parser.h | 1 + include/linux/sunrpc/svcsock.h | 2 + lib/parser.c | 44 +++++++++--- mm/memblock.c | 6 +- net/ceph/ceph_common.c | 17 ++--- net/sunrpc/svcsock.c | 35 +++++----- net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 +- security/lsm_audit.c | 5 +- 49 files changed, 596 insertions(+), 300 deletions(-) create mode 100644 fs/zonefs/trace.h