f2fs: introduce mode=lfs mount option
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 4 Jun 2016 02:29:38 +0000 (19:29 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 13 Jun 2016 18:55:21 +0000 (11:55 -0700)
commit36abef4e796d382e81a0c2d21ea5327481dd7154
tree64ddad32e0f684ef7a5b5d734bbc7a4684c8bafa
parentaa987273290d206b298e9d09db83e32ead661098
f2fs: introduce mode=lfs mount option

This mount option is to enable original log-structured filesystem forcefully.
So, there should be no random writes for main area.

Especially, this supports host-managed SMR device.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/recovery.c
fs/f2fs/segment.c
fs/f2fs/segment.h
fs/f2fs/super.c