Searched hist:d5097be55c21c103d2227591708425aab2e9682d (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | file.c | diff d5097be55c21c103d2227591708425aab2e9682d Mon Nov 27 18:23:00 CST 2017 Hyunchul Lee <cheol.lee@lge.com> f2fs: apply write hints to select the type of segment for direct write
When blocks are allocated for direct write, select the type of segment using the kiocb hint. But if an inode has FI_NO_ALLOC, use the inode hint.
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff d5097be55c21c103d2227591708425aab2e9682d Mon Nov 27 18:23:00 CST 2017 Hyunchul Lee <cheol.lee@lge.com> f2fs: apply write hints to select the type of segment for direct write
When blocks are allocated for direct write, select the type of segment using the kiocb hint. But if an inode has FI_NO_ALLOC, use the inode hint.
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff d5097be55c21c103d2227591708425aab2e9682d Mon Nov 27 18:23:00 CST 2017 Hyunchul Lee <cheol.lee@lge.com> f2fs: apply write hints to select the type of segment for direct write
When blocks are allocated for direct write, select the type of segment using the kiocb hint. But if an inode has FI_NO_ALLOC, use the inode hint.
Signed-off-by: Hyunchul Lee <cheol.lee@lge.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|