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, 30 Jun 2011 14:22:01 -0700
From:	Allison Henderson <achender@...ux.vnet.ibm.com>
To:	linux-ext4@...r.kernel.org
Cc:	Allison Henderson <achender@...ux.vnet.ibm.com>
Subject: [PATCH 0/2 v3] EXT4: Secure Delete

This patch set implements secure delete for ext4.  New
flags have been added to ext4_free_blocks and ext4_delete_entry
that cause the data blocks and directory entries to be
zeroed before they are released.  Files that have the 
secure remove attribute flag on will have their data and
directory entries zeroed when they are deleted.

Allison Henderson (2):
  EXT4: Secure Delete: Zero out file data
  EXT4: Secure Delete: Zero out files directory entry

 fs/ext4/ext4.h    |    6 ++++++
 fs/ext4/extents.c |    3 +++
 fs/ext4/inode.c   |    3 +++
 fs/ext4/mballoc.c |    8 ++++++++
 fs/ext4/namei.c   |   52 +++++++++++++++++++++++++++++++++++++++++-----------
 fs/ext4/xattr.c   |   12 ++++++++----
 6 files changed, 69 insertions(+), 15 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ