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 856cb6b9c0f6 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 334d248668d2 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 2014c95afece Linux 6.14-rc1 adds 915175b49f65 xfs: fix the entry condition of exact EOF block allocation [...] adds 89841b23809f xfs: remove an out of data comment in _xfs_buf_alloc adds f5f0ed89f13e xfs: don't call remap_verify_area with sb write protection held adds fb95897b8c60 xfs: Propagate errors from xfs_reflink_cancel_cow_range in [...] adds 26b63bee2f6e xfs: Add error handling for xfs_reflink_cancel_cow_range adds a9ab28b3d21a xfs: remove xfs_buf_cache.bc_lock new 0a08238acfba Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub [...] adds 3fafa6a02be2 dt-bindings: interrupt-controller: microchip,lan966x-oic: [...] adds e06c9e3682f5 irqchip/lan966x-oic: Make CONFIG_LAN966X_OIC depend on CON [...] adds 825c78e6a60c irqchip/riscv: Ensure ordering of memory writes and IPI writes adds 987f379b5409 irqchip/irq-mvebu-icu: Fix access to msi_data from irq_dom [...] adds 698244bbb3bf irqchip/apple-aic: Only handle PMC interrupt as FIQ when c [...] new a360f3ffd005 Merge tag 'irq-urgent-2025-02-03' of git://git.kernel.org/ [...] adds 27af31e44949 hrtimers: Mark is_migration_base() with __always_inline adds 53dac345395c hrtimers: Force migrate away hrtimers queued after CPUHP_A [...] adds 1f566840a829 clocksource: Use pr_info() for "Checking clocksource synch [...] adds bb2784d9ab49 jiffies: Cast to unsigned long in secs_to_jiffies() conversion new f286757b644c Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.o [...] new 902e09c8acde fix braino in "9p: fix ->rename_sem exclusion" new 0de63bb7d919 Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux [...] new 19c379a0668c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new ebbdc9429c39 NFSD: fix hang in nfsd4_shutdown_callback new fa0dbd9de6bc Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (856cb6b9c0f6) \ N -- N -- N refs/heads/fs-current (fa0dbd9de6bc)
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 9 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: .../microchip,lan966x-oic.yaml | 5 +- Makefile | 4 +- drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-apple-aic.c | 3 +- drivers/irqchip/irq-mvebu-icu.c | 3 +- drivers/irqchip/irq-riscv-imsic-early.c | 2 +- drivers/irqchip/irq-thead-c900-aclint-sswi.c | 2 +- fs/dcache.c | 4 +- fs/nfsd/nfs4callback.c | 7 +- fs/xfs/libxfs/xfs_bmap.c | 13 ++- fs/xfs/xfs_buf.c | 36 +++--- fs/xfs/xfs_buf.h | 1 - fs/xfs/xfs_exchrange.c | 71 +++++------- fs/xfs/xfs_inode.c | 7 +- fs/xfs/xfs_iomap.c | 6 +- include/linux/hrtimer_defs.h | 1 + include/linux/jiffies.h | 2 +- kernel/time/clocksource.c | 3 +- kernel/time/hrtimer.c | 125 ++++++++++++++++----- 19 files changed, 174 insertions(+), 122 deletions(-)