All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] EXT4: Secure Delete
@ 2011-06-30 21:22 Allison Henderson
  2011-06-30 21:22 ` [PATCH 1/2 v3] EXT4: Secure Delete: Zero out file data Allison Henderson
  2011-06-30 21:22 ` [PATCH 2/2 v3] EXT4: Secure Delete: Zero out files directory entry Allison Henderson
  0 siblings, 2 replies; 36+ messages in thread
From: Allison Henderson @ 2011-06-30 21:22 UTC (permalink / raw)
  To: linux-ext4; +Cc: Allison Henderson

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(-)


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2011-07-11 14:25 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30 21:22 [PATCH 0/2 v3] EXT4: Secure Delete Allison Henderson
2011-06-30 21:22 ` [PATCH 1/2 v3] EXT4: Secure Delete: Zero out file data Allison Henderson
2011-06-30 22:15   ` Andreas Dilger
2011-07-01  0:54     ` Allison Henderson
2011-07-01  1:18       ` Martin K. Petersen
2011-07-01  1:41         ` Allison Henderson
2011-07-01 10:26   ` Lukas Czerner
2011-07-01 16:21     ` Allison Henderson
2011-07-02  9:33   ` Amir Goldstein
2011-07-03  7:00     ` Andreas Dilger
2011-07-03  7:37       ` Amir Goldstein
2011-07-04 17:19         ` Allison Henderson
2011-07-04 17:44           ` Amir Goldstein
2011-07-04 18:19             ` Andreas Dilger
2011-07-04 19:09               ` Allison Henderson
2011-07-06 21:05     ` Allison Henderson
2011-07-07  7:05       ` Amir Goldstein
2011-07-07 19:52         ` Andreas Dilger
2011-07-07 20:19           ` Allison Henderson
2011-07-08  0:09             ` Amir Goldstein
2011-07-08  1:55               ` Allison Henderson
2011-07-08  6:29                 ` Amir Goldstein
2011-07-08 20:43                   ` Allison Henderson
2011-07-10 23:13                   ` Ted Ts'o
2011-07-11 10:01                     ` Amir Goldstein
2011-07-08  2:46               ` Andreas Dilger
2011-07-08  5:46                 ` Ric Wheeler
2011-07-08  6:11                 ` Amir Goldstein
2011-07-08 18:20               ` Mingming Cao
2011-07-08 23:49                 ` Andreas Dilger
2011-07-10  8:19                   ` Ric Wheeler
2011-07-10 23:33                     ` Ted Ts'o
2011-07-11  6:42                       ` Ric Wheeler
2011-07-11  8:20                         ` Lukas Czerner
2011-07-11 14:24                           ` Allison Henderson
2011-06-30 21:22 ` [PATCH 2/2 v3] EXT4: Secure Delete: Zero out files directory entry Allison Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.