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 f66a0bf4e753 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 44f5f91f4e0e Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits d969d10fa064 Merge branch 'misc-6.13' into next-fixes new 9d89551994a4 Linux 6.13-rc6 new cd6313beaeae Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()" adds 70465acbb0ce exfat: fix exfat_find_empty_entry() not returning error on [...] adds fee873761bd9 exfat: fix the infinite loop in exfat_readdir() adds 98e2fb26d1a9 exfat: fix the new buffer was not zeroed before writing adds a5324b3a488d exfat: fix the infinite loop in __exfat_free_cluster() new 5428dc1906dd Merge tag 'exfat-for-6.13-rc7' of git://git.kernel.org/pub [...] adds 09dfc8a5f2ce vfio/pci: Fallback huge faults for unaligned pfn new 13563da6ffcf Merge tag 'vfio-v6.13-rc7' of https://github.com/awilliam/ [...] new 07aeefae7ff4 ovl: pass realinode to ovl_encode_real_fh() instead of realdentry new c45beebfde34 ovl: support encoding fid from inode with no alias new 368fcc5d3f8b Merge patch series "Fix encoding overlayfs fid for fanotif [...] new fbfd64d25c7a Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub [...] new dadf03cfd4ea io_uring/cmd: rename struct uring_cache to io_uring_cmd_data new 3347fa658a1b io_uring/cmd: add per-op data to struct io_uring_cmd_data new b0af20d33f63 io_uring: add io_uring_cmd_get_async_data helper new c21b89d495ba btrfs: don't read from userspace twice in btrfs_uring_enco [...] new 6aecd91a5c5b btrfs: avoid NULL pointer dereference if no valid extent tree new 7467bc5959bf btrfs: zoned: calculate max_extent_size properly on non-zo [...] new 0ee4736c003d btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path new 3a73a300ca76 Merge branch 'misc-6.13' into next-fixes new 4046708a0db8 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 (f66a0bf4e753) \ N -- N -- N refs/heads/fs-current (4046708a0db8)
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 17 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: Makefile | 2 +- drivers/vfio/pci/vfio_pci_core.c | 17 +++--- fs/btrfs/ioctl.c | 122 +++++++++++++++++++++------------------ fs/btrfs/scrub.c | 4 ++ fs/btrfs/zlib.c | 4 +- fs/btrfs/zoned.c | 5 +- fs/exfat/dir.c | 3 +- fs/exfat/fatent.c | 10 ++++ fs/exfat/file.c | 6 ++ fs/exfat/namei.c | 4 +- fs/overlayfs/copy_up.c | 11 ++-- fs/overlayfs/export.c | 49 +++++++++------- fs/overlayfs/namei.c | 4 +- fs/overlayfs/overlayfs.h | 2 +- include/linux/io_uring/cmd.h | 10 ++++ io_uring/io_uring.c | 2 +- io_uring/opdef.c | 3 +- io_uring/uring_cmd.c | 23 +++++--- io_uring/uring_cmd.h | 4 -- mm/vmstat.c | 3 +- 20 files changed, 170 insertions(+), 118 deletions(-)