mbox series

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

Message ID 20240918172026.2532-1-pvmohammedanees2003@gmail.com (mailing list archive)
Headers show
Series ocfs2: Fix deadlock in extent_map and handle zero | expand

Message

Mohammed Anees Sept. 18, 2024, 5:20 p.m. UTC
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(-)