[PATCH v2 0/7] Fixes and cleanups to ext4 ialloc
From: Kemeng Shi
Date: Tue Aug 20 2024 - 09:26:34 EST
v1->v2:
-Append parentheses to function names in changelog.
-Add "Fixes" tag to bugfix patch
-Minor improve in patch "ext4: avoid potential buffer_head leak in
__ext4_new_inode"
This series contains some random fixes and cleanups to ext4 ialloc. More
details can be found in respective patches. Thanks!
Kemeng Shi (7):
ext4: avoid buffer_head leak in ext4_mark_inode_used()
ext4: avoid potential buffer_head leak in __ext4_new_inode()
ext4: avoid negative min_clusters in find_group_orlov()
ext4: remove dead check in __ext4_new_inode()
ext4: move checksum length calculation of inode bitmap into
ext4_inode_bitmap_csum_[verify/set]() functions
ext4: remove unneeded NULL check of buffer_head in
ext4_mark_inode_used()
ext4: check buffer_verified in advance to avoid unneeded
ext4_get_group_info()
fs/ext4/bitmap.c | 8 ++++++--
fs/ext4/ext4.h | 4 ++--
fs/ext4/ialloc.c | 35 ++++++++++++++++-------------------
fs/ext4/resize.c | 3 +--
4 files changed, 25 insertions(+), 25 deletions(-)
--
2.30.0