[RFC][PATCH] Secure Deletion and Trash-Bin Support for Ext4

2006-12-04 Thread Nikolai Joukov
As we promised on the linux-ext4 list on October 31, here is the patch that adds secure deletion via a trash-bin functionality for ext4. It is a compromise solution that combines secure deletion with the trash-bin support (the latter had been requested by even more people than the former :-).

+ ext4-fix-credit-calculation-in-ext4_ext_calc_credits_for_insert.patch added to -mm tree

2006-12-04 Thread akpm
The patch titled ext4: fix credit calculation in ext4_ext_calc_credits_for_insert has been added to the -mm tree. Its filename is ext4-fix-credit-calculation-in-ext4_ext_calc_credits_for_insert.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what

Re: [RFC][PATCH] Secure Deletion and Trash-Bin Support for Ext4

2006-12-04 Thread David Chinner
On Mon, Dec 04, 2006 at 01:33:55PM -0500, Nikolai Joukov wrote: As we promised on the linux-ext4 list on October 31, here is the patch that adds secure deletion via a trash-bin functionality for ext4. It is a compromise solution that combines secure deletion with the trash-bin support (the