Searched hist:"3 c62be17d4f562f43fe1d03b48194399caa35aa5" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | diff 3c62be17d4f562f43fe1d03b48194399caa35aa5 Thu Oct 06 21:02:05 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: support multiple devices
This patch implements multiple devices support for f2fs. Given multiple devices by mkfs.f2fs, f2fs shows them entirely as one big volume under one f2fs instance.
Internal block management is very simple, but we will modify block allocation and background GC policy to boost IO speed by exploiting them accoording to each device speed.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | diff 3c62be17d4f562f43fe1d03b48194399caa35aa5 Thu Oct 06 21:02:05 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: support multiple devices
This patch implements multiple devices support for f2fs. Given multiple devices by mkfs.f2fs, f2fs shows them entirely as one big volume under one f2fs instance.
Internal block management is very simple, but we will modify block allocation and background GC policy to boost IO speed by exploiting them accoording to each device speed.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff 3c62be17d4f562f43fe1d03b48194399caa35aa5 Thu Oct 06 21:02:05 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: support multiple devices
This patch implements multiple devices support for f2fs. Given multiple devices by mkfs.f2fs, f2fs shows them entirely as one big volume under one f2fs instance.
Internal block management is very simple, but we will modify block allocation and background GC policy to boost IO speed by exploiting them accoording to each device speed.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff 3c62be17d4f562f43fe1d03b48194399caa35aa5 Thu Oct 06 21:02:05 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: support multiple devices
This patch implements multiple devices support for f2fs. Given multiple devices by mkfs.f2fs, f2fs shows them entirely as one big volume under one f2fs instance.
Internal block management is very simple, but we will modify block allocation and background GC policy to boost IO speed by exploiting them accoording to each device speed.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 3c62be17d4f562f43fe1d03b48194399caa35aa5 Thu Oct 06 21:02:05 CDT 2016 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: support multiple devices
This patch implements multiple devices support for f2fs. Given multiple devices by mkfs.f2fs, f2fs shows them entirely as one big volume under one f2fs instance.
Internal block management is very simple, but we will modify block allocation and background GC policy to boost IO speed by exploiting them accoording to each device speed.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|