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 ace28a2990db Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 601e95bc2858 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits d93693cf2c3a vfs: Don't evict inode under the inode lru traversing context omits 08aebb9ecc62 9p: Fix DIO read through netfs omits 5dc2b9e593bc Merge branch 'misc-6.11' into next-fixes omits ea5856bbcdfa btrfs: check delayed refs when we're checking if a ref exists adds a018c1b636e7 ksmbd: override fsids for share path check adds f6bd41280a44 ksmbd: override fsids for smb2_query_info() new 6b4aa469f049 Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd new 2a0629834cd8 vfs: Don't evict inode under the inode lru traversing context new e3786b29c54c 9p: Fix DIO read through netfs new 810ee43d9cd2 Squashfs: sanity check symbolic link size new 07d9478e7988 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 42fac187b5c7 btrfs: check delayed refs when we're checking if a ref exists new 31723c9542db btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type new ae1e766f623f btrfs: only run the extent map shrinker from kswapd tasks new 46a6e10a1ab1 btrfs: send: allow cloning non-aligned extent if it ends a [...] new 2691f6fae726 Merge branch 'misc-6.11' into next-fixes new 6561ab6ab62f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 046667c4d319 memcg_write_event_control(): fix a user-triggerable oops new 6c7f20ab7680 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (ace28a2990db) \ N -- N -- N refs/heads/fs-current (6c7f20ab7680)
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 13 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/btrfs/extent_map.c | 22 +++++------------ fs/btrfs/send.c | 52 +++++++++++++++++++++++++++++---------- fs/btrfs/super.c | 10 ++++++++ fs/btrfs/tree-checker.c | 5 ++-- fs/smb/server/mgmt/share_config.c | 15 ++++++++--- fs/smb/server/mgmt/share_config.h | 4 ++- fs/smb/server/mgmt/tree_connect.c | 9 ++++--- fs/smb/server/mgmt/tree_connect.h | 4 +-- fs/smb/server/smb2pdu.c | 9 ++++++- fs/smb/server/smb_common.c | 9 +++++-- fs/smb/server/smb_common.h | 2 ++ fs/squashfs/inode.c | 7 +++++- mm/memcontrol-v1.c | 7 ++++-- 13 files changed, 108 insertions(+), 47 deletions(-)