Searched hist:"02 b16d0a34a188a21d08be52b37505e531aa558a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | debug.c | diff 02b16d0a34a188a21d08be52b37505e531aa558a Sun Nov 11 10:46:46 CST 2018 Chao Yu <yuchao0@huawei.com> f2fs: add to account direct IO
This patch adds f2fs_dio_submit_bio() to hook submit_io/end_io functions in direct IO path, in order to account DIO.
Later, we will add this count into is_idle() to let background GC/Discard thread be aware of DIO.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff 02b16d0a34a188a21d08be52b37505e531aa558a Sun Nov 11 10:46:46 CST 2018 Chao Yu <yuchao0@huawei.com> f2fs: add to account direct IO
This patch adds f2fs_dio_submit_bio() to hook submit_io/end_io functions in direct IO path, in order to account DIO.
Later, we will add this count into is_idle() to let background GC/Discard thread be aware of DIO.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 02b16d0a34a188a21d08be52b37505e531aa558a Sun Nov 11 10:46:46 CST 2018 Chao Yu <yuchao0@huawei.com> f2fs: add to account direct IO
This patch adds f2fs_dio_submit_bio() to hook submit_io/end_io functions in direct IO path, in order to account DIO.
Later, we will add this count into is_idle() to let background GC/Discard thread be aware of DIO.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|