commit | d77147ff443b255d82c907a632c825b2cc610b10 | [log] [tgz] |
---|---|---|
author | harshads <harshads@google.com> | Sun Oct 29 09:38:46 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 29 09:38:46 2017 -0400 |
tree | 4ebdc728e2e8bf8d25f6b74f95120da8f2392f8d | |
parent | d98bf8cd11985256b96d610453baf1ff8814ff87 [diff] |
ext4: add support for online resizing with bigalloc This patch adds support for online resizing on bigalloc file system by implementing EXT4_IOC_RESIZE_FS ioctl. Old resize interfaces (add block groups and extend last block group) are left untouched. Tests performed with cluster sizes of 1, 2, 4 and 8 blocks (of size 4k) per cluster. I will add these tests to xfstests. Signed-off-by: Harshad Shirwadkar <harshads@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>