diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-01-05 22:46:26 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-01-05 22:46:26 -0500 |
commit | b3881f74b31b7d47d0f1c4d89ac3e7f0b9c05e3e (patch) | |
tree | 131190b7ec627fd2ef2ecc818a7b9c17b83ccd63 /Documentation | |
parent | 40a1984d22294ab202f616e432bb8d3481897675 (diff) |
ext4: Add mount option to set kjournald's I/O priority
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 9ec29d86ff8b..8938949b201e 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -308,6 +308,13 @@ min_batch_time=usec This parameter sets the commit time (as | |||
308 | multi-threaded, synchronous workloads on very | 308 | multi-threaded, synchronous workloads on very |
309 | fast disks, at the cost of increasing latency. | 309 | fast disks, at the cost of increasing latency. |
310 | 310 | ||
311 | journal_ioprio=prio The I/O priority (from 0 to 7, where 0 is the | ||
312 | highest priorty) which should be used for I/O | ||
313 | operations submitted by kjournald2 during a | ||
314 | commit operation. This defaults to 3, which is | ||
315 | a slightly higher priority than the default I/O | ||
316 | priority. | ||
317 | |||
311 | Data Mode | 318 | Data Mode |
312 | ========= | 319 | ========= |
313 | There are 3 different data modes: | 320 | There are 3 different data modes: |