]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jul 2024 15:22:43 +0000 (08:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jul 2024 15:22:43 +0000 (08:22 -0700)
commit5d4c85134b0f76f72f975029bfa149e566ac968f
treef467a559777a48a37fbce82af8fb28923a9ebb4b
parent43db1e03c086ed20cc75808d3f45e780ec4ca26e
parent1841027c7de47527ed819a935b7aa340b9171eb5
Merge tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefs

Pull more bcachefs fixes from Kent Overstreet:

 - revert the SLAB_ACCOUNT patch, something crazy is going on in memcg
   and someone forgot to test

 - minor fixes: missing rcu_read_lock(), scheduling while atomic (in an
   emergency shutdown path)

 - two lockdep fixes; these could have gone earlier, but were left to
   bake awhile

* tag 'bcachefs-2024-07-12' of https://evilpiepirate.org/git/bcachefs:
  bcachefs: bch2_gc_btree() should not use btree_root_lock
  bcachefs: Set PF_MEMALLOC_NOFS when trans->locked
  bcachefs; Use trans_unlock_long() when waiting on allocator
  Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"
  bcachefs: fix scheduling while atomic in break_cycle()
  bcachefs: Fix RCU splat