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 686c59809995 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits d73abad597c3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits bb8f453a565b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 55acc8a0e574 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits f52b733ffb0a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits a064948e242c Merge branch 'misc-6.12' into next-fixes new f5d091025028 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 0d24852bd71e iov_iter: fix advancing slot in iter_folioq_get_pages() new f6023535b52f netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer new f5c82730bedb folio_queue: fix documentation new 59d39b9259e4 Documentation: add missing folio_queue entry new a96f2508a905 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 96c6ca71572a btrfs: send: fix buffer overflow detection when copying pa [...] new 97f9782276fc btrfs: also add stripe entries for NOCOW writes new db7e68b522c0 btrfs: drop the backref cache during relocation if we commit new 50c6f6e6806c btrfs: tracepoints: end assignment with semicolon at btrfs [...] new fa630df665aa btrfs: send: fix invalid clone operation for file that got [...] new c3b47f49e831 btrfs: fix a NULL pointer dereference when failed to start [...] new 41fd1e94066a btrfs: wait for fixup workers before stopping cleaner kthr [...] new d6e7ac65d4c1 btrfs: disable rate limiting when debug enabled new 1608f2830c36 Merge branch 'misc-6.12' into next-fixes new 30da7b149040 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 23b7214b247e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 94990e273823 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 3d96090afc66 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 (686c59809995) \ N -- N -- N refs/heads/fs-current (3d96090afc66)
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 19 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: Documentation/core-api/index.rst | 1 + fs/btrfs/backref.c | 12 ++++--- fs/btrfs/disk-io.c | 11 ++++++ fs/btrfs/inode.c | 5 +++ fs/btrfs/messages.c | 3 +- fs/btrfs/relocation.c | 77 +++------------------------------------- fs/btrfs/send.c | 31 +++++++++++++--- fs/netfs/misc.c | 2 +- include/linux/folio_queue.h | 2 +- include/trace/events/btrfs.h | 2 +- lib/iov_iter.c | 2 +- 11 files changed, 62 insertions(+), 86 deletions(-)