[PATCH 0/2] ocfs2: Fix deadlock in extent_map and handle zero

From: Mohammed Anees
Date: Wed Sep 18 2024 - 13:20:46 EST


This patch series addresses two distinct issues within the OCFS2 file
system:
1. A potential deadlock occuring in ocfs2_read_virt_blocks due to
contention on the lock.
2. Handle block conversion with value 0 in ocfs2_add_clusters_in_btree

Mohammed Anees (2):
ocfs2: Fix deadlock in ocfs2_read_virt_blocks
osfs2: Fix kernel BUG in ocfs2_write_cluster

fs/ocfs2/alloc.c | 7 +++++++
fs/ocfs2/extent_map.c | 16 +++++++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)

--
2.46.0