[PATCH 0/7] Fixes and cleanups to ext4 ialloc

Kemeng Shi posted 7 patches 1 year, 5 months ago
There is a newer version of this series
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(-)
[PATCH 0/7] Fixes and cleanups to ext4 ialloc
Posted by Kemeng Shi 1 year, 5 months ago
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