Xiubo Li 7d41870d65 ceph: implement writeback livelock avoidance using page tagging
While the mapped IOs continue if we try to flush a file's buffer
we can see that the fsync() won't complete until the IOs finish.

This is analogous to Jan Kara's commit (f446daaea9d4 mm: implement
writeback livelock avoidance using page tagging), we will try to
avoid livelocks of writeback when some steadily creates dirty pages
in a mapping we are writing out.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2023-04-30 12:37:28 +02:00
..
2023-01-19 09:24:28 +01:00
2023-02-20 11:10:38 -08:00
2023-01-19 09:24:26 +01:00
2023-02-20 11:53:11 -08:00
2022-01-11 22:13:01 +00:00
2020-06-01 13:22:51 +02:00
2022-05-25 20:45:14 +02:00
2022-03-01 18:26:37 +01:00
2023-02-20 11:53:11 -08:00