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 7f5c0e5bb9fc Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 9519af75de33 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 6b89819b06d8 cachefiles: Fix the incorrect return value in __cachefiles [...] new 0a9e74051313 isofs: Verify inode mode when loading from disk new 177bb4cba97a iomap: avoid unnecessary ifs_set_range_uptodate() with locks new fdfe0133473a fix a leak in fcntl_dirnotify() new 4c238e30774e netfs: Fix copy-to-cache so that it performs collection wi [...] new 89635eae076c netfs: Fix race between cache write completion and ALL_QUE [...] new 86ab0c10090b Merge patch series "netfs: Fix use of fscache with ceph" new 1853217305ff Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new ee48bffd151f 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 (7f5c0e5bb9fc) \ N -- N -- N refs/heads/fs-current (ee48bffd151f)
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 9 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/cachefiles/io.c | 2 -- fs/cachefiles/ondemand.c | 4 +--- fs/iomap/buffered-io.c | 3 +++ fs/isofs/inode.c | 9 ++++++++- fs/netfs/read_pgpriv2.c | 5 +++++ fs/notify/dnotify/dnotify.c | 8 ++++---- include/trace/events/netfs.h | 30 ++++++++++++++++++++++++++++++ 7 files changed, 51 insertions(+), 10 deletions(-)