Searched hist:e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-f2fs | diff e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 Tue Oct 25 01:50:25 CDT 2022 Yangtao Li <frank.li@vivo.com> f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
The user can set the trial count limit for GC urgent and idle mode with replaced gc_remaining_trials.. If GC thread gets to the limit, the mode will turn back to GC normal mode finally.
It was applied only to GC_URGENT, while this patch expands it for GC_IDLE.
Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | diff e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 Tue Oct 25 01:50:25 CDT 2022 Yangtao Li <frank.li@vivo.com> f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
The user can set the trial count limit for GC urgent and idle mode with replaced gc_remaining_trials.. If GC thread gets to the limit, the mode will turn back to GC normal mode finally.
It was applied only to GC_URGENT, while this patch expands it for GC_IDLE.
Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | gc.c | diff e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 Tue Oct 25 01:50:25 CDT 2022 Yangtao Li <frank.li@vivo.com> f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
The user can set the trial count limit for GC urgent and idle mode with replaced gc_remaining_trials.. If GC thread gets to the limit, the mode will turn back to GC normal mode finally.
It was applied only to GC_URGENT, while this patch expands it for GC_IDLE.
Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 Tue Oct 25 01:50:25 CDT 2022 Yangtao Li <frank.li@vivo.com> f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
The user can set the trial count limit for GC urgent and idle mode with replaced gc_remaining_trials.. If GC thread gets to the limit, the mode will turn back to GC normal mode finally.
It was applied only to GC_URGENT, while this patch expands it for GC_IDLE.
Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff e5a0db6a9e2eafe50e3ebc73a8285ae561e7d850 Tue Oct 25 01:50:25 CDT 2022 Yangtao Li <frank.li@vivo.com> f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
The user can set the trial count limit for GC urgent and idle mode with replaced gc_remaining_trials.. If GC thread gets to the limit, the mode will turn back to GC normal mode finally.
It was applied only to GC_URGENT, while this patch expands it for GC_IDLE.
Signed-off-by: Yangtao Li <frank.li@vivo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|