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

Mohammed Anees posted 2 patches 2 months, 1 week ago
fs/ocfs2/alloc.c      |  7 +++++++
fs/ocfs2/extent_map.c | 16 +++++++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)
[PATCH 0/2] ocfs2: Fix deadlock in extent_map and handle zero
Posted by Mohammed Anees 2 months, 1 week ago
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