Searched hist:"43 f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | diff 43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4 Thu Apr 30 19:00:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: split find_data_page according to specific purposes
This patch splits find_data_page as follows.
1. f2fs_gc - use get_read_data_page() with read only
2. find_in_level - use find_data_page without locked page
3. truncate_partial_page - In the case cache_only mode, just drop cached page. - Ohterwise, use get_lock_data_page() and guarantee to truncate
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | gc.c | diff 43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4 Thu Apr 30 19:00:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: split find_data_page according to specific purposes
This patch splits find_data_page as follows.
1. f2fs_gc - use get_read_data_page() with read only
2. find_in_level - use find_data_page without locked page
3. truncate_partial_page - In the case cache_only mode, just drop cached page. - Ohterwise, use get_lock_data_page() and guarantee to truncate
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff 43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4 Thu Apr 30 19:00:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: split find_data_page according to specific purposes
This patch splits find_data_page as follows.
1. f2fs_gc - use get_read_data_page() with read only
2. find_in_level - use find_data_page without locked page
3. truncate_partial_page - In the case cache_only mode, just drop cached page. - Ohterwise, use get_lock_data_page() and guarantee to truncate
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | file.c | diff 43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4 Thu Apr 30 19:00:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: split find_data_page according to specific purposes
This patch splits find_data_page as follows.
1. f2fs_gc - use get_read_data_page() with read only
2. find_in_level - use find_data_page without locked page
3. truncate_partial_page - In the case cache_only mode, just drop cached page. - Ohterwise, use get_lock_data_page() and guarantee to truncate
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4 Thu Apr 30 19:00:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: split find_data_page according to specific purposes
This patch splits find_data_page as follows.
1. f2fs_gc - use get_read_data_page() with read only
2. find_in_level - use find_data_page without locked page
3. truncate_partial_page - In the case cache_only mode, just drop cached page. - Ohterwise, use get_lock_data_page() and guarantee to truncate
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|