android_kernel_xiaomi_sm8350/fs/jbd2
Andrew Perepechko 21ea616f1e jbd2: wake up journal waiters in FIFO order, not LIFO
commit 34fc8768ec6089565d6d73bad26724083cecf7bd upstream.

LIFO wakeup order is unfair and sometimes leads to a journal
user not being able to get a journal handle for hundreds of
transactions in a row.

FIFO wakeup can make things more fair.

Cc: stable@kernel.org
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@gmail.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20220907165959.1137482-1-alexey.lyashkov@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-10-26 13:22:17 +02:00
..
checkpoint.c jbd2: fix up sparse warnings in checkpoint code 2020-11-18 19:20:30 +01:00
commit.c jbd2: wake up journal waiters in FIFO order, not LIFO 2022-10-26 13:22:17 +02:00
journal.c
Kconfig
Makefile
recovery.c
revoke.c
transaction.c jbd2: wake up journal waiters in FIFO order, not LIFO 2022-10-26 13:22:17 +02:00