[GIT,PULL] bcachefs fixes for 6.8-rc4

Message ID v6czqjwdsso2hy6be7qeu4mqxsx4oydq6shavws4k7sexshcrp@np4inrse4e4p
State New
Headers
Series [GIT,PULL] bcachefs fixes for 6.8-rc4 |

Pull-request

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

Message

Kent Overstreet Feb. 6, 2024, 12:15 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 6, 2024, 7:47 a.m. UTC | #1
The pull request you sent on Mon, 5 Feb 2024 19:15:32 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/99bd3cb0d12e85d5114425353552121ec8f93adc

Thank you!