This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-next in repository linux-next.
omits 9a7f81df0305 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...] omits 097a6be15e8e Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...] omits ed85a6713089 Merge branch 'master' of https://github.com/Paragon-Softwa [...] omits 619fb00eaf7c Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] omits 9a99ab07da25 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...] omits fc26ba222165 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...] omits e8e77a2647a3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] omits daf62d3309aa Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] omits 4da8ad8d468c Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] omits 95c3c07f3f7b Merge branch 'for-next' of git://git.infradead.org/users/h [...] omits efa18d32a683 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] omits 4608b7db5227 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...] omits aae871437b2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits a37959bb93f7 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 5cc81d64f193 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 8ea2127d31e9 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 77f3af3d318b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 0205a1d115e4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 8f949d969ae3 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...] new 914fde28161a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new 7ab1bfc9c9b6 Merge branch 'for-next' of git://git.infradead.org/users/h [...] adds b88b249ba708 dlm: remove scand leftovers adds a2155402bf0e dlm: don't kref_init rsbs created for toss list adds f49da8c09f93 dlm: remove unused parameter in dlm_midcomms_addr adds 4db41bf4f04f dlm: remove ls_local_handle from struct dlm_ls adds 1ffefc19c4ac dlm: drop own rsb pre allocation mechanism adds f455eb8490ac dlm: move lkb idr to xarray datastructure adds fa0b54f17afe dlm: move recover idr to xarray datastructure adds 4f5957a980d0 dlm: change list and timer names adds c217adfc8caa dlm: fix add_scan and del_scan usage adds 01fdeca1cc2d dlm: use rcu to avoid an extra rsb struct lookup new d3d85e9ad55b dlm: use LSFL_FS to check for kernel lockspace new f328a26eeb53 dlm: introduce DLM_LSFL_SOFTIRQ_SAFE new 68bde2a67a6d dlm: implement LSFL_SOFTIRQ_SAFE new 5ce02000eb29 md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace() new 1e1a5425e88d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...] new d437fd249d26 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] new cc64e808d20f Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] new b4320708d6ab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new 1ca92693e956 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...] new 76baa3e2fea8 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...] new e55391d91a2b Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] new b8e3a8df161b Merge branch 'master' of https://github.com/Paragon-Softwa [...] new 96412c84cc1c Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...] new 58f880711f2b xfs: make sure sb_fdblocks is non-negative new 4b6918c7b610 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...] new df2f9708ff1f zonefs: enable support for large folios new d66d453dcf44 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new e0a1f6900aa7 Merge branch 'vfs.all' of git://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 (9a7f81df0305) \ N -- N -- N refs/heads/fs-next (e0a1f6900aa7)
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 21 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: drivers/md/md-cluster.c | 2 +- fs/dlm/ast.c | 172 +++++++++----- fs/dlm/ast.h | 11 +- fs/dlm/config.c | 2 +- fs/dlm/debug_fs.c | 10 +- fs/dlm/dlm_internal.h | 60 ++--- fs/dlm/lock.c | 568 +++++++++++++++++++++++------------------------ fs/dlm/lock.h | 7 +- fs/dlm/lockspace.c | 128 +++++------ fs/dlm/lowcomms.c | 2 +- fs/dlm/lowcomms.h | 2 +- fs/dlm/member.c | 2 +- fs/dlm/memory.c | 8 +- fs/dlm/midcomms.c | 4 +- fs/dlm/midcomms.h | 2 +- fs/dlm/recover.c | 78 +++---- fs/dlm/recover.h | 2 +- fs/dlm/recoverd.c | 14 +- fs/dlm/user.c | 42 ++-- fs/xfs/libxfs/xfs_sb.c | 7 +- fs/zonefs/super.c | 1 + include/linux/dlm.h | 17 +- include/uapi/linux/dlm.h | 2 + 23 files changed, 585 insertions(+), 558 deletions(-)