This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f3438b4c4e69 Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfr [...] new b1e27239b916 xfs: flush data dev on external log write new b5d721eaae47 xfs: external logs need to flush data device new 9d3920644081 xfs: fold __xlog_state_release_iclog into xlog_state_relea [...] new 0dc8f7f139f0 xfs: fix ordering violation between cache flushes and tail [...] new 45eddb414047 xfs: factor out forced iclog flushes new 2bf1ec0ff067 xfs: log forces imply data device cache flushes new 8191d8222c51 xfs: avoid unnecessary waits in xfs_log_force_lsn() new 32baa63d82ee xfs: logging the on disk inode LSN can make it go backwards new d8f4c2d0398f xfs: Enforce attr3 buffer recovery order new b2ae3a9ef911 xfs: need to see iclog flags in tracing new 9d110014205c xfs: limit iclog tail updates new 81a448d7b066 xfs: prevent spoofing of rtbitmap blocks when recovering buffers new aa6603266cc0 Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/s [...] new e1ab9a730b42 Merge branch 'fixes' into next new 333cf507465f powerpc/pseries: Fix regression while building external modules new a88603f4b92e powerpc/vdso: Don't use r30 to avoid breaking Go lang new c82357a7b32c Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm [...] new 48e8a7b5a551 perf cs-etm: Split --dump-raw-trace by AUX records new c07d5c922698 perf pmu: Fix alias matching new 9bac1bd6e6d3 Revert "perf map: Fix dso->nsinfo refcounting" new d4affd6b6e81 Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git:/ [...]
The 21 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: arch/powerpc/kernel/vdso64/Makefile | 7 + arch/powerpc/platforms/pseries/setup.c | 2 +- fs/xfs/libxfs/xfs_log_format.h | 11 +- fs/xfs/xfs_buf_item_recover.c | 15 +- fs/xfs/xfs_inode_item_recover.c | 39 +++-- fs/xfs/xfs_log.c | 251 ++++++++++++++++++++++----------- fs/xfs/xfs_log_cil.c | 13 +- fs/xfs/xfs_log_priv.h | 16 ++- fs/xfs/xfs_trace.h | 5 +- tools/perf/util/cs-etm.c | 20 ++- tools/perf/util/map.c | 2 - tools/perf/util/pmu.c | 33 +++-- 12 files changed, 294 insertions(+), 120 deletions(-)