Files
linux-stable-mirror/fs/fuse
Bernd SchubertandGreg Kroah-Hartman b39fa02183 fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
[ Upstream commit b359af8275 ]

generic_file_direct_write() also does this and has a large
comment about.

Reproducer here is xfstest's generic/209, which is exactly to
have competing DIO write and cached IO read.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-01-11 15:21:52 +01:00
..