Merge tag 'bcachefs-2024-02-05' of https://evilpiepirate.org/git/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Feb 2024 07:38:31 +0000 (07:38 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Feb 2024 07:38:31 +0000 (07:38 +0000)
commit99bd3cb0d12e85d5114425353552121ec8f93adc
tree63c65ce38b1b1d74f0bac81a45564a51919a4d42
parent54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
parent7b508b323b2ec45be59769bd4e4aeba729c52cf6
Merge tag 'bcachefs-2024-02-05' of https://evilpiepirate.org/git/bcachefs

Pull bcachefs fixes from Kent Overstreet:
 "Two serious ones here that we'll want to backport to stable: a fix for
  a race in the thread_with_file code, and another locking fixup in the
  subvolume deletion path"

* tag 'bcachefs-2024-02-05' of https://evilpiepirate.org/git/bcachefs:
  bcachefs: time_stats: Check for last_event == 0 when updating freq stats
  bcachefs: install fd later to avoid race with close
  bcachefs: unlock parent dir if entry is not found in subvolume deletion
  bcachefs: Fix build on parisc by avoiding __multi3()