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:	Wed, 3 Apr 2013 10:35:54 -0400
From:	Theodore Ts'o <tytso@....edu>
To:	Lukas Czerner <lczerner@...hat.com>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: [PATCH] mke2fs: Disallow bigalloc with with bs < 4096

On Wed, Apr 03, 2013 at 03:51:39PM +0200, Lukas Czerner wrote:
> Currently there is nothing preventing user to create file system with
> bigalloc feature enabled and block size smaller than 4096 Bytes. However
> such combination does not make much sense at all because the whole point
> of bigalloc is to have bigger allocation units.
> 
> This patch disallow such combination.

This makes sense by default but I do see a point in allowing it for
testing purposes --- specifically, it allows us to verify that
bigalloc works on architectures such as PowerPC and Itanium where page
size is greater than the 4k block size.  So maybe a developer mode set
via mke2fs.conf?

Another option would be to enforce that we only support bigalloc file
systems where the blocksize == pagesize, but that means we wouldn't be
able to mount 4k bigalloc file systems on architectures with a 8k or
16k page size.

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