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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Mar 2017 13:07:23 -0700
From:   Raymond Jennings <shentino@...il.com>
To:     linux-ext4@...r.kernel.org
Subject: Question about dirty data for unlinked files

If you delete a file (and don't have it open), and there's a bunch of
dirty data for that file still in page cache, does all that dirty data
disappear or does it still get written back?

I'm curious for performance reasons because I have an experimental
process I'm developing, and it has a habit of leaving large amounts of
dirty data in a huge output file.  I'd like to be able to unlink the
file and skip the writeback process once the file's been unlinked.

Powered by blists - more mailing lists