linux/Documentation
Jaegeuk Kim c1ce1b02bb f2fs: give an option to enable in-place-updates during fsync to users
If user wrote F2FS_IPU_FSYNC:4 in /sys/fs/f2fs/ipu_policy, f2fs_sync_file
only starts to try in-place-updates.
And, if the number of dirty pages is over /sys/fs/f2fs/min_fsync_blocks, it
keeps out-of-order manner. Otherwise, it triggers in-place-updates.

This may be used by storage showing very high random write performance.

For example, it can be used when,

Seq. writes (Data) + wait + Seq. writes (Node)

is pretty much slower than,

Rand. writes (Data)

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2014-09-16 04:10:44 -07:00
..
2014-08-08 11:34:32 -07:00
2014-04-07 16:36:02 -07:00
2014-08-31 17:01:19 -07:00
2014-05-05 15:32:05 +02:00
2014-08-04 07:01:38 -07:00
2014-08-06 23:36:12 -07:00
2014-06-11 08:35:34 -07:00
2014-07-28 15:23:15 +02:00
2014-08-08 15:57:24 -07:00
2014-07-09 16:05:42 -07:00
2014-08-05 09:58:11 +02:00
2014-06-19 17:45:14 -07:00
2014-04-18 14:20:48 +02:00
2014-05-12 17:08:33 -07:00
2014-05-05 15:32:05 +02:00
2014-08-08 15:57:24 -07:00
2014-05-05 15:32:05 +02:00
2014-05-05 15:32:05 +02:00
2014-05-05 15:32:05 +02:00