[PATCH 15/16] f2fs: add recovery routines for roll-forward

2012-10-05 Thread 김재극
This adds roll-forward routines to recover fsynced data. - F2FS uses basically roll-back model with checkpointing. - In order to implement fsync(), there are two approaches as follows. 1. A roll-back model with checkpointing at every fsync() : This is a naive method, but suffers from very low

[PATCH 15/16] f2fs: add recovery routines for roll-forward

2012-10-05 Thread 김재극
This adds roll-forward routines to recover fsynced data. - F2FS uses basically roll-back model with checkpointing. - In order to implement fsync(), there are two approaches as follows. 1. A roll-back model with checkpointing at every fsync() : This is a naive method, but suffers from very low