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 b7fe9b203d40 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 643e2e259c2b Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/s [...] adds 7a4f54187373 fuse: fix direct io folio offset and length calculation adds 78f2560fc9fa fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure new 3ff93c593561 Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.o [...] new 8fd56ad6e7c9 afs: Fix the maximum cell name length new c13094b894de iomap: avoid avoid truncating 64-bit offset to 32 bits new 344bac8f0d73 fs: kill MNT_ONRB new 482d520d86e8 Merge tag 'vfs-6.14-rc7.mount.fixes' new 3f6bc9e3ab9b netfs: Fix kernel async DIO new 904abff4b1b9 netfs: Fix read-retry for fs with no ->prepare_read() new 17a4fde81d3a afs: Fix merge preference rule failure condition new a06df73fec94 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 378d62cc2c19 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 (b7fe9b203d40) \ N -- N -- N refs/heads/fs-current (378d62cc2c19)
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 11 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/afs/addr_prefs.c | 6 ++++-- fs/afs/afs.h | 2 +- fs/afs/afs_vl.h | 1 + fs/afs/vl_alias.c | 8 ++++++-- fs/afs/vlclient.c | 2 +- fs/fuse/file.c | 31 +++++++++++++++++++------------ fs/iomap/buffered-io.c | 2 +- fs/mount.h | 15 +++++++++------ fs/namespace.c | 14 ++++++-------- fs/netfs/direct_write.c | 7 ++++++- fs/netfs/read_retry.c | 3 ++- include/linux/mount.h | 3 +-- 12 files changed, 57 insertions(+), 37 deletions(-)