[f2fs-dev] [Bug 216050] f2fs_gc occupies 100% cpu

2022-06-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216050 --- Comment #23 from Guido (guido.iod...@gmail.com) --- I setted background_gc=off to all the f2fs partitions. Nonetheless now I have f2fs_gc at 100% /dev/nvme0n1p3 on / type f2fs (rw,noatime,lazytime,background_gc=off,gc_merge,nodiscard,no_heap,

[f2fs-dev] [PATCH] configure.ac: fix AC_ARG_WITH

2022-06-27 Thread vincent
From: Nick Hainke In the new version the configuration no longer respects the --without/--with blkid/selinux parameters. Add the tests for "with_blkid" and "with_selinux" back to configure.ac as described in the manual. Link: https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/

[f2fs-dev] [PATCH] configure.ac: fix AC_ARG_WITH

2022-06-27 Thread vincent
From: Nick Hainke In the new version the configuration no longer respects the --without/--with blkid/selinux parameters. Add the tests for "with_blkid" and "with_selinux" back to configure.ac as described in the manual. Link: https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/

[f2fs-dev] [PATCH 4/4] f2fs: make some changes for memory using

2022-06-27 Thread Guowei Du
From: duguowei No functional change. - one is just using a variable for f2fs_available_free_memory - another adds 'inline' modifier for the function call Signed-off-by: duguowei --- fs/f2fs/node.c | 18 ++ fs/f2fs/shrinker.c | 6 +++--- 2 files changed, 13 insertions(+),

[f2fs-dev] [PATCH 4/4] f2fs: add swap space for memory using

2022-06-27 Thread Guowei Du
From: duguowei If device enables swap file, enlarging the memory usage for each monitored item. It can be adjusted by ram_thresh sysfs node. Signed-off-by: duguowei --- fs/f2fs/node.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index