Re: [f2fs-dev] [PATCH v5] f2fs: support soft block reservation

2017-10-27 Thread Chao Yu
On 2017/10/27 19:47, Yunlong Song wrote: > It supports to extend reserved_blocks sysfs interface to be soft > threshold, which allows user configure it exceeding current available > user space. This patch also introduces a new sysfs interface called > current_reserved_blocks, which shows the curren

[PATCH v5] f2fs: support soft block reservation

2017-10-27 Thread Yunlong Song
It supports to extend reserved_blocks sysfs interface to be soft threshold, which allows user configure it exceeding current available user space. This patch also introduces a new sysfs interface called current_reserved_blocks, which shows the current blocks that have already been reserved. Signed