]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit447e7255930cdb0432f34e9ac9322ebfc9a25bbd
tree64ddad32e0f684ef7a5b5d734bbc7a4684c8bafa
parent91897721ab3ef09b6efc56bb3cd1df77b5fe7d90
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