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:	Thu, 2 Nov 2006 00:52:41 +0100 (CET)
From:	Grzegorz Kulewski <kangur@...com.net>
To:	Dave Kleikamp <shaggy@...tin.ibm.com>
Cc:	ext4 development <linux-ext4@...r.kernel.org>
Subject: Re: ext4 roadmap

Hi,

On Wed, 1 Nov 2006, Dave Kleikamp wrote:
> It has been discussed in the conference call that we need to better
> define the requirements for ext4 and set some kind of target for when
> new function should be added, so we can then work on stabilizing the
> code and getting it production-ready.  The list below is based on the
> candidate features list in Documentation/filesystems/ext4.txt.  It is by
> no means complete, as some other ideas are being floated around, and I
> very well may have missed some features.

Is there any chance to get compression and/or encryption in ext4?

Compression could be very usefull for directories (or whole trees) with 
big amount text or nearly text documents (like man pages, ebuilds in 
Gentoo, many other things).

But compression (on small files) would probably only work good if they 
will be aggregated somehow - like tail in reiserfs3 or something. Maybe 
there could be some attribute per directory meaning "there are 
only/mainly small files in this directory, try to store them together" and 
another "try to compress contents of this directory"?

As to the encryption - everybody knows why it can be usefull (of course 
not to store your warez and porn in a safe place... :-) - to protect 
important company secrets!). Since encryption algorithms are already 
available in kernel and encryption does not change lenght of data it 
should be easily doable. No?


Also, while working on openvz vservers I found that having per-dir quota 
would be usefull. Basically I mean I want to be able to say that if ext4 
is mounted under /foo then whole content of /foo/001 could only take 20GB 
(and maybe even that additionally /foo/001/tmp can take only 2GB - then 
both limits work for /foo/001/tmp of course). And of course I want to be 
able to know how much of this 20GB or 2GB is used. The same goes for 
inodes.

People in openvz done some artificial filesystem (simfs) to do that but it 
does not look too good, is not journaled (== it looses it's calculations 
during crash or any other strange event, including probably accessing that 
part of the native filesystem directly under it and recalculation it's 
quota can take really long time) and so on. Making it part of the native 
filesystem could work better. And probably this can be usefull not only 
for vserver solutions.

So, is there any chance to see something like that in ext4?



Thanks,

Grzegorz Kulewski

-
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