]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: add nobarrier mount option
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Jul 2014 16:57:31 +0000 (09:57 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 29 Jul 2014 12:27:48 +0000 (05:27 -0700)
commit50cfd8bd493ac254030fa36c3de7f1ef313555ac
treeb03702e8aadcf265bb796c3ec31413ea081fb136
parent1d2fff143c0de81f4e7bc680cb4ddc8f3f5a50a0
f2fs: add nobarrier mount option

This patch adds a mount option, nobarrier, in f2fs.
The assumption in here is that file system keeps the IO ordering, but
doesn't care about cache flushes inside the storages.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/segment.c
fs/f2fs/super.c