This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 13563da6ffcf Merge tag 'vfio-v6.13-rc7' of https://github.com/awilliam/ [...] new b905bafdea21 hfs: Sanity check the root record new 989e0cdc0f18 fs/qnx6: Fix building with GCC 15 new ac1e21bd8c88 jbd2: increase IO priority for writing revoke records new a0851ea9cd55 jbd2: flush filesystem device before updating tail sequence new 930e7c209b77 Merge patch series "jbd2: two straightforward fixes" new b44679c63e4d iomap: pass byte granular end position to iomap_add_to_ioend new 51d20d1dacbe iomap: fix zero padding data issue in concurrent append writes new 867f85679cb4 Merge patch series "iomap: fix zero padding data issue in [...] new aa21f333c86c fs: fix is_mnt_ns_file() new 2b2fc0be98a8 fs: fix missing declaration of init_files new 974e3fe0ac61 fs: relax assertions on failure to encode file handles new 973b710b8821 kheaders: Ignore silly-rename files new c8b90d40d5bb netfs: Fix non-contiguous donation between completed reads new 105549d09a53 netfs: Fix enomem handling in buffered reads new 86ad1a58f6a9 nfs: Fix oops in nfs_netfs_init_request() when copying to cache new e5a8b6446c0d cachefiles: Parse the "secctx" immediately new f4d3cde410cc netfs: Remove redundant use of smp_rmb() new aa3956418985 netfs: Fix missing barriers by using clear_and_wake_up_bit() new 4acb665cf4f3 netfs: Work around recursion by abandoning retry if nothing read new 38cf8e945721 netfs: Fix ceph copy to cache on write-begin new d0327c824338 netfs: Fix the (non-)cancellation of copy when cache is te [...] new d4e338de17cb netfs: Fix is-caching check in read-retry new 5fe85a5c5133 Merge patch series "netfs, ceph, nfs, cachefiles: Miscella [...] new 03f275adb8fb fuse: respect FOPEN_KEEP_CACHE on opendir 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 [...]
The 28 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/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/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 + 31 files changed, 217 insertions(+), 123 deletions(-)