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,
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/
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/
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(+),
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