Tao Ma
0acdb8876f
ext4: don't call update_backups() multiple times for the same bg
...
When performing an online resize, we add a bunch of groups at one time
in ext4_flex_group_add, so in most cases a lot of group descriptors
will be in the same group block. But in the end of this function,
update_backups will be called for every group descriptor and the same
block will be copied and journalled again and again. It is really a
waste.
Fix things so we only update a particular bg descriptor block once and
skip subsequent updates of the same block.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2012-09-26 00:08:57 -04:00
..
2012-07-31 01:02:46 +04:00
2012-07-14 16:34:32 +04:00
2012-07-30 17:25:16 -07:00
2012-07-14 16:38:34 +04:00
2012-07-23 00:01:29 +04:00
2012-07-14 16:34:32 +04:00
2012-07-14 16:34:47 +04:00
2012-08-01 10:26:23 -07:00
2012-07-30 17:25:21 -07:00
2012-08-02 09:11:19 -07:00
2012-07-27 15:17:50 -05:00
2012-07-14 16:34:47 +04:00
2012-07-14 16:34:32 +04:00
2012-07-14 16:34:32 +04:00
2012-07-26 11:25:33 -07:00
2012-07-14 16:38:34 +04:00
2012-07-16 14:24:43 -05:00
2012-08-02 10:56:34 -07:00
2012-07-14 16:34:32 +04:00
2012-07-23 12:27:27 -07:00
2012-07-23 00:01:29 +04:00
2012-08-01 10:26:23 -07:00
2012-07-30 17:25:16 -07:00
2012-09-26 00:08:57 -04:00
2012-08-01 10:26:23 -07:00
2012-07-14 16:34:32 +04:00
2012-07-31 09:45:50 +04:00
2012-08-01 10:26:23 -07:00
2012-07-22 23:58:09 +04:00
2012-07-30 17:25:19 -07:00
2012-07-14 16:34:47 +04:00
2012-07-14 16:34:47 +04:00
2012-07-23 00:01:29 +04:00
2012-07-31 18:42:40 -07:00
2012-07-24 17:40:44 -07:00
2012-07-09 23:38:36 +02:00
2012-08-18 22:29:40 -04:00
2012-07-23 00:00:58 +04:00
2012-07-23 00:00:58 +04:00
2012-08-01 10:26:23 -07:00
2012-07-14 16:38:34 +04:00
2012-07-30 17:25:19 -07:00
2012-07-14 16:34:47 +04:00
2012-07-31 19:25:39 -07:00
2012-08-01 10:26:23 -07:00
2012-08-01 10:26:23 -07:00
2012-07-23 00:01:29 +04:00
2012-08-01 10:26:23 -07:00
2012-08-01 10:26:23 -07:00
2012-07-14 16:34:47 +04:00
2012-07-14 16:34:32 +04:00
2012-07-30 17:25:20 -07:00
2012-07-17 16:48:09 -07:00
2012-07-30 17:25:16 -07:00
2012-07-14 16:34:32 +04:00
2012-07-24 17:40:44 -07:00
2012-07-14 16:34:47 +04:00
2012-07-23 00:00:58 +04:00
2012-07-14 16:34:32 +04:00
2012-07-14 16:34:32 +04:00
2012-08-01 10:26:23 -07:00
2012-07-22 23:58:12 +04:00
2012-07-23 15:50:52 -07:00
2012-07-24 17:40:44 -07:00
2012-07-22 23:58:16 +04:00
2012-08-01 10:26:23 -07:00
2012-07-22 23:57:59 +04:00
2012-07-14 16:35:42 +04:00
2012-07-14 16:34:47 +04:00
2012-07-22 23:58:45 +04:00
2012-07-31 09:45:47 +04:00
2012-07-14 16:35:15 +04:00
2012-07-14 16:32:46 +04:00
2012-07-17 21:37:27 +02:00
2012-08-01 10:26:23 -07:00
2012-07-30 17:25:21 -07:00
2012-07-16 08:33:14 -07:00
2012-07-31 09:40:38 +04:00
2012-07-14 16:32:47 +04:00
2012-09-19 22:42:36 -04:00
2012-08-01 10:26:23 -07:00
2012-07-31 09:40:38 +04:00
2012-07-14 16:38:34 +04:00
2012-08-01 09:01:46 -07:00
2012-07-14 16:32:48 +04:00
2012-07-31 01:02:49 +04:00
2012-07-31 09:40:38 +04:00
2012-07-31 09:45:47 +04:00
2012-08-01 10:26:23 -07:00
2012-07-14 16:37:27 +04:00
2012-07-14 16:32:48 +04:00
2012-07-23 00:00:15 +04:00
2012-07-26 13:36:43 -07:00
2012-07-31 09:45:47 +04:00
2012-08-01 10:26:23 -07:00
2012-07-22 23:59:01 +04:00
2012-07-30 17:25:11 -07:00