linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Richards <paul.richards@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: Query about ext4 commit interval vs dirty_expire_centisecs
Date: Tue, 19 Nov 2019 08:47:31 +0000	[thread overview]
Message-ID: <CAMoswejffB4ys=2C5zL_j9SBrdka8MJWV3hpwber9cggo=1GQQ@mail.gmail.com> (raw)

Hello there,
I'm trying to understand the interaction between the ext4 `commit`
interval option, and the `vm.dirty_expire_centisecs` tuneable.

The ext4 `commit` documentation says:

> Ext4 can be told to sync all its data and metadata every 'nrsec' seconds. The default value is 5 seconds. This means that if you lose your power, you will lose as much as the latest 5 seconds of work (your filesystem will not be damaged though, thanks to the journaling).

The `dirty_expire_centisecs` documentation says:

> This tunable is used to define when dirty data is old enough to be eligible for writeout by the kernel flusher threads. It is expressed in 100'ths of a second. Data which has been dirty in-memory for longer than this interval will be written out next time a flusher thread wakes up.


Superficially these sound like they have a very similar effect.  They
periodically flush out data that hasn't been explicitly fsync'd by the
application.  I'd like to understand a bit more the interaction
between these.


What happens when the ext4 commit interval is shorter than the
dirty_expire_centisecs setting?  (Does the latter become "redundant"?)

What happens when the dirty_expire_centisecs setting is shorter than
the ext4 commit interval?

Thanks,

             reply	other threads:[~2019-11-19  8:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19  8:47 Paul Richards [this message]
2019-12-13 15:59 ` Query about ext4 commit interval vs dirty_expire_centisecs Jan Kara
2019-12-17 14:42   ` Paul Richards
2019-12-18  8:33     ` Jan Kara
2019-12-18 10:35       ` Paul Richards
2019-12-18 11:22         ` Jan Kara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMoswejffB4ys=2C5zL_j9SBrdka8MJWV3hpwber9cggo=1GQQ@mail.gmail.com' \
    --to=paul.richards@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).