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 9a08f13e98a3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits d47a2ea49c96 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits fc16ec278b6e MAINTAINERS: add HFS/HFS+ maintainers adds 87c259a7a359 cgroup: Fix compilation issue due to cgroup_mutex not bein [...] adds 1bf67c8fdbda cgroup/cpuset-v1: Add missing support for cpuset_v2_mode new a22509a4ee99 Merge tag 'cgroup-for-6.15-rc3-fixes' of git://git.kernel. [...] adds 47068309b577 sched_ext: Use kvzalloc for large exit_dump allocation adds e776b26e3701 sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings adds bc08b15b54b8 sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation new a33b5a08cbbd Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kern [...] new 30d68cb0c37e ima: process_measurement() needlessly takes inode_lock() o [...] new e4b51cb60e16 Merge tag 'integrity-6.15-rc3-fix' of https://github.com/l [...] new cf6ae7ed0910 btrfs: subpage: access correct object when reading bitmap [...] new bc2dbc4983af btrfs: avoid page_lockend underflow in btrfs_punch_hole_lo [...] new 7d82240c457f btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP() new b0c26f479926 btrfs: zoned: return EIO on RAID1 block group write pointe [...] new 50fecb8cf069 btrfs: fix invalid inode pointer after failure to create r [...] new f1ab0171e9be btrfs: tree-checker: adjust error code for header level check new c1a79b1a5836 block: introduce zone capacity helper new 866bafae59ec btrfs: zoned: skip reporting zone for new block group new bc3372351d0c Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/s [...] new 559a0d7bf1a6 MAINTAINERS: add HFS/HFS+ maintainers new 7ffe3de53a88 fs/buffer: split locking for pagecache lookups new 2814a7d3d2ff fs/buffer: introduce sleeping flavors for pagecache lookups new 5b67d4397682 fs/buffer: use sleeping version of __find_get_block() new a0b5ff074910 fs/ocfs2: use sleeping version of __find_get_block() new f76d4c28a46a fs/jbd2: use sleeping version of __find_get_block() new 6e8f57fd09c9 fs/ext4: use sleeping version of sb_find_get_block() new 2d900efff915 mm/migrate: fix sleep in atomic for large folios and buffer heads new 53f7eedd88d1 Merge patch series "fs/buffer: split pagecache lookups int [...] new d1f7256a5a52 fs: fall back to file_ref_put() for non-last reference new e42298b49057 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 1a14a8f9edce Merge branch 'next-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 (9a08f13e98a3) \ N -- N -- N refs/heads/fs-current (1a14a8f9edce)
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 25 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/file.c | 9 +++-- fs/btrfs/relocation.c | 2 +- fs/btrfs/subpage.c | 4 +-- fs/btrfs/tree-checker.c | 2 +- fs/btrfs/zoned.c | 19 ++++++++-- fs/buffer.c | 73 +++++++++++++++++++++++++++++---------- fs/ext4/ialloc.c | 3 +- fs/ext4/mballoc.c | 3 +- fs/file.c | 2 +- fs/jbd2/revoke.c | 15 ++++---- fs/ocfs2/journal.c | 2 +- include/linux/blkdev.h | 67 +++++++++++++++++++++++------------ include/linux/buffer_head.h | 9 +++++ include/linux/file_ref.h | 19 ++++------ kernel/cgroup/cgroup.c | 31 ++++++++++++++++- kernel/sched/ext.c | 50 ++++----------------------- mm/migrate.c | 8 +++-- security/integrity/ima/ima_main.c | 4 ++- tools/sched_ext/scx_flatcg.bpf.c | 2 +- 19 files changed, 202 insertions(+), 122 deletions(-)