Tim Murray e4544b63a7 f2fs: move f2fs to use reader-unfair rwsems
f2fs rw_semaphores work better if writers can starve readers,
especially for the checkpoint thread, because writers are strictly
more important than reader threads. This prevents significant priority
inversion between low-priority readers that blocked while trying to
acquire the read lock and a second acquisition of the write lock that
might be blocking high priority work.

Signed-off-by: Tim Murray <timmurray@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2022-01-24 17:40:04 -08:00
..
2021-08-17 11:59:05 -07:00
2021-03-30 18:48:56 -07:00
2022-01-19 11:50:20 +02:00
2021-12-10 15:48:30 -08:00
2021-12-04 10:53:35 -08:00
2021-08-23 10:25:51 -07:00