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 226829b7af10 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] omits 10f64716b4a4 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits cc5e0a972ba8 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new a260bd22a355 media: mc: fix potential use-after-free in media_request_alloc() new ed61378b4dc6 iomap: replace folio_batch allocation with stack allocation new 392e317a20c3 filelock: add lease_dispose_list() helper new 12965a190eae filelock: allow lease_managers to dictate what qualifies a [...] new 24835a96f21e Merge patch series "filelock: fix conflict detection with [...] new cab875c3b8ed Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 6bb100370dfa Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] new 694189b7e131 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
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 (226829b7af10) \ N -- N -- N refs/heads/fs-current (694189b7e131)
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 8 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: Documentation/filesystems/locking.rst | 1 + drivers/media/mc/mc-request.c | 6 +- fs/iomap/buffered-io.c | 50 +++++++++----- fs/iomap/iter.c | 6 +- fs/locks.c | 119 +++++++++++++++++----------------- fs/nfsd/nfs4layouts.c | 23 ++++++- fs/nfsd/nfs4state.c | 19 ++++++ fs/xfs/xfs_iomap.c | 11 ++-- include/linux/filelock.h | 1 + include/linux/iomap.h | 8 ++- 10 files changed, 156 insertions(+), 88 deletions(-)