Qilin Tan
3b07425c3d
f2fs: fix iostat lock protection
...
commit 144f1cd40bf91fb3ac1d41806470756ce774f389 upstream.
Made iostat lock irq safe to avoid potentinal deadlock.
Deadlock scenario:
f2fs_attr_store
-> f2fs_sbi_store
-> _sbi_store
-> spin_lock(sbi->iostat_lock)
<interrupt request>
-> scsi_end_request
-> bio_endio
-> f2fs_dio_read_end_io
-> f2fs_update_iostat
-> spin_lock_irqsave(sbi->iostat_lock) ===> Dead lock here
Fixes: 61803e984307 ("f2fs: fix iostat related lock protection")
Fixes: a1e09b03e6f5 ("f2fs: use iomap for direct I/O")
Signed-off-by: Qilin Tan <qilin.tan@mediatek.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Daniel Rosenberg <drosen@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-06-14 11:13:00 +02:00
..
2021-08-18 22:08:24 +02:00
2021-08-18 22:08:24 +02:00
2023-05-24 17:36:45 +01:00
2023-05-11 23:00:27 +09:00
2023-05-24 17:36:45 +01:00
2022-04-08 14:23:58 +02:00
2022-06-09 10:23:17 +02:00
2023-01-24 07:22:42 +01:00
2023-05-24 17:36:45 +01:00
2023-05-11 23:00:26 +09:00
2023-03-17 08:48:50 +01:00
2021-03-30 18:48:56 -07:00
2022-06-09 10:23:17 +02:00
2023-03-17 08:48:50 +01:00
2023-03-17 08:48:50 +01:00
2023-03-11 13:57:26 +01:00
2021-08-23 10:25:51 -07:00
2021-08-23 10:25:51 -07:00
2021-08-23 10:25:51 -07:00
2023-05-17 11:50:25 +02:00
2023-03-17 08:48:50 +01:00
2021-06-23 01:09:35 -07:00
2023-03-17 08:48:50 +01:00
2023-05-11 23:00:27 +09:00
2023-05-11 23:00:27 +09:00
2020-12-03 00:59:26 -08:00
2023-05-24 17:36:45 +01:00
2023-06-14 11:13:00 +02:00
2023-03-11 13:57:23 +01:00
2022-06-09 10:23:13 +02:00
2020-05-26 18:56:10 -07:00