This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0457e5153e0e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new ebb7fb1557b1 xfs, iomap: limit individual ioend chain lengths in writeback new 524446e21798 Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub [...] new 2719c7160dcf vfs: make freeze_super abort when sync_filesystem returns error new 5679897eb104 vfs: make sync_filesystem return errors from ->sync_fs new dd5532a4994b quota: make dquot_quota_sync return errors from ->sync_fs new 2d86293c7075 xfs: return errors in xfs_fs_sync_fs new ea7b3e6d42d7 Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/s [...] new 29d650f7e3ab xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* new 472c6e46f589 xfs: remove XFS_PREALLOC_SYNC new fbe7e5200365 xfs: fallocate() should call file_modified() new 0b02c8c0d75a xfs: set prealloc flag in xfs_alloc_file_space() new b39a04636fd7 xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c new cea267c235e1 xfs: ensure log flush at the end of a synchronous fallocate call new fbc04bf01a8d Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/s [...]
The 14 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: fs/iomap/buffered-io.c | 52 +++++++++++++++++++++++++++--- fs/quota/dquot.c | 11 +++++-- fs/super.c | 19 +++++++---- fs/sync.c | 18 +++++++---- fs/xfs/xfs_aops.c | 16 +++++++++- fs/xfs/xfs_bmap_util.c | 9 ++---- fs/xfs/xfs_file.c | 86 +++++++++++++++----------------------------------- fs/xfs/xfs_inode.h | 9 ------ fs/xfs/xfs_ioctl.c | 2 +- fs/xfs/xfs_pnfs.c | 42 ++++++++++++++++++++++-- fs/xfs/xfs_super.c | 6 +++- include/linux/iomap.h | 2 ++ 12 files changed, 171 insertions(+), 101 deletions(-)