mbox series

[0/4] ocfs2 bugs fixes exposed by fstests

Message ID 20240331111744.7224-1-l@damenly.org (mailing list archive)
Headers show
Series ocfs2 bugs fixes exposed by fstests | expand

Message

Su Yue March 31, 2024, 11:17 a.m. UTC
From: Su Yue <glass.su@suse.com>

The patchset is to fix some wrong behavior of ocfs2 exposed
by fstests.

Patch 1,2 are about aio+dio vs hole punching. generic/300

Patch 3 fixes inode link count mismatch after power failure.
tests/generic/040,041,104,107,336

patch fixes wrong atime with mount option realtime. tests/generic/192

Su Yue (4):
  ocfs2: return real error code in ocfs2_dio_wr_get_block
  ocfs2: fix races between hole punching and AIO+DIO
  ocfs2: update inode fsync transaction id in ocfs2_unlink and
    ocfs2_link
  ocfs2: use coarse time for new created files

 fs/ocfs2/aops.c  | 2 --
 fs/ocfs2/file.c  | 2 ++
 fs/ocfs2/namei.c | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)