linux-stable/fs/ufs
Zhang Yi 6799b69831 ufs: replace ll_rw_block()
ll_rw_block() is not safe for the sync read path because it cannot
guarantee that submitting read IO if the buffer has been locked. We
could get false positive EIO after wait_on_buffer() if the buffer has
been locked by others. So stop using ll_rw_block() in ufs.

Link: https://lkml.kernel.org/r/20220901133505.2510834-12-yi.zhang@huawei.com
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-09-11 20:26:07 -07:00
..
Kconfig
Makefile
balloc.c ufs: replace ll_rw_block() 2022-09-11 20:26:07 -07:00
cylinder.c
dir.c ufs: Remove checks for PageError 2022-06-29 08:51:07 -04:00
file.c
ialloc.c inode: make init and permission helpers idmapped mount aware 2021-01-24 14:27:16 +01:00
inode.c fs: Convert block_read_full_page() to block_read_full_folio() 2022-05-09 16:21:44 -04:00
namei.c fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
super.c fs: allocate inode by using alloc_inode_sb() 2022-03-22 15:57:03 -07:00
swab.h
ufs.h fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
ufs_fs.h
util.c ufs: Remove checks for PageError 2022-06-29 08:51:07 -04:00
util.h treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00