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 44795a8bc4b5 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 19da50d0e411 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 4ea00ad97dff Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 8f8df77ce4d2 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 8c474c8d2f43 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 60bb6b6ed16c netfs: Delete some xarray-wangling functions that aren't used omits ce85b8396bca netfs: Fix early issue of write op on partial write to folio tail omits ebf4067bfb3e netfs: Fix io_uring based write-through adds 2a1b02bcba78 workqueue: Refactor worker ID formatting and make wq_worke [...] adds 231035f18d6b workqueue: Increase worker desc's length to 32 new 24ca36a562d6 Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/ [...] adds 8c61291fd850 mm: fix incorrect vbq reference in purge_fragmented_block adds 399ab86ea550 /proc/pid/smaps: add mseal info for vma adds b4601d096aac mm/slab: fix 'variable obj_exts set but not used' warning adds 34a023dc8869 mm: handle profiling for fake memory allocations during co [...] adds 1c61990d3762 kasan: fix bad call to unpoison_slab_object adds be346c1a6eeb ocfs2: fix DIO failure due to insufficient transaction credits adds ff202303c398 mm: convert page type macros to enum adds 8b8546d298dc selftests/mm:fix test_prctl_fork_exec return failure adds f3228a2d4c3b MAINTAINERS: TPM DEVICE DRIVER: update the W-tag adds c64082507035 mm/migrate: make migrate_pages_batch() stats consistent adds 54e7d59841da nfs: drop the incorrect assertion in nfs_swap_rw() adds bf14ed81f571 mm/page_alloc: Separate THP PCP into movable and non-movab [...] adds ab1ffc86cb5b mm/memory: don't require head page for do_set_pmd() new afcd48134c58 Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://g [...] new d98b7d7dda72 netfs: Fix io_uring based write-through new 6470e0bc6fe1 netfs: Fix early issue of write op on partial write to folio tail new 84dfbc9cad7d netfs: Delete some xarray-wangling functions that aren't used new a81c98bfa40c netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid new 9d66154f73b7 netfs: Fix netfs_page_mkwrite() to flush conflicting data, [...] new 61fee528b5c6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new b0cef9f52297 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 7cddcdaab213 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new f4eb5842948f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new efb22f9b4910 Merge branch 'nfsd-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 (44795a8bc4b5) \ N -- N -- N refs/heads/fs-current (efb22f9b4910)
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 12 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/proc.rst | 1 + MAINTAINERS | 2 +- fs/netfs/buffered_write.c | 12 ++++-- fs/nfs/direct.c | 2 - fs/ocfs2/aops.c | 5 +++ fs/ocfs2/journal.c | 17 ++++++++ fs/ocfs2/journal.h | 2 + fs/ocfs2/ocfs2_trace.h | 2 + fs/proc/task_mmu.c | 3 ++ include/linux/mm.h | 5 +++ include/linux/mmzone.h | 9 ++-- include/linux/page-flags.h | 21 ++++++---- include/linux/workqueue.h | 2 +- kernel/workqueue.c | 51 +++++++++++++++-------- mm/compaction.c | 11 ++++- mm/internal.h | 5 --- mm/kasan/common.c | 2 +- mm/memory.c | 3 +- mm/migrate.c | 5 +++ mm/page_alloc.c | 9 +++- mm/slub.c | 7 ++-- mm/vmalloc.c | 21 +++++++--- tools/testing/selftests/mm/ksm_functional_tests.c | 38 ++++++++++------- 23 files changed, 161 insertions(+), 74 deletions(-)