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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html