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 a2dec6ebd8ac Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 6c1dedcab5b0 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits b78d907231be Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] adds e9c8da670e74 fuse: do not allow mapping a non-regular backing file adds e5203209b393 fuse: check if copy_file_range() returns larger than reque [...] adds 1e08938c3694 fuse: prevent overflow in copy_file_range return value adds 795699465022 fuse: reflect cached blocksize if blocksize was changed adds bd24d2108e9c fuse: fix fuseblk i_blkbits for iomap partial writes adds 9d81ba6d49a7 fuse: Block access to folio overlimit new e23654f5b12b Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.o [...] new bbbe2febdae2 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 5fe94710bee5 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 387315f9fd3e 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 (a2dec6ebd8ac) \ N -- N -- N refs/heads/fs-current (387315f9fd3e)
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 4 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/fuse/dev.c | 2 +- fs/fuse/dir.c | 3 ++- fs/fuse/file.c | 5 ++++- fs/fuse/fuse_i.h | 14 ++++++++++++++ fs/fuse/inode.c | 16 ++++++++++++++++ fs/fuse/passthrough.c | 5 +++++ 6 files changed, 42 insertions(+), 3 deletions(-)