This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8467b0ed6ce3 Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kerne [...] new 2524257bce43 dt-bindings: Fix phandle-array issues in the idle-states bindings new 1fdff407028c Merge tag 'riscv-for-linus-5.18-mw2' of git://git.kernel.o [...] new 93defd5a15dd xfs: document the XFS_ALLOC_AGFL_RESERVE constant new c8c568259772 xfs: don't include bnobt blocks when reserving free block pool new 15f04fdc75aa xfs: remove infinite loop when reserving free block pool new 0baa2657dc4d xfs: always succeed at setting the reserve pool size new 82be38bcf8a2 xfs: fix overfilling of reserve pool new 85bcfa26f9a3 xfs: don't report reserved bnobt space as available new d2d7c0473586 xfs: aborting inodes on shutdown may need buffer lock new ab9c81ef321f xfs: shutdown in intent recovery has non-intent items in the AIL new cd6f79d1fb32 xfs: run callbacks before waking waiters in xlog_state_shu [...] new b5f17bec1213 xfs: log shutdown triggers should only shut down the log new 41e636218358 xfs: xfs_do_force_shutdown needs to block racing shutdowns new 3c4cb76bce43 xfs: xfs_trans_commit() path must check for log shutdown new 5652ef31705f xfs: shutdown during log recovery needs to mark the log shutdown new 919edbadebe1 xfs: drop async cache flushes from CIL commits. new b32e3819a823 Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/s [...] new 49df34221804 fs: fix an infinite loop in iomap_fiemap new a4251ab9896c Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/s [...] new c51acdb78f92 fs: Remove FIXME comment in generic_write_checks() new 1e2d84644d1c constify struct path argument of finish_automount()/do_add [...] new 0c9dceb9bb6d asm/user.h: killed unused macros new 6692531df62d uml/x86: use x86 load_unaligned_zeropad() new 90b2433edb6d seq_file: fix NULL pointer arithmetic warning new 124f75f864f3 clean overflow checks in count_mounts() a bit new 61e02cdb6ac6 aio: drop needless assignment in aio_read() new 88e6c0207623 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 27 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: .../devicetree/bindings/cpu/idle-states.yaml | 16 +- Documentation/devicetree/bindings/riscv/cpus.yaml | 2 + arch/alpha/include/asm/user.h | 6 - arch/arm/include/asm/user.h | 4 - arch/h8300/include/asm/user.h | 4 - arch/ia64/include/asm/user.h | 6 - arch/m68k/include/asm/user.h | 4 - arch/powerpc/include/asm/user.h | 5 - arch/s390/include/asm/user.h | 4 - arch/sh/include/asm/user.h | 6 - arch/um/include/asm/Kbuild | 1 - arch/x86/include/asm/user_32.h | 4 - arch/x86/include/asm/user_64.h | 4 - arch/x86/lib/csum-partial_64.c | 26 ---- arch/x86/um/Kconfig | 1 + fs/aio.c | 1 - fs/internal.h | 2 +- fs/ioctl.c | 2 +- fs/kernfs/file.c | 7 +- fs/namespace.c | 23 +-- fs/read_write.c | 1 - fs/seq_file.c | 4 +- fs/xfs/libxfs/xfs_alloc.c | 28 +++- fs/xfs/libxfs/xfs_alloc.h | 1 - fs/xfs/xfs_bio_io.c | 33 ----- fs/xfs/xfs_fsops.c | 60 ++++---- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_inode_item.c | 162 +++++++++++++++++---- fs/xfs/xfs_inode_item.h | 1 + fs/xfs/xfs_linux.h | 2 - fs/xfs/xfs_log.c | 109 +++++++------- fs/xfs/xfs_log_cil.c | 46 ++---- fs/xfs/xfs_log_priv.h | 14 +- fs/xfs/xfs_log_recover.c | 56 +++---- fs/xfs/xfs_mount.c | 3 +- fs/xfs/xfs_mount.h | 15 ++ fs/xfs/xfs_super.c | 3 +- fs/xfs/xfs_trans.c | 48 ++++-- fs/xfs/xfs_trans_ail.c | 8 +- include/linux/seq_file.h | 1 + 41 files changed, 376 insertions(+), 351 deletions(-)