Home
last modified time | relevance | path

Searched hist:e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dresize.cdiff 8813587a996e7d2ae160be3b79f9f70d9fef4583 Wed Jun 30 19:54:22 CDT 2021 Theodore Ts'o <tytso@mit.edu> Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"

The function ext4_resize_begin() gets called from three different
places, and online resize for bigalloc file systems is disallowed from
the old-style online resize (EXT4_IOC_GROUP_ADD and
EXT4_IOC_GROUP_EXTEND), but it *is* supposed to be allowed via
EXT4_IOC_RESIZE_FS.

This reverts commit e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3.
diff e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3 Mon Jun 07 14:15:08 CDT 2021 Josh Triplett <josh@joshtriplett.org> ext4: consolidate checks for resize of bigalloc into ext4_resize_begin

Two different places checked for attempts to resize a filesystem with
the bigalloc feature. Move the check into ext4_resize_begin, which both
places already call.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Link: https://lore.kernel.org/r/bee03303d999225ecb3bfa5be8576b2f4c6edbe6.1623093259.git.josh@joshtriplett.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
H A Dioctl.cdiff 8813587a996e7d2ae160be3b79f9f70d9fef4583 Wed Jun 30 19:54:22 CDT 2021 Theodore Ts'o <tytso@mit.edu> Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"

The function ext4_resize_begin() gets called from three different
places, and online resize for bigalloc file systems is disallowed from
the old-style online resize (EXT4_IOC_GROUP_ADD and
EXT4_IOC_GROUP_EXTEND), but it *is* supposed to be allowed via
EXT4_IOC_RESIZE_FS.

This reverts commit e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3.
diff e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3 Mon Jun 07 14:15:08 CDT 2021 Josh Triplett <josh@joshtriplett.org> ext4: consolidate checks for resize of bigalloc into ext4_resize_begin

Two different places checked for attempts to resize a filesystem with
the bigalloc feature. Move the check into ext4_resize_begin, which both
places already call.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Link: https://lore.kernel.org/r/bee03303d999225ecb3bfa5be8576b2f4c6edbe6.1623093259.git.josh@joshtriplett.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>