This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits ac29bb94393f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 9e764b3d3577 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits aa000699362b Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits a066e2ac54f8 Merge branch 'misc-6.13' into next-fixes adds 45f69d091bab xfs: eliminate lockdep false positives in xfs_attr_shortform_list adds 652f03db897b xfs: remove unknown compat feature check in superblock wri [...] adds 13325333582d xfs: fix sparse inode limits on runt AG adds c9c293240e43 xfs: delalloc and quota softlimit timers are incoherent adds a8581099604d xfs: prevent mount and log shutdown race adds 214093534f3c xfs: Use xchg() in xlog_cil_insert_pcp_aggregate() adds cc2dba08cc33 xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_exte [...] new 9141c5d389a9 Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub [...] new ac6f420291b3 quota: flush quota_release_work upon quota writeback new c5566903af56 udf: Skip parent dir link count update if corrupted new 6756af923e06 udf: Verify inode link counts before performing rename new 3d2469490912 Merge tag 'fs_for_v6.13-rc2' of git://git.kernel.org/pub/s [...] new feffde684ac2 Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/s [...] new 4d91cc4fc8b7 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 951a3f59d268 btrfs: fix mount failure due to remount races new 9c803c474c6c btrfs: fix missing snapshot drew unlock when root is dead [...] new a5aebe65f07d Merge branch 'misc-6.13' into next-fixes new c25548d505c9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new b45bb3a84a8b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (ac29bb94393f) \ N -- N -- N refs/heads/fs-current (b45bb3a84a8b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 12 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/btrfs/inode.c | 1 + fs/btrfs/super.c | 66 +++++++++++++++++++--------------------------- fs/quota/dquot.c | 2 ++ fs/udf/namei.c | 16 ++++++++++- fs/xfs/libxfs/xfs_bmap.c | 6 ++--- fs/xfs/libxfs/xfs_ialloc.c | 16 ++++++----- fs/xfs/libxfs/xfs_sb.c | 7 ----- fs/xfs/xfs_attr_list.c | 3 ++- fs/xfs/xfs_log.c | 11 ++++++++ fs/xfs/xfs_log_cil.c | 5 +--- fs/xfs/xfs_log_priv.h | 1 + fs/xfs/xfs_qm_syscalls.c | 13 --------- 12 files changed, 71 insertions(+), 76 deletions(-)