]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: introduce FAULT_LOCK_TIMEOUT
authorChao Yu <chao@kernel.org>
Sun, 4 Jan 2026 02:07:28 +0000 (10:07 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 7 Jan 2026 03:17:08 +0000 (03:17 +0000)
commitc56254e2e04216839699937a04aac18c585e833e
tree2d7ed090825e88fbbee2ee51dcdd2ca948df065e
parent7a127c80b0eec7649b6df14c12e53f859dddbe52
f2fs: introduce FAULT_LOCK_TIMEOUT

This patch introduce a new fault type FAULT_LOCK_TIMEOUT, it can
be used to inject timeout into lock duration.

Timeout type can be set via /sys/fs/f2fs/<disk>/inject_timeout_type

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
Documentation/filesystems/f2fs.rst
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/super.c