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:	Sun, 20 May 2007 09:51:14 +0100
From:	Chris Lee <cslee-list@...ericom.co.uk>
To:	linux-ext4 <linux-ext4@...r.kernel.org>
Subject: A feature??

I am not a FS guru so please tell me where to get off if I sound stupid.
After lurking for some time I have come up with something that may be of 
interest as a feature:

If EXT4 were to pr-allocate a configurable amount of space for a special file 
and then use that file as a new EXT4 partition;
-Use that file for all new writes to disk
-Any changed files are changed by writing the change to this file, or the whole 
changed file, whichever is more efficient end to end.
-A section of the file includes tracking of files that need modification in the 
actual FS.
-Then when the disk is put back into normal read write mode the FS data in the 
file just needs to be worked into the actual FS.

This way the FS could be put into suspended operation while a third party reads it.
I know there are other methods like snapshots, but this works at the FS level so 
that the third party, which obviously needs to know ext4, can access the hard 
drive directly.

Chris.
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ