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 530190453287 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 467e5bc8f6c6 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] adds 81ac63321eb9 trace: Remove redundant __GFP_NOWARN adds 3d62ab32df06 tracing: Fix tracing_marker may trigger page fault during [...] adds 80d03a40837a ftrace/samples: Fix function size computation adds ab1396af7595 trace/fgraph: Fix error handling adds c1628c00c435 tracing/osnoise: Fix null-ptr-deref in bitmap_parselist() adds cd4453c5e983 tracing: Silence warning when chunk allocation fails in tr [...] new 1b5d4661c7ee Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/sc [...] adds 31f1a960ad1a NFSv4: Don't clear capabilities that won't be reset adds dd5a8621b886 NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set adds b3ac33436030 NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not [...] adds 4fb2b677fc1f NFSv4: Clear the NFS_CAP_XATTR flag if not supported by th [...] adds 992203a1fba5 nfs/localio: restore creds before releasing pageio data adds d3684397ea9b nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local() adds 5a46d2339a5a flexfiles/pNFS: fix NULL checks on result of ff_layout_cho [...] adds b1817b18ff20 NFS: Protect against 'eof page pollution' adds b2036bb65114 NFSv4.2: Protect copy offload and clone against 'eof page [...] adds 9eb90f435415 NFS: Serialise O_DIRECT i/o and truncate() adds b93128f29733 NFSv4.2: Serialise O_DIRECT i/o and fallocate() adds c80ebeba1198 NFSv4.2: Serialise O_DIRECT i/o and clone range adds ca247c89900a NFSv4.2: Serialise O_DIRECT i/o and copy range adds b7b8574225e9 NFS: nfs_invalidate_folio() must observe the offset and si [...] adds c12b6a7b12a1 NFS: Fix the marking of the folio as up to date adds 199cd9e8d14b Revert "SUNRPC: Don't allow waiting for exiting tasks" adds 9559d2fffd4f SUNRPC: call xs_sock_process_cmsg for all cmsg adds dd2fa8247345 NFSv4/flexfiles: Fix layout merge mirror check. new 7aac71907bde Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/proj [...] new 42143e751827 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 181993bb0d62 erofs: fix runtime warning on truncate_folio_batch_exceptionals() new ff324207b6a0 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (530190453287) \ N -- N -- N refs/heads/fs-current (ff324207b6a0)
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 5 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/erofs/super.c | 12 ++++++++ fs/nfs/client.c | 2 ++ fs/nfs/file.c | 40 +++++++++++++++++++++++-- fs/nfs/flexfilelayout/flexfilelayout.c | 21 +++++++++----- fs/nfs/inode.c | 13 +++++++-- fs/nfs/internal.h | 12 ++++++++ fs/nfs/io.c | 13 ++------- fs/nfs/localio.c | 21 +++++++------- fs/nfs/nfs42proc.c | 35 ++++++++++++++++------ fs/nfs/nfs4file.c | 2 ++ fs/nfs/nfs4proc.c | 7 +++-- fs/nfs/nfstrace.h | 1 + fs/nfs/write.c | 53 ++++------------------------------ kernel/trace/fgraph.c | 3 +- kernel/trace/trace.c | 10 +++++-- kernel/trace/trace_events_user.c | 2 +- kernel/trace/trace_osnoise.c | 3 ++ net/sunrpc/sched.c | 2 -- net/sunrpc/xprtsock.c | 6 ++-- samples/ftrace/ftrace-direct-modify.c | 2 +- 20 files changed, 155 insertions(+), 105 deletions(-)