This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e5fa841af679 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new a24e6e7146e3 bcachefs: delete faulty fastpath in bch2_btree_path_traver [...] new bd864bc2d907 bcachefs: Fix bch2_trigger_alloc when upgrading from old versions new d9e615762bf2 bcachefs: bch2_accounting_invalid() fixup new 486d92073532 bcachefs: disk accounting: ignore unknown types new 48d6cc1b4895 bcachefs: Add missing downgrade table entry new 968feb854a86 bcachefs: Convert for_each_btree_node() to lockrestart_do() new b2f11c6f3e1f lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() new 7254555c440f bcachefs: Add hysteresis to waiting on btree key cache flush new 790666c8ac64 bcachefs: Improve trans_blocked_journal_reclaim tracepoint new 06a8693b890c bcachefs: Add a time_stat for blocked on key cache flush new c99471024f24 bcachefs: Fix warning in __bch2_fsck_err() for trans not p [...] new d97de0d017cd bcachefs: Make bkey_fsck_err() a wrapper around fsck_err() new 5132b99bb626 bcachefs: Kill __bch2_accounting_mem_mod() new 58474f76a770 bcachefs: bcachefs_metadata_version_disk_accounting_inum new c2f6e16a6771 bcachefs: Increase size of cuckoo hash table on too many rehashes new 075cabf324c3 bcachefs: Fix forgetting to pass trans to fsck_err() new 9482f3b05332 bcachefs: avoid overflowing LRU_TIME_BITS for cached data lru new 99c87fe0f584 bcachefs: fix incorrect i_state usage new 0e49d3ff1250 bcachefs: Fix locking in __bch2_trans_mark_dev_sb() new b71817585383 Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org [...] new 73c34b0b85d4 xfs: attr forks require attr, not attr2 new 04d6dbb55301 xfs: revert AIL TASK_KILLABLE threshold new 8d16762047c6 xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DA [...] new d09840f8b362 Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/s [...] new 6b9935da2a6b scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trig [...] new 8c6b808c8c2a scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocations new df6cbc62cc9b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 27 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/scsi/mpi3mr/mpi3mr_app.c | 11 ++- drivers/scsi/mpi3mr/mpi3mr_os.c | 1 + fs/bcachefs/alloc_background.c | 77 ++++++++-------- fs/bcachefs/alloc_background.h | 30 +++---- fs/bcachefs/backpointers.c | 23 ++--- fs/bcachefs/backpointers.h | 5 +- fs/bcachefs/bcachefs.h | 1 + fs/bcachefs/bcachefs_format.h | 3 +- fs/bcachefs/bkey.h | 7 +- fs/bcachefs/bkey_methods.c | 109 +++++++++++----------- fs/bcachefs/bkey_methods.h | 21 +++-- fs/bcachefs/btree_gc.c | 5 +- fs/bcachefs/btree_io.c | 69 +++++--------- fs/bcachefs/btree_iter.c | 1 + fs/bcachefs/btree_iter.h | 42 +++++---- fs/bcachefs/btree_key_cache.c | 5 -- fs/bcachefs/btree_key_cache.h | 18 +++- fs/bcachefs/btree_node_scan.c | 2 +- fs/bcachefs/btree_trans_commit.c | 82 +++++------------ fs/bcachefs/btree_update_interior.c | 16 +--- fs/bcachefs/buckets.c | 30 +++++-- fs/bcachefs/buckets_waiting_for_journal.c | 11 ++- fs/bcachefs/data_update.c | 6 +- fs/bcachefs/debug.c | 38 ++------ fs/bcachefs/dirent.c | 33 ++++--- fs/bcachefs/dirent.h | 5 +- fs/bcachefs/disk_accounting.c | 34 ++++--- fs/bcachefs/disk_accounting.h | 60 ++++++------- fs/bcachefs/disk_accounting_format.h | 8 +- fs/bcachefs/ec.c | 15 ++-- fs/bcachefs/ec.h | 5 +- fs/bcachefs/errcode.h | 1 + fs/bcachefs/error.c | 22 +++++ fs/bcachefs/error.h | 39 ++++---- fs/bcachefs/extents.c | 144 +++++++++++++++--------------- fs/bcachefs/extents.h | 24 ++--- fs/bcachefs/fs.c | 2 +- fs/bcachefs/inode.c | 77 ++++++++-------- fs/bcachefs/inode.h | 24 ++--- fs/bcachefs/journal_io.c | 24 ++--- fs/bcachefs/lru.c | 9 +- fs/bcachefs/lru.h | 5 +- fs/bcachefs/quota.c | 8 +- fs/bcachefs/quota.h | 5 +- fs/bcachefs/reflink.c | 19 ++-- fs/bcachefs/reflink.h | 22 ++--- fs/bcachefs/sb-downgrade.c | 6 +- fs/bcachefs/snapshot.c | 42 +++++---- fs/bcachefs/snapshot.h | 11 ++- fs/bcachefs/subvolume.c | 16 ++-- fs/bcachefs/subvolume.h | 5 +- fs/bcachefs/trace.c | 1 + fs/bcachefs/trace.h | 27 +++++- fs/bcachefs/xattr.c | 21 +++-- fs/bcachefs/xattr.h | 5 +- fs/xfs/scrub/bmap.c | 8 +- fs/xfs/xfs_ioctl.c | 11 +++ fs/xfs/xfs_trans_ail.c | 7 +- lib/generic-radix-tree.c | 2 + 59 files changed, 683 insertions(+), 677 deletions(-)