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>] [day] [month] [year] [list]
Date:   Mon, 5 Dec 2022 05:09:53 +0000
From:   "Yuezhang.Mo@...y.com" <Yuezhang.Mo@...y.com>
To:     "linkinjeon@...nel.org" <linkinjeon@...nel.org>,
        "sj1557.seo@...sung.com" <sj1557.seo@...sung.com>
CC:     "linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "Andy.Wu@...y.com" <Andy.Wu@...y.com>,
        "Wataru.Aoyama@...y.com" <Wataru.Aoyama@...y.com>
Subject: [PATCH v1 0/6] exfat: code optimizations

This patchset is some minor code optimizations, no functional changes.

Yuezhang Mo (6):
  exfat: remove call ilog2() from exfat_readdir()
  exfat: remove unneeded codes from __exfat_rename()
  exfat: remove unnecessary arguments from exfat_find_dir_entry()
  exfat: remove argument 'size' from exfat_truncate()
  exfat: remove i_size_write() from __exfat_truncate()
  exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()

 fs/exfat/dir.c      | 38 +++++++++++++++-----------------------
 fs/exfat/exfat_fs.h | 17 +++++++++++------
 fs/exfat/file.c     | 12 +++++-------
 fs/exfat/inode.c    |  4 ++--
 fs/exfat/namei.c    | 19 +++----------------
 5 files changed, 36 insertions(+), 54 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ