Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933983AbbBCMtF (ORCPT ); Tue, 3 Feb 2015 07:49:05 -0500 Received: from h1446028.stratoserver.net ([85.214.92.142]:47326 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933862AbbBCMtC (ORCPT ); Tue, 3 Feb 2015 07:49:02 -0500 Message-ID: <54D0C3B8.2050507@ahsoftware.de> Date: Tue, 03 Feb 2015 13:48:56 +0100 From: Alexander Holler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Al Viro CC: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] WIP: Add syscall unlinkat_s (currently x86* only) References: <1422896713-25367-1-git-send-email-holler@ahsoftware.de> <1422896713-25367-2-git-send-email-holler@ahsoftware.de> <20150203060542.GZ29656@ZenIV.linux.org.uk> <54D071AA.1030302@ahsoftware.de> <20150203075616.GA29656@ZenIV.linux.org.uk> <54D08BF4.3000903@ahsoftware.de> <54D093A0.7090201@ahsoftware.de> In-Reply-To: <54D093A0.7090201@ahsoftware.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1873 Lines: 41 Am 03.02.2015 um 10:23 schrieb Alexander Holler: > Or to give another more common example: If you delete your contact list, > I likely might find again by just searching for 0x6f726956 at the device > level (assuming you've stored a contact in that list with the same > surname as yours. > > And, because I've only mentioned in a different thread, now think at the > problem that nowadays storage is often fixed (soldered) to devices which > don't offer a way to delete the whole storage. You might have luck if > the contact list in question was stored in some encrypted part, but that > presumes that the key for that encrypted part isn't somehow stored on > the same device too. Which unfortunately isn't always the case (maybe > because of usability). And ... > > That's why I think filesystems should offer a way to really delete > files. Most people would be happy, even if filesystems won't delete > stuff at military security levels and would disregard all the cases when > they couldn't make sure that stuff is really deleted. > > To conclude, most people would be already happy if the most trivial case > would be handled right and not just by marking files as deleted but > leaving the contents intact. Maybe I should rename me to Quijote, switch back to pen and paper and should start to raise carrier pigeons. ;) E.g. my parents are stull successfully using contact lists on paper. These are still more readable, easier to handle and smaller than any available electronic replacement. And they have absolutely no problem to destroy an old one when they replace it with a new one. Regards, Alexander Holler -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/