https://bugzilla.kernel.org/show_bug.cgi?id=217965 --- Comment #65 from Matthew Stapleton (matthew4196@xxxxxxxxx) --- I'm not sure if this will be worth looking into, but with the cpu usage problem, I've done some more testing and "perf report --stdio -i perf.data" is showing around 2 to 3 times as much cpu time since the commit that added the CR_BEST_AVAIL_LEN feature: 7e170922f06bf . With /sys/fs/ext4/<dev>/mb_best_avail_max_trim_order set to 0 it goes a bit lower, but is still at least 2 times cpu. With perf record -ag sleep 25 which is the time it takes the extract to run, it's goes from about 2% to 5% so fairly small, but when measuring with 5 second intervals this can go from around 5% to 15%. This cpu usage is concentrated in ext4_get_group_desc and ext4_get_group_info and within these functions, perf is picking up more cpu time in __rcu_read_lock and __rcu_read_unlock. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.