[PATCH 0/7] Fixes and cleanups to ext4 ialloc
From: Kemeng Shi
Date: Tue Aug 13 2024 - 08:10:39 EST
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 | 38 +++++++++++++++++++-------------------
fs/ext4/resize.c | 3 +--
4 files changed, 28 insertions(+), 25 deletions(-)
--
2.30.0