This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6c52d4da1c74 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 2045fc4295c4 bcachefs: Fix invalid shift in validate_sb_layout() new 5c41f75d1b92 bcachefs: fix shift oob in alloc_lru_idx_fragmentation new a25a83de45b4 bcachefs: fix null-ptr-deref in have_stripes() new 8e910ca20e11 bcachefs: Fix UAF in bch2_reconstruct_alloc() new c1fa854acc72 bcachefs: Fix unhandled transaction restart in fallocate new 3fd27e9c57bf bcachefs: init freespace inited bits to 0 in bch2_fs_initialize new a34eef6dd179 bcachefs: Don't keep tons of cached pointers around new e0fafac5c4b6 bcachefs: Don't filter partial list buckets in open_bucket [...] new 778ac324ccfa bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets new ca959e328b22 bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_ [...] new 3726a1970bd7 bcachefs: Fix NULL ptr dereference in btree_node_iter_and_ [...] new 7b83601da470 Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org [...] new 90a88784cdb7 MIPS: export __cmpxchg_small() new d48e1dea3931 btrfs: fix error propagation of split bios new aec8e6bf8391 btrfs: fix use-after-free of block device file in __btrfs_ [...] new a0f062539085 btrfs: fix extent map merging not happening for adjacent extents new 77b0d113eec4 btrfs: fix defrag not merging contiguous extents due to me [...] new 6b4926494ed8 Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/s [...] new 4021e685139d fs/super.c: introduce get_tree_bdev_flags() new 14c2d97265ea erofs: use get_tree_bdev_flags() to avoid misleading messages new 35100ae2dc33 Merge patch series "fs/super.c: introduce get_tree_bdev_flags()" new 6b51b9f65cec doc: correcting the debug path for cachefiles new 247d65fb122a afs: Fix missing subdir edit when renamed between parent dirs new e65a0dc1cabe iov_iter: Fix iov_iter_get_pages*() for folio_queue new f19910006eff autofs: fix thinko in validate_dev_ioctl() new c749d9b7ebbc iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_F [...] new d56239a82e37 Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/ [...] new b8c4076db5fd xfs: don't allocate COW extents when unsharing a hole new 6ef6a0e821d3 iomap: share iomap_unshare_iter predicate code with fsdax new 95472274b6fe fsdax: remove zeroing code from dax_unshare_iter new 50793801fc7f fsdax: dax_unshare_iter needs to copy entire blocks new dad1b6c80569 Merge patch series "fsdax/xfs: unshare range fixes for 6.12" new 6db388585e48 iomap: turn iomap_want_unshare_iter into an inline function new 17fa6a5f93fc Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/ [...]
The 34 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/caching/cachefiles.rst | 2 +- arch/mips/kernel/cmpxchg.c | 1 + fs/afs/dir.c | 25 +++++++ fs/afs/dir_edit.c | 91 +++++++++++++++++++++++- fs/afs/internal.h | 2 + fs/autofs/dev-ioctl.c | 5 +- fs/bcachefs/alloc_background.h | 3 + fs/bcachefs/alloc_foreground.c | 19 ++++- fs/bcachefs/bcachefs.h | 1 + fs/bcachefs/btree_iter.c | 13 ++++ fs/bcachefs/data_update.c | 21 +++--- fs/bcachefs/data_update.h | 3 +- fs/bcachefs/ec.c | 4 ++ fs/bcachefs/errcode.h | 2 + fs/bcachefs/extents.c | 86 +++++++++++++++++----- fs/bcachefs/extents.h | 5 +- fs/bcachefs/fs-io.c | 17 +++-- fs/bcachefs/move.c | 2 +- fs/bcachefs/recovery.c | 14 +++- fs/bcachefs/sb-downgrade.c | 3 + fs/bcachefs/super-io.c | 5 ++ fs/btrfs/bio.c | 37 ++++------ fs/btrfs/bio.h | 3 + fs/btrfs/defrag.c | 10 +-- fs/btrfs/extent_map.c | 7 +- fs/btrfs/volumes.c | 1 + fs/dax.c | 45 +++++++----- fs/erofs/super.c | 4 +- fs/iomap/buffered-io.c | 17 +---- fs/super.c | 26 +++++-- fs/xfs/xfs_iomap.c | 2 +- include/linux/fs_context.h | 6 ++ include/linux/iomap.h | 19 +++++ include/trace/events/afs.h | 7 +- lib/iov_iter.c | 25 ++++--- 35 files changed, 407 insertions(+), 126 deletions(-)