commit | 293128b1ef5ae2cfa7403d54e183fe689ed5d303 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Tue Jun 15 14:17:35 2021 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue Jun 15 15:42:03 2021 -0400 |
tree | dd349a4d33751ae24bf01896197e05a72ec2ea49 | |
parent | 8c77f1cb84585efba108df5e67ecc5cbbceef0d9 [diff] |
dm writecache: have ssd writeback wait if the kcopyd workqueue is busy Make dm-writecache wait if the kcopyd workqueue is busy (as will happen if waiting for page allocation or inside submit_bio). This change improves performance of "mkfs.ext2" by approximately 20% on one testbed. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>