This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a19ea421490d Merge tag 'platform-drivers-x86-v6.10-6' of git://git.kern [...] new 759b2e800f16 bcachefs: Switch online_reserved shutdown assert to WARN() new 84db60001619 bcachefs: Delete old faulty bch2_trans_unlock() call new 600b8be5e747 bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warning new a0bd30e4ea9d bcachefs: Fix shift greater than integer size new 44ec5990357b bcachefs: Don't use the new_fs() bucket alloc path on an i [...] new 1539bdf51660 bcachefs: Fix bch2_read_retry_nodecode() new 67c564111f0e bcachefs: Fix loop restart in bch2_btree_transactions_read() new ef05bdf5d615 bcachefs: Add missing printbuf_tabstops_reset() calls new 92e1c29ae803 bcachefs: bch2_btree_write_buffer_maybe_flush() new d39881d2da2a bcachefs: add check for missing fragmentation in check_all [...] new b5cbb42dc59f bcachefs: Repair fragmentation_lru in alloc_write_key() new a2d23f3d916b bcachefs: io clock: run timer fns under clock lock new 0435773239b5 bcachefs: Fix journal getting stuck on a flush commit new 29f1c1ae6d2f closures: fix closure_sync + closure debugging new b02f973e6758 bcachefs: Fix bch2_inode_insert() race path for tmpfiles new 86d81ec5f5f0 bcachefs: Mark bch_inode_info as SLAB_ACCOUNT new 8ed58789fc43 bcachefs: Fix undefined behaviour in eytzinger1_first() new 0f1f7324da0a bcachefs: Log mount failure error code new ad8b68cd3941 bcachefs: bch2_data_update_to_text() new f49d2c9835f9 bcachefs: Warn on attempting a move with no replicas new 0f6f8f76936b bcachefs: Fix missing error check in journal_entry_btree_k [...] new 7d7f71cd8763 bcachefs: Add missing bch2_trans_begin() new f6963ab4b01c Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.o [...] new 5a88a3f67e37 vfio/pci: Init the count variable in collecting hot-reset devices new d6e1712b7825 Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfio
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: drivers/vfio/pci/vfio_pci_core.c | 2 +- fs/bcachefs/alloc_background.c | 48 +++++++++++++-------------- fs/bcachefs/alloc_foreground.c | 2 ++ fs/bcachefs/backpointers.c | 70 +++++++++++++++------------------------- fs/bcachefs/bkey.c | 5 +-- fs/bcachefs/bkey.h | 7 ++++ fs/bcachefs/btree_gc.c | 24 +++++++------- fs/bcachefs/btree_write_buffer.c | 37 +++++++++++++++++++++ fs/bcachefs/btree_write_buffer.h | 3 ++ fs/bcachefs/clock.c | 7 ++-- fs/bcachefs/data_update.c | 44 +++++++++++++++++++++++++ fs/bcachefs/data_update.h | 5 +++ fs/bcachefs/debug.c | 12 +++---- fs/bcachefs/eytzinger.h | 6 ++-- fs/bcachefs/fs.c | 11 ++++++- fs/bcachefs/io_read.c | 4 ++- fs/bcachefs/journal.c | 18 ++++++----- fs/bcachefs/journal.h | 2 +- fs/bcachefs/journal_io.c | 12 ++++--- fs/bcachefs/lru.c | 39 ++++++++++++++++++++++ fs/bcachefs/lru.h | 3 ++ fs/bcachefs/move.c | 25 -------------- fs/bcachefs/sb-errors_format.h | 3 +- fs/bcachefs/super.c | 11 ++++--- include/linux/closure.h | 7 ++++ lib/closure.c | 3 ++ 26 files changed, 267 insertions(+), 143 deletions(-)