[GIT PULL] bcachefs fixes for 6.8-rc4

From: Kent Overstreet
Date: Mon Feb 05 2024 - 19:15:51 EST


The following changes since commit d2fda304bb739b97c1a3e46e39700eb49f07a62c:

bcachefs: __lookup_dirent() works in snapshot, not subvol (2024-01-25 20:02:11 -0500)

are available in the Git repository at:

https://evilpiepirate.org/git/bcachefs.git tags/bcachefs-2024-02-05

for you to fetch changes up to 7b508b323b2ec45be59769bd4e4aeba729c52cf6:

bcachefs: time_stats: Check for last_event == 0 when updating freq stats (2024-02-05 01:16:31 -0500)

----------------------------------------------------------------
bcachefs fixes for v6.8-rc4

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.

----------------------------------------------------------------
Guoyu Ou (1):
bcachefs: unlock parent dir if entry is not found in subvolume deletion

Helge Deller (1):
bcachefs: Fix build on parisc by avoiding __multi3()

Kent Overstreet (1):
bcachefs: time_stats: Check for last_event == 0 when updating freq stats

Mathias Krause (1):
bcachefs: install fd later to avoid race with close

fs/bcachefs/fs-ioctl.c | 4 ++--
fs/bcachefs/mean_and_variance.h | 2 +-
fs/bcachefs/thread_with_file.c | 2 +-
fs/bcachefs/util.c | 5 +++--
4 files changed, 7 insertions(+), 6 deletions(-)