[GIT PULL] f2fs fix for 4.11-rc4

From: Jaegeuk Kim
Date: Mon Mar 20 2017 - 13:31:45 EST


Hi Linus,

Could you please pull the below fixes?

Thanks,

The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:

Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/for-f2fs-4.11-rc4

for you to fetch changes up to 7041d5d286fb54635f540c1bb3b43980ed65513a:

f2fs: combine nat_bits and free_nid_bitmap cache (2017-03-20 10:00:18 -0400)

----------------------------------------------------------------
Bug fix for f2fs

- Fix performance regression reported by lkp-rebot
- Fix potential data lost after power-cut due to SSR reallocation

----------------------------------------------------------------
Chao Yu (2):
f2fs: skip scanning free nid bitmap of full NAT blocks
f2fs: combine nat_bits and free_nid_bitmap cache

Jaegeuk Kim (3):
f2fs: don't overwrite node block by SSR
f2fs: declare static functions
f2fs: use __set{__clear}_bit_le

fs/f2fs/debug.c | 1 +
fs/f2fs/dir.c | 2 +-
fs/f2fs/f2fs.h | 2 +
fs/f2fs/node.c | 163 ++++++++++++++++++++++++++----------------------------
fs/f2fs/segment.c | 6 ++
5 files changed, 87 insertions(+), 87 deletions(-)