Files
linux/fs/fuse
Miklos Szeredi 8a98ced6e1 fuse: truncate pagecache on atomic_o_trunc
commit 76224355db upstream.

fuse_finish_open() will be called with FUSE_NOWRITE in case of atomic
O_TRUNC.  This can deadlock with fuse_wait_on_page_writeback() in
fuse_launder_page() triggered by invalidate_inode_pages2().

Fix by replacing invalidate_inode_pages2() in fuse_finish_open() with a
truncate_pagecache() call.  This makes sense regardless of FOPEN_KEEP_CACHE
or fc->writeback cache, so do it unconditionally.

Reported-by: Xie Yongji <xieyongji@bytedance.com>
Reported-and-tested-by: syzbot+bea44a5189836d956894@syzkaller.appspotmail.com
Fixes: e4648309b8 ("fuse: truncate pending writes on O_TRUNC")
Cc: <stable@vger.kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-09-15 09:47:41 +02:00
..
2021-01-09 13:44:54 +01:00
2021-05-19 10:08:22 +02:00
2021-07-14 16:53:09 +02:00
2021-01-09 13:44:54 +01:00
2021-05-11 14:04:16 +02:00
2021-01-09 13:44:54 +01:00
2019-09-18 20:17:50 +02:00
2021-01-09 13:44:54 +01:00
2021-01-09 13:44:54 +01:00