[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250615144235.1836469-1-chullee@google.com>
Date: Sun, 15 Jun 2025 07:42:33 -0700
From: Daniel Lee <chullee@...gle.com>
To: Jaegeuk Kim <jaegeuk@...nel.org>, Chao Yu <chao@...nel.org>
Cc: linux-f2fs-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Daniel Lee <chullee@...gle.com>
Subject: [PATCH v2 0/2] f2fs: Fix DIO flags and add ioprio hint
The first patch corrects an issue where Direct I/O (DIO) writes ignore
bio flag hints (e.g., F2FS_IOPRIO_WRITE for REQ_PRIO),
making them inconsistent with buffered I/O.
The second patch is to set an I/O priority hint for hot files on creation
and pinned files by default.
---
Changes in v2:
- f2fs: Apply bio flags to direct I/O
- Changed f2fs_io_flags() to accept a direct inode pointer
- f2fs: use ioprio hint for hot and pinned files
- Removed an unnecessary f2fs_mark_inode_dirty_sync() call
Daniel Lee (2):
f2fs: Apply bio flags to direct I/O
f2fs: use ioprio hint for hot and pinned files
fs/f2fs/data.c | 10 +++++-----
fs/f2fs/f2fs.h | 20 ++++++++++++++++++++
fs/f2fs/file.c | 14 ++++++++++++++
fs/f2fs/namei.c | 11 +++++++----
4 files changed, 46 insertions(+), 9 deletions(-)
--
2.50.0.rc1.591.g9c95f17f64-goog
Powered by blists - more mailing lists