f2fs: update documents and a MAINTAINERS entry
This patch adds missing some description of sysfs entries in - Documentation/ABI/testing/sysfs-fs-f2fs - Documentation/filesystems/f2fs.txt. And it adds a maintained document entry of F2FS in MAINTAINERS. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
Родитель
b1c57c1caa
Коммит
3bac380c90
|
@ -24,3 +24,34 @@ Date: July 2013
|
||||||
Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
|
Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
|
||||||
Description:
|
Description:
|
||||||
Controls the victim selection policy for garbage collection.
|
Controls the victim selection policy for garbage collection.
|
||||||
|
|
||||||
|
What: /sys/fs/f2fs/<disk>/reclaim_segments
|
||||||
|
Date: October 2013
|
||||||
|
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
|
||||||
|
Description:
|
||||||
|
Controls the issue rate of segment discard commands.
|
||||||
|
|
||||||
|
What: /sys/fs/f2fs/<disk>/ipu_policy
|
||||||
|
Date: November 2013
|
||||||
|
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
|
||||||
|
Description:
|
||||||
|
Controls the in-place-update policy.
|
||||||
|
|
||||||
|
What: /sys/fs/f2fs/<disk>/min_ipu_util
|
||||||
|
Date: November 2013
|
||||||
|
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
|
||||||
|
Description:
|
||||||
|
Controls the FS utilization condition for the in-place-update
|
||||||
|
policies.
|
||||||
|
|
||||||
|
What: /sys/fs/f2fs/<disk>/max_small_discards
|
||||||
|
Date: November 2013
|
||||||
|
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
|
||||||
|
Description:
|
||||||
|
Controls the issue rate of small discard commands.
|
||||||
|
|
||||||
|
What: /sys/fs/f2fs/<disk>/max_victim_search
|
||||||
|
Date: January 2014
|
||||||
|
Contact: "Jaegeuk Kim" <jaegeuk.kim@samsung.com>
|
||||||
|
Description:
|
||||||
|
Controls the number of trials to find a victim segment.
|
||||||
|
|
|
@ -190,6 +190,11 @@ Files in /sys/fs/f2fs/<devname>
|
||||||
of the filesystem utilization, and used by
|
of the filesystem utilization, and used by
|
||||||
F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies.
|
F2FS_IPU_UTIL and F2FS_IPU_SSR_UTIL policies.
|
||||||
|
|
||||||
|
max_victim_search This parameter controls the number of trials to
|
||||||
|
find a victim segment when conducting SSR and
|
||||||
|
cleaning operations. The default value is 4096
|
||||||
|
which covers 8GB block address range.
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
USAGE
|
USAGE
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
|
@ -3629,6 +3629,7 @@ W: http://en.wikipedia.org/wiki/F2FS
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: Documentation/filesystems/f2fs.txt
|
F: Documentation/filesystems/f2fs.txt
|
||||||
|
F: Documentation/ABI/testing/sysfs-fs-f2fs
|
||||||
F: fs/f2fs/
|
F: fs/f2fs/
|
||||||
F: include/linux/f2fs_fs.h
|
F: include/linux/f2fs_fs.h
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче