]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: keep POSIX_FADV_NOREUSE ranges
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 31 Jan 2025 22:27:56 +0000 (22:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:55:15 +0000 (13:55 +0100)
commit58ecedab080c41b7ecbb9f38d81d35a169738b82
treed42ca87906af4f929b8bcd065754541447ef3e3b
parent3e50b6e2b118deeb45f1305fd823afbc03ef87d5
f2fs: keep POSIX_FADV_NOREUSE ranges

[ Upstream commit ef0c333cad8d1940f132a7ce15f15920216a3bd5 ]

This patch records POSIX_FADV_NOREUSE ranges for users to reclaim the caches
instantly off from LRU.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: e462fc48ceb8 ("f2fs: maintain one time GC mode is enabled during whole zoned GC cycle")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/debug.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/inode.c
fs/f2fs/super.c