Hi, This patch series prevents parallel resizers and fixes some error handling in resize code. Besides these, some code is simplified so that the code could be used easily in new resize implementation. In the new resize implementation, all work, like allocating group tables, are done by kernel side, so it can support flex_bg feature and BLOCK_UNINIT, and adds multi groups (a flex groups) each time, it thus is very fast. Once the patch series are merged, the new resize implementation will be post quickly. I split the patches into 2 series to let the patches be reviewed easily. v1->v2: -- add commit logs for the 8th and the 10th patches. -- fix error handling in the 4th patch. -- remove the patch which prevents a fs without journal fromn being resized. The patch for no-journal mode is removed so that this patches can be merged quickly, we can handle no-journal mode after new resize is merged. [PATCH v2 01/11] ext4: prevent parallel resizers by atomic bit ops [PATCH v2 02/11] ext4: prevent a fs with errors from being resized [PATCH v2 03/11] ext4: rename ext4_add_groupblocks() to [PATCH v2 04/11] ext4: let ext4_group_add_blocks() return an error [PATCH v2 05/11] ext4: let ext4_group_add_blocks() handle 0 blocks [PATCH v2 06/11] ext4: fix a typo in ext4_group_extend() [PATCH v2 07/11] ext4: let setup_new_group_blocks() set multi-bits [PATCH v2 08/11] ext4: simplify journal handling in [PATCH v2 09/11] ext4: remove lock_buffer in bclean() and [PATCH v2 10/11] ext4: simplify parameters of add_new_gdb() [PATCH v2 11/11] ext4: simplify parameters of reserve_backup_gdb() -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html