Searched hist:ab9fa662e4867455f44f4de96d29a7f09cf292c6 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | super.c | diff ab9fa662e4867455f44f4de96d29a7f09cf292c6 Thu Feb 27 05:09:05 CST 2014 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add an sysfs entry to control the directory level
This patch adds an sysfs entry to control dir_level used by the large directory.
The description of this entry is:
dir_level This parameter controls the directory level to support large directory. If a directory has a number of files, it can reduce the file lookup latency by increasing this dir_level value. Otherwise, it needs to decrease this value to reduce the space overhead. The default value is 0.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | f2fs.h | diff ab9fa662e4867455f44f4de96d29a7f09cf292c6 Thu Feb 27 05:09:05 CST 2014 Jaegeuk Kim <jaegeuk.kim@samsung.com> f2fs: add an sysfs entry to control the directory level
This patch adds an sysfs entry to control dir_level used by the large directory.
The description of this entry is:
dir_level This parameter controls the directory level to support large directory. If a directory has a number of files, it can reduce the file lookup latency by increasing this dir_level value. Otherwise, it needs to decrease this value to reduce the space overhead. The default value is 0.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|