]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: add fsync batch tuning knobs
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Jan 2009 01:27:38 +0000 (20:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Jan 2009 01:27:38 +0000 (20:27 -0500)
commit30773840c19cea60dcef39545960d541b1ac1cf8
treef220a2dce451a40dc7264e8fd70c77c5a3908873
parentd7cfa4684d82f58e5d7cb73b8a3c88c169937f25
ext4: add fsync batch tuning knobs

Add new mount options, min_batch_time and max_batch_time, which
controls how long the jbd2 layer should wait for additional filesystem
operations to get batched with a synchronous write transaction.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Documentation/filesystems/ext4.txt
fs/ext4/ext4.h
fs/ext4/ext4_sb.h
fs/ext4/super.c
fs/jbd2/journal.c
fs/jbd2/transaction.c
include/linux/jbd2.h