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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 11 May 2008 12:30:58 +0200 (CEST)
From:	Jan Engelhardt <jengelh@...ozas.de>
To:	Morten Welinder <mwelinder@...il.com>
cc:	"linux-os (Dick Johnson)" <linux-os@...logic.com>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: Deleting large files


On Thursday 2008-05-08 01:14, Morten Welinder wrote:

>>  Suppose you had an N GB file that just filled up the disk. You now
>>  delete it, but get control back before it is really deleted. You
>>  now start to write a new file that will eventually just fill up
>>  the disk. [...]
>
>NFS does not do that -- in fact, I don't believe any file system does that
>unless you can guarantee at least that no other process or the kernel has
>that file open;

Iff a process still has the file open, your unlink will succeed immediately
anyway, and the real deallocation takes place when the last process runs
close(). Which shows an interesting fact too: not only unlink can block.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ