mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: test data integrity with mixed buffer read and aio dio write
When mixing buffered reads and asynchronous direct writes, it is possible to end up with the situation where we have stale data in the page cache while the new data is already written to disk. This issue should be fixed by patch titled: fs: Fix page cache inconsistency when mixing buffered and AIO DIO Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
/src/writemod
|
||||
/src/writev_on_pagefault
|
||||
/src/xfsctl
|
||||
/src/aio-dio-regress/aio-dio-cycle-write
|
||||
/src/aio-dio-regress/aio-dio-extend-stat
|
||||
/src/aio-dio-regress/aio-dio-fcntl-race
|
||||
/src/aio-dio-regress/aio-dio-hole-filling-race
|
||||
|
||||
Reference in New Issue
Block a user