All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] do more check in sanity_check_nid and clean up
@ 2016-01-30  9:16 Sheng Yong
  2016-01-30  9:16 ` [RFC PATCH 1/4] f2fs-tools: simplify get_{sb|cp} and set_{sb|cp} Sheng Yong
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sheng Yong @ 2016-01-30  9:16 UTC (permalink / raw)
  To: jaegeuk, chao2.yu; +Cc: linux-f2fs-devel

PATCH 1/4 cleans up get_{sb|cp} and set_{sb|cp} to integrate them into
get_val and set_val to avoid dumplicated definition of macro.

PATCH 3/4 and 4/4 check nat_entry->ino. If it is wrong, we drop
corresponding nodes.

thanks,
Sheng

Sheng Yong (4):
  f2fs-tools: simplify get_{sb|cp} and set_{sb|cp}
  f2fs-tools: fix endianness of on-disk check_sum in summary_footer
  fsck.f2fs: check ino of an used nat entry
  fsck.f2fs: check ino of an inode

 fsck/fsck.c        |  30 ++++---
 fsck/main.c        |   8 +-
 fsck/mount.c       | 146 ++++++++++++++++-----------------
 include/f2fs_fs.h  |  86 +++++++-------------
 mkfs/f2fs_format.c | 234 ++++++++++++++++++++++++++---------------------------
 5 files changed, 243 insertions(+), 261 deletions(-)

-- 
1.9.1


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-02  0:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30  9:16 [RFC PATCH 0/4] do more check in sanity_check_nid and clean up Sheng Yong
2016-01-30  9:16 ` [RFC PATCH 1/4] f2fs-tools: simplify get_{sb|cp} and set_{sb|cp} Sheng Yong
2016-01-30  1:46   ` Jaegeuk Kim
2016-01-30  2:25     ` Sheng Yong
2016-01-30 10:03       ` [RFC PATCH v2] " Sheng Yong
2016-02-02  0:27       ` [RFC PATCH 1/4] " Jaegeuk Kim
2016-01-30  9:16 ` [RFC PATCH 2/4] f2fs-tools: fix endianness of on-disk check_sum in summary_footer Sheng Yong
2016-01-30  9:16 ` [RFC PATCH 3/4] fsck.f2fs: check ino of an used nat entry Sheng Yong
2016-01-30  9:16 ` [RFC PATCH 4/4] fsck.f2fs: check ino of an inode Sheng Yong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.