This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c2ee9f594da8 KVM: selftests: Fix build on on non-x86 architectures new f009e946c155 Revert "9p: Enable multipage folios" new 74ec2f302402 bcachefs: fix restart handling in bch2_rename2() new 94bdeec8f530 bcachefs: fix bch2_hash_delete() error path new e1c4d2f0826d bcachefs: fix restart handling in bch2_fiemap() new 028f3c1d9b3c bcachefs: fix missing restart handling in bch2_read_retry_ [...] new 7ee4be9c621e bcachefs: fix restart handling in bch2_do_invalidates_work() new d8b50597748d bcachefs: fix restart handling in bch2_alloc_write_key() new 29fd10a36a63 bcachefs: fix restart handling in __bch2_resume_logged_op_ [...] new 6bee2a04c547 bcachefs: handle restarts in bch2_bucket_io_time_reset() new a0d11feefb19 bcachefs: Don't use commit_do() unnecessarily new 4007bbb203a0 bcachefS: ec: fix data type on stripe deletion new 81e0b6c7c1f7 bcachefs: fix disk reservation accounting in bch2_folio_re [...] new 335d318ef532 bcachefs: bch2_folio_reservation_get_partial() is now bett [...] new 97535cd84f18 bcachefs: Fix data corruption on -ENOSPC in buffered write path new 07cf8bac2d3e bcachefs: fix incorrect show_options results new 489ecc4cfdda bcachefs: skip mount option handle for empty string. new b96f8cd3870a bcachefs: Run in-kernel offline fsck without ratelimit errors new 78cf0ae636a5 bcachefs: INODE_STR_HASH() for bch_inode_unpacked new d8e879377ffb bcachefs: Add hash seed, type to inode_to_text() new 15a3836c8ed7 bcachefs: Repair mismatches in inode hash seed, type new dc96656b20eb bcachefs: bch2_hash_set_or_get_in_snapshot() new bc6d2d10418e bcachefs: fsck: Improve hash_check_key() new eb5db64c4570 bcachefs: Fix __bch2_fsck_err() warning new 3956ff8bc2f3 bcachefs: Don't use wait_event_interruptible() in recovery new f0d3302073e6 bcachefs: Workaround for kvmalloc() not supporting > INT_M [...] new e04ee8608914 bcachefs: Mark more errors as AUTOFIX new a069f014797f bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path new c1e822754cc7 Merge tag 'bcachefs-2024-10-22' of https://github.com/kove [...] new 67373ca8404f jfs: Fix sanity check in dbMount new 6cc65abee8ee Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggy new bf9821ba4792 btrfs: zoned: fix zone unusable accounting for freed reser [...] new 3510e684b8f6 btrfs: clear force-compress on remount when compress mount [...] new 5f9062a48db2 btrfs: qgroup: set a more sane default value for subtree d [...] new f10f59f91a62 btrfs: fix the delalloc range locking if sector size < page size new 7a2339058ed7 btrfs: fix read corruption due to race with extent map merging new 3c36a72c1d27 btrfs: reject ro->rw reconfiguration if there are hard ro [...] new 75f49c3dc7b7 btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() new 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...]
The 38 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/9p/vfs_inode.c | 1 - fs/bcachefs/alloc_background.c | 37 +++-- fs/bcachefs/alloc_foreground.c | 2 +- fs/bcachefs/btree_gc.c | 12 +- fs/bcachefs/btree_io.c | 2 +- fs/bcachefs/btree_iter.h | 2 + fs/bcachefs/btree_update.c | 4 +- fs/bcachefs/btree_update.h | 2 +- fs/bcachefs/btree_update_interior.c | 4 +- fs/bcachefs/buckets.c | 7 +- fs/bcachefs/buckets.h | 12 +- fs/bcachefs/chardev.c | 1 + fs/bcachefs/darray.c | 15 +- fs/bcachefs/dirent.c | 7 - fs/bcachefs/dirent.h | 7 + fs/bcachefs/disk_accounting.c | 6 +- fs/bcachefs/ec.c | 22 +-- fs/bcachefs/error.c | 5 +- fs/bcachefs/fs-io-buffered.c | 6 + fs/bcachefs/fs-io-pagecache.c | 70 +++++---- fs/bcachefs/fs-io.c | 2 +- fs/bcachefs/fs.c | 18 +-- fs/bcachefs/fsck.c | 281 +++++++++++++++++++++++++++++------- fs/bcachefs/inode.c | 27 ++-- fs/bcachefs/inode.h | 1 + fs/bcachefs/inode_format.h | 6 +- fs/bcachefs/io_misc.c | 2 +- fs/bcachefs/io_read.c | 8 +- fs/bcachefs/io_write.c | 4 +- fs/bcachefs/journal.c | 10 +- fs/bcachefs/journal.h | 2 +- fs/bcachefs/opts.c | 6 +- fs/bcachefs/opts.h | 3 +- fs/bcachefs/quota.c | 2 +- fs/bcachefs/rebalance.c | 4 +- fs/bcachefs/recovery.c | 2 +- fs/bcachefs/sb-errors_format.h | 4 +- fs/bcachefs/str_hash.h | 60 +++++--- fs/bcachefs/subvolume.c | 7 +- fs/bcachefs/super.c | 2 +- fs/bcachefs/tests.c | 4 +- fs/bcachefs/xattr.c | 2 +- fs/btrfs/block-group.c | 2 + fs/btrfs/dir-item.c | 4 +- fs/btrfs/disk-io.c | 2 +- fs/btrfs/extent_io.c | 17 ++- fs/btrfs/extent_map.c | 31 ++-- fs/btrfs/inode.c | 7 +- fs/btrfs/qgroup.c | 2 +- fs/btrfs/qgroup.h | 2 + fs/btrfs/super.c | 12 +- fs/jfs/jfs_dmap.c | 2 +- 52 files changed, 521 insertions(+), 241 deletions(-)