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:   Thu,  7 Dec 2017 06:32:03 -0500
From:   Jeff Layton <jlayton@...nel.org>
To:     akpm@...ux-foundation.org
Cc:     lustre-devel@...ts.lustre.org, anton@...era.com,
        andreas.dilger@...el.com, oleg.drokin@...el.com,
        jsimmons@...radead.org, mikulas@...ax.karlin.mff.cuni.cz,
        linux-kernel@...r.kernel.org, linux-ntfs-dev@...ts.sourceforge.net,
        linux-fsdevel@...r.kernel.org
Subject: [RESEND][PATCH 0/3] fs: remove unnecessary i_version handling from various filesystems

From: Jeff Layton <jlayton@...hat.com>

Hi Andrew,

I sent these patches to the various fs maintainers prior to the last
merge window, but they didn't get picked up. This is mainly removing
i_version/f_version handling from filesystems that don't implement it
properly, and that don't use it anyway.

This is almost certainly the result of cargo-cult copying from other
filesystems.

Would you be willing to merge these for the v4.16 window?

Thanks,
Jeff

Jeff Layton (3):
  lustre: don't set f_version in ll_readdir
  ntfs: remove i_version handling
  hpfs: don't bother with the i_version counter or f_version

 drivers/staging/lustre/lustre/llite/dir.c | 3 ---
 fs/hpfs/dir.c                             | 1 -
 fs/hpfs/dnode.c                           | 2 --
 fs/hpfs/super.c                           | 1 -
 fs/ntfs/inode.c                           | 9 ---------
 fs/ntfs/mft.c                             | 6 ------
 6 files changed, 22 deletions(-)

-- 
2.14.3

Powered by blists - more mailing lists