[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170320173019.GA53763@jaegeuk.local>
Date: Mon, 20 Mar 2017 13:30:19 -0400
From: Jaegeuk Kim <jaegeuk@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux FS Dev Mailing List <linux-fsdevel@...r.kernel.org>,
Linux F2FS Dev Mailing List
<linux-f2fs-devel@...ts.sourceforge.net>
Subject: [GIT PULL] f2fs fix for 4.11-rc4
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(-)
Powered by blists - more mailing lists