This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 9244696b34f2 Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/p [...] adds 9d89551994a4 Linux 6.13-rc6 adds 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() adds 5428dc1906dd Merge tag 'exfat-for-6.13-rc7' of git://git.kernel.org/pub [...] adds 09dfc8a5f2ce vfio/pci: Fallback huge faults for unaligned pfn adds 13563da6ffcf Merge tag 'vfio-v6.13-rc7' of https://github.com/awilliam/ [...] adds b905bafdea21 hfs: Sanity check the root record adds 989e0cdc0f18 fs/qnx6: Fix building with GCC 15 adds ac1e21bd8c88 jbd2: increase IO priority for writing revoke records adds a0851ea9cd55 jbd2: flush filesystem device before updating tail sequence adds 930e7c209b77 Merge patch series "jbd2: two straightforward fixes" adds b44679c63e4d iomap: pass byte granular end position to iomap_add_to_ioend adds 51d20d1dacbe iomap: fix zero padding data issue in concurrent append writes adds 867f85679cb4 Merge patch series "iomap: fix zero padding data issue in [...] adds aa21f333c86c fs: fix is_mnt_ns_file() adds 2b2fc0be98a8 fs: fix missing declaration of init_files adds 974e3fe0ac61 fs: relax assertions on failure to encode file handles adds 973b710b8821 kheaders: Ignore silly-rename files adds c8b90d40d5bb netfs: Fix non-contiguous donation between completed reads adds 105549d09a53 netfs: Fix enomem handling in buffered reads adds 86ad1a58f6a9 nfs: Fix oops in nfs_netfs_init_request() when copying to cache adds e5a8b6446c0d cachefiles: Parse the "secctx" immediately adds f4d3cde410cc netfs: Remove redundant use of smp_rmb() adds aa3956418985 netfs: Fix missing barriers by using clear_and_wake_up_bit() adds 4acb665cf4f3 netfs: Work around recursion by abandoning retry if nothing read adds 38cf8e945721 netfs: Fix ceph copy to cache on write-begin adds d0327c824338 netfs: Fix the (non-)cancellation of copy when cache is te [...] adds d4e338de17cb netfs: Fix is-caching check in read-retry adds 5fe85a5c5133 Merge patch series "netfs, ceph, nfs, cachefiles: Miscella [...] adds 03f275adb8fb fuse: respect FOPEN_KEEP_CACHE on opendir adds 07aeefae7ff4 ovl: pass realinode to ovl_encode_real_fh() instead of realdentry adds c45beebfde34 ovl: support encoding fid from inode with no alias adds 368fcc5d3f8b Merge patch series "Fix encoding overlayfs fid for fanotif [...] adds fbfd64d25c7a Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- drivers/vfio/pci/vfio_pci_core.c | 17 ++++++----- fs/9p/vfs_addr.c | 6 +++- fs/afs/write.c | 5 ++- fs/cachefiles/daemon.c | 14 ++++----- fs/cachefiles/internal.h | 3 +- fs/cachefiles/security.c | 6 ++-- fs/exfat/dir.c | 3 +- fs/exfat/fatent.c | 10 ++++++ fs/exfat/file.c | 6 ++++ fs/exfat/namei.c | 4 +-- fs/file.c | 1 + fs/fuse/dir.c | 2 ++ fs/hfs/super.c | 4 ++- fs/iomap/buffered-io.c | 66 ++++++++++++++++++++++++++++++++++------ fs/jbd2/commit.c | 4 +-- fs/jbd2/revoke.c | 2 +- fs/namespace.c | 10 ++++-- fs/netfs/buffered_read.c | 28 +++++++++-------- fs/netfs/direct_write.c | 1 - fs/netfs/read_collect.c | 33 +++++++++++--------- fs/netfs/read_pgpriv2.c | 4 +++ fs/netfs/read_retry.c | 8 +++-- fs/netfs/write_collect.c | 14 +++------ fs/netfs/write_issue.c | 2 ++ fs/nfs/fscache.c | 9 +++++- fs/notify/fdinfo.c | 4 +-- fs/overlayfs/copy_up.c | 16 +++++----- fs/overlayfs/export.c | 49 +++++++++++++++-------------- fs/overlayfs/namei.c | 4 +-- fs/overlayfs/overlayfs.h | 2 +- fs/qnx6/inode.c | 11 +++---- fs/smb/client/cifssmb.c | 13 +++++--- fs/smb/client/smb2pdu.c | 9 ++++-- include/linux/iomap.h | 2 +- include/linux/netfs.h | 7 ++--- kernel/gen_kheaders.sh | 1 + mm/vmstat.c | 3 +- 38 files changed, 248 insertions(+), 137 deletions(-)