This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1d67c8d993ba Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/s [...] new 5df99bec210a scripts/setlocalversion: fix a bug when LOCALVERSION is empty new d952cfaf0cff kbuild: do not suppress Kconfig prompts for silent build new 1d11053dc630 Kbuild: lto: fix module versionings mismatch in GNU make 3.X new 5e60f363b38f Documentation: Fix intiramfs script name new 6750691a82ad Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub [...] new 3ac1d426510f iomap: remove the length variable in iomap_seek_data new 49694d14ff68 iomap: remove the length variable in iomap_seek_hole new 8e1bcef8e18d iomap: Permit pages without an iop to enter writeback new 637d3375953e iomap: Don't create iomap_page objects for inline files new 229adf3c64db iomap: Don't create iomap_page objects in iomap_page_mkwri [...] new fbf1bddc4e17 Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub [...] new da062d16a897 xfs: check for sparse inode clusters that cross new EOAG w [...] new 5838d0356bb3 xfs: reset child dir '..' entry when unlinking child new 83193e5ebb01 xfs: correct the narrative around misaligned rtinherit/ext [...] new 5aa5b278237f xfs: don't expose misaligned extszinherit hints to userspace new 0e2af9296f4f xfs: improve FSGROWFSRT precondition checking new 0925fecc5574 xfs: fix an integer overflow error in xfs_growfs_rt new b102a46ce16f xfs: detect misaligned rtinherit directory extent size hints new f0eb870a8422 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/s [...]
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: .../early-userspace/early_userspace_support.rst | 8 ++-- .../filesystems/ramfs-rootfs-initramfs.rst | 2 +- Makefile | 9 ++-- fs/iomap/buffered-io.c | 8 ++-- fs/iomap/seek.c | 25 ++++------ fs/xfs/libxfs/xfs_ag.c | 8 ++++ fs/xfs/libxfs/xfs_ialloc.c | 55 ++++++++++++++++++++++ fs/xfs/libxfs/xfs_ialloc.h | 3 ++ fs/xfs/libxfs/xfs_inode_buf.c | 28 ++++++----- fs/xfs/libxfs/xfs_trans_inode.c | 10 ++-- fs/xfs/scrub/inode.c | 18 ++++++- fs/xfs/xfs_inode.c | 13 +++++ fs/xfs/xfs_ioctl.c | 27 +++++++++-- fs/xfs/xfs_rtalloc.c | 49 ++++++++++++++----- scripts/Makefile.build | 2 +- scripts/setlocalversion | 13 +++-- 16 files changed, 206 insertions(+), 72 deletions(-)