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]
Date:   Sat, 24 Sep 2022 10:12:09 +0800
From:   Ye Bin <yebin10@...wei.com>
To:     <tytso@....edu>, <adilger.kernel@...ger.ca>,
        <linux-ext4@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>, <jack@...e.cz>,
        Ye Bin <yebin10@...wei.com>
Subject: [PATCH -next v2 0/2] ext4: factor out ext4_free_ext_path()

Diff v2 vs v1:
1. Add one patch to remove unnecessary drop path references in
mext_check_coverage().
2. Make 'ext4_ext_drop_refs()' static in fs/ext4/extents.c.
3. Export non-inline 'ext4_free_ext_path()' API.

Ye Bin (2):
  ext4: remove unnecessary drop path references in mext_check_coverage()
  ext4: factor out ext4_free_ext_path()

 fs/ext4/ext4.h           |   2 +-
 fs/ext4/extents.c        | 107 ++++++++++++++++-----------------------
 fs/ext4/extents_status.c |   3 +-
 fs/ext4/fast_commit.c    |   6 +--
 fs/ext4/migrate.c        |   3 +-
 fs/ext4/move_extent.c    |  10 ++--
 fs/ext4/verity.c         |   6 +--
 7 files changed, 54 insertions(+), 83 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ