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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240820132234.2759926-1-shikemeng@huaweicloud.com>
Date: Tue, 20 Aug 2024 21:22:27 +0800
From: Kemeng Shi <shikemeng@...weicloud.com>
To: tytso@....edu,
	adilger.kernel@...ger.ca
Cc: harshadshirwadkar@...il.com,
	darrick.wong@...cle.com,
	akpm@...l.org,
	shaggy@...tin.ibm.com,
	linux-ext4@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/7] Fixes and cleanups to ext4 ialloc

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ