[f2fs-dev] [SPAM] Call For Papers. Kindly impart in your University/Organization/College/Colleagues/Academia/Circle

2014-01-20 Thread Editor IJTEMT
INTERNATIONAL JOURNAL OF TRENDS IN ECONOMICS MANAGEMENT & TECHNOLOGY IJTEMT invites you to submit your research paper for publishing in Volume III, Issue I (JANUARY 2014). CALL FOR PAPERS VOLUME III, ISSUE I www.ijtemt.org INDEXED IN: Google Scholar, .docstoc, slideshare, Scribd, J-Gate, Academia.

[f2fs-dev] [SPAM] Call For Papers. Kindly impart in your University/Organization/College/Colleagues/Academia/Circle

2014-01-20 Thread Editor IJTEMT
INTERNATIONAL JOURNAL OF TRENDS IN ECONOMICS MANAGEMENT & TECHNOLOGY IJTEMT invites you to submit your research paper for publishing in Volume III, Issue I (JANUARY 2014). CALL FOR PAPERS VOLUME III, ISSUE I www.ijtemt.org INDEXED IN: Google Scholar, .docstoc, slideshare, Scribd, J-Gate, Academia.

[f2fs-dev] [SPAM] Call For Papers. Kindly impart in your University/Organization/College/Colleagues/Academia/Circle

2014-01-20 Thread Editor IJTEMT
INTERNATIONAL JOURNAL OF TRENDS IN ECONOMICS MANAGEMENT & TECHNOLOGY IJTEMT invites you to submit your research paper for publishing in Volume III, Issue I (JANUARY 2014). CALL FOR PAPERS VOLUME III, ISSUE I www.ijtemt.org INDEXED IN: Google Scholar, .docstoc, slideshare, Scribd, J-Gate, Academia.

Re: [f2fs-dev] LOCAL MAP OPTIMIZATION FOR : mail-archive.com (Less Than $99/Month)

2014-01-20 Thread angela57132
Good Morning Sir / Mam Is your business ranking in local maps shown on PAGE 1 of google ? With new google policies they have specifically asked local business owners to optimize their website for local maps rather than JUST organics. Do you know the reason why you are not ranked well on google MAP

[f2fs-dev] [PATCH 2/2] f2fs: remove the orphan block page array

2014-01-20 Thread Gu Zheng
As the orphan_blocks may be max to 504, so it is not security and rigorous to store such a large array in the kernel stack as Dan Carpenter said. In fact, grab_meta_page has locked the page in the page cache, and we can use find_get_page() to fetch the page safely in the downstream, so we can remov

[f2fs-dev] [PATCH 1/2] f2fs: add help function META_MAPPING

2014-01-20 Thread Gu Zheng
Introduce help function META_MAPPING() to get the cache meta blocks' address space. Signed-off-by: Gu Zheng --- fs/f2fs/checkpoint.c |8 fs/f2fs/debug.c |4 ++-- fs/f2fs/f2fs.h |5 + fs/f2fs/node.c |2 +- fs/f2fs/segment.c|2 +- 5 files chang