Re: [PATCH 1/5] f2fs: introduce inmem curseg

2020-07-26 Thread Chao Yu
On 2020/7/27 0:03, Jaegeuk Kim wrote: On 07/07, Chao Yu wrote: Previous implementation of aligned pinfile allocation will: - allocate new segment on cold data log no matter whether last used segment is partially used or not, it makes IOs more random; - force concurrent cold data/GCed IO going in

Re: [PATCH 1/5] f2fs: introduce inmem curseg

2020-07-26 Thread Jaegeuk Kim
On 07/07, Chao Yu wrote: > Previous implementation of aligned pinfile allocation will: > - allocate new segment on cold data log no matter whether last used > segment is partially used or not, it makes IOs more random; > - force concurrent cold data/GCed IO going into warm data area, it > can make

[PATCH 1/5] f2fs: introduce inmem curseg

2020-07-07 Thread Chao Yu
Previous implementation of aligned pinfile allocation will: - allocate new segment on cold data log no matter whether last used segment is partially used or not, it makes IOs more random; - force concurrent cold data/GCed IO going into warm data area, it can make a bad effect on hot/cold data separ