Hi Linus,
please pull bug fixes of nilfs from:
git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git for-linus
Containing a nontrivial fix to solve reported hang issue on ARM-based
targets. The other two fix an issue on checkpoint creation in small
footprint systems and missing buffer initialization, respectively.
--
The following changes since commit 1836d95928a0f41ada0cbb2a6c4e46b027db9491:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../ericvh/v9fs
Ryusuke Konishi (3):
nilfs2: fix dirty page accounting leak causing hang at write
nilfs2: fix irregular checkpoint creation due to data flush
nilfs2: add zero-fill for new btree node buffers
fs/nilfs2/btnode.c | 4 ++--
fs/nilfs2/segment.c | 19 ++++++++++++-------
2 files changed, 14 insertions(+), 9 deletions(-)
Thanks,
Ryusuke Konishi