This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from da3b6ef17658 Merge tag 'ata-6.10-rc5' of git://git.kernel.org/pub/scm/l [...] new f770a6e9a3d7 bcachefs: Fix initialization order for srcu barrier new d47df4f616d5 bcachefs: Fix array-index-out-of-bounds new 3727ca56049d bcachefs: Fix a locking bug in the do_discard_fast() path new d406545613b5 bcachefs: Fix shift overflow in read_one_super() new e3fd3faa453c bcachefs: Fix btree ID bitmasks new 9e7cfb35e266 bcachefs: Check for invalid btree IDs new dbf4d79b7fc7 bcachefs: Fix early init error path in journal code new 1ba44217f825 bcachefs: delete_dead_snapshots() doesn't need to go RW new cff07e2739d8 bcachefs: Guard against overflowing LRU_TIME_BITS new 2e9940d4a195 bcachefs: Handle cached data LRU wraparound new ddd118ab45e8 bcachefs: Fix bch2_sb_downgrade_update() new 0a2a507d404e bcachefs: set_worker_desc() for delete_dead_snapshots new a56da69799bd bcachefs: Fix bch2_trans_put() new 33dfafa90285 bcachefs: Fix safe errors by default new c6cab97cdfd1 bcachefs: fix alignment of VMA for memory mapped files on THP new 339b84ab6b1d closures: Change BUG_ON() to WARN_ON() new f648b6c12b70 bcachefs: Fix missing alloc_data_type_set() new 504794067fc2 bcachefs: Replace bare EEXIST with private error codes new dd9086487c1b bcachefs: Fix I_NEW warning in race path in bch2_inode_insert() new e6b3a655ac7b bcachefs: Use bch2_print_string_as_lines for long err new 2fe79ce7d1e8 bcachefs: Fix a UAF after write_super() new bd4da0462ea7 bcachefs: Move the ei_flags setting to after initialization new c3de9b572fc2 Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.o [...] new 348a1983cf4c xfs: fix unlink vs cluster buffer instantiation race new 563a50672d8a Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/s [...]
The 25 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/bcachefs/alloc_background.c | 76 ++++-- fs/bcachefs/alloc_background.h | 8 +- fs/bcachefs/bcachefs.h | 5 + fs/bcachefs/bcachefs_format.h | 13 +- fs/bcachefs/bkey.c | 2 +- fs/bcachefs/bkey_methods.c | 6 +- fs/bcachefs/bkey_methods.h | 3 +- fs/bcachefs/btree_iter.c | 11 +- fs/bcachefs/btree_types.h | 16 +- fs/bcachefs/errcode.h | 3 + fs/bcachefs/error.c | 19 +- fs/bcachefs/error.h | 7 - fs/bcachefs/fs-ioctl.c | 2 +- fs/bcachefs/fs.c | 21 +- fs/bcachefs/journal.c | 3 + fs/bcachefs/journal_io.c | 13 +- fs/bcachefs/lru.h | 3 - fs/bcachefs/opts.h | 2 +- fs/bcachefs/recovery.c | 12 +- fs/bcachefs/sb-downgrade.c | 2 +- fs/bcachefs/sb-errors_format.h | 559 +++++++++++++++++++++-------------------- fs/bcachefs/snapshot.c | 9 +- fs/bcachefs/str_hash.h | 2 +- fs/bcachefs/super-io.c | 7 +- fs/bcachefs/super.c | 13 +- fs/xfs/xfs_inode.c | 23 +- lib/closure.c | 10 +- 27 files changed, 491 insertions(+), 359 deletions(-)