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-next>] [day] [month] [year] [list]
Date:	Wed, 11 Jun 2014 19:44:49 +0800
From:	Teng-Feng Yang <shinrairis@...il.com>
To:	linux-ext4@...r.kernel.org
Subject: EXT4 data block allocation alignment

Hi, folks,

Recently I have been working on a small project which requires data
blocks of each file to be aligned to 512KB/1MB boundary for
performance reason. As far as I know, this can be accomplished by
setting the stripe unit on XFS or enabling the "bigalloc" feature on
EXT4. However, the "bigalloc" feature has not yet been stated to be
stable in the latest release. So, this makes me wondering if I can
achieve this block allocation alignment by setting the stride-size on
EXT4. The document of mke2fs only says that this value may be used by
the block allocator, so I am not quite sure what it can offer for me
in this case.

Any help would be appreciated.
Thanks,

Dennis
--
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