[PATCH v4 0/2] ext4: Convert group-count barrier protocol to acquire/release

Jinjie Ruan posted 2 patches 3 weeks, 1 day ago
fs/ext4/balloc.c  |  2 +-
fs/ext4/ext4.h    | 10 +++-------
fs/ext4/mballoc.c |  6 ++----
fs/ext4/resize.c  | 19 +++++++++++--------
4 files changed, 17 insertions(+), 20 deletions(-)
[PATCH v4 0/2] ext4: Convert group-count barrier protocol to acquire/release
Posted by Jinjie Ruan 3 weeks, 1 day ago
Hi all,

This series fix out-of-bounds read in ext4_get_group_info() and
convert the ext4 group-count barrier protocol to acquire/release.

Changes in v4:
- Split ext4 patches out as Theodore suggested.
- Link to v3: https://lore.kernel.org/all/20260902074805.398540-1-ruanjinjie@huawei.com/

Jinjie Ruan (2):
  ext4: Fix out-of-bounds read in ext4_get_group_info()
  ext4: Convert group-count barrier protocol to acquire/release

 fs/ext4/balloc.c  |  2 +-
 fs/ext4/ext4.h    | 10 +++-------
 fs/ext4/mballoc.c |  6 ++----
 fs/ext4/resize.c  | 19 +++++++++++--------
 4 files changed, 17 insertions(+), 20 deletions(-)

-- 
2.34.1