mbox series

[0/1] ocfs2: fix discontig allocating issue

Message ID 20250408152311.16196-1-heming.zhao@suse.com (mailing list archive)
Headers show
Series ocfs2: fix discontig allocating issue | expand

Message

Heming Zhao April 8, 2025, 3:23 p.m. UTC
First, I submit a PR [1] for ocfs2-test package.

Then,
When running ocfs2-test, I found another issue about discontig
allocating extent. the previous patch [2] is not enough, so I
send this patch. And note, this patch code bases on [2].

[1]:
https://github.com/markfasheh/ocfs2-test/pull/21

[2]:
https://lore.kernel.org/ocfs2-devel/1f3049dc-5536-4a27-8768-b264be062f7c@linux.alibaba.com/T/#t

Heming Zhao (1):
  ocfs2: fix the issue with discontiguous allocation in the
    global_bitmap

 fs/ocfs2/suballoc.c | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)