]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add online resizing support for meta_bg and 64-bit file systems
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Wed, 5 Sep 2012 05:33:50 +0000 (01:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Sep 2012 05:33:50 +0000 (01:33 -0400)
commit12b17eebb1ba3c0d6f7d39831db383502dae09e0
tree3a253e174e01279eb5040565fb75402d835b0759
parent4fc1fd7f3b67825b1ef0ad85d2f6bd362b930725
ext4: add online resizing support for meta_bg and 64-bit file systems

This patch adds support for resizing file systems with the meta_bg and
64bit features.

[ Added a fix by tytso to fix a divide by zero when resizing a
  filesystem from 14 TB to 18TB.  Also fixed overhead accounting for
  meta_bg file systems.]

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ioctl.c
fs/ext4/resize.c