lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240813120712.2592310-1-shikemeng@huaweicloud.com>
Date: Tue, 13 Aug 2024 20:07:05 +0800
From: Kemeng Shi <shikemeng@...weicloud.com>
To: tytso@....edu,
	adilger.kernel@...ger.ca
Cc: linux-ext4@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] Fixes and cleanups to ext4 ialloc

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ