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>] [day] [month] [year] [list]
Date:	Tue, 21 Apr 2015 16:31:20 +0300
From:	Alexander Tsvetkov <alexander.tsvetkov@...cle.com>
To:	linux-ext4@...r.kernel.org
Subject: bigalloc cluster size

Hello,

I've noted that valid cluster size is not limited by 256M according to 
"mke2fs" manual:

"-C  cluster-size
Specify the size of cluster in bytes for filesystems using the bigalloc 
feature.  Valid cluster-size values are from 2048 to 256M bytes per 
cluster."

but actually it's limited by 512M:

"[root@...ora ~]# mkfs.ext4 -O bigalloc -C 512m /dev/sdb
mke2fs 1.43-WIP (29-Mar-2015)
/dev/sdb contains a ext4 file system
     created on Tue Apr 21 15:30:27 2015
Proceed anyway? (y,n) yes

Warning: the bigalloc feature is still under development
See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information

Creating filesystem with 2097152 4k blocks and 16 inodes

Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

[root@...ora ~]# mkfs.ext4 -O bigalloc -C 1024m /dev/sdb
mkfs.ext4: invalid cluster size - 1024m"

(running on vbox Fedora x86_64, latest e2fsprogs, kernel 4.0.0-rc5)

Is it documentation issue?

Thanks,
Alexander Tsvetkov
--
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