[f2fs-dev] [SPAM] Greetings

2014-09-04 Thread kimsroynhakcb
Greetings How are you doing today? i hope all is well with you and your family. Please i am contacting you for good and betterment of us. I am a staff of a financial firm here in Asia and you are my first contact, and I am contacting you because I need to do this deal with someone outside my cou

[f2fs-dev] [PATCH 2/2] f2fs: refactor flush_sit_entries codes for reducing SIT writes

2014-09-04 Thread Chao Yu
In commit aec71382c681 ("f2fs: refactor flush_nat_entries codes for reducing NAT writes"), we descripte the issue as below: "Although building NAT journal in cursum reduce the read/write work for NAT block, but previous design leave us lower performance when write checkpoint frequently for these c

[f2fs-dev] [PATCH 1/2] f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO

2014-09-04 Thread Chao Yu
sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO is not used, remove it. Signed-off-by: Chao Yu --- fs/f2fs/segment.c | 4 ++-- fs/f2fs/segment.h | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index 853c8f5..a6b90a5 100644 --- a/