linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: Andreas Dilger <adilger@sun.com>
Cc: ext4 development <linux-ext4@vger.kernel.org>, Jan Kara <jack@suse.cz>
Subject: Re: barriers off by default?
Date: Thu, 15 May 2008 13:34:25 -0500	[thread overview]
Message-ID: <482C8231.2090609@redhat.com> (raw)
In-Reply-To: <20080515162135.GB3098@webber.adilger.int>

Andreas Dilger wrote:
> On May 15, 2008  11:00 -0500, Eric Sandeen wrote:
>> ... the fsync change seems sane too...
>>
>> @@ -85,7 +86,10 @@ int ext3_sync_file(struct file * file, s
>>                         .sync_mode = WB_SYNC_ALL,
>>                         .nr_to_write = 0, /* sys_fsync did this */
>>                 };
>> +               journal_t *journal = EXT3_SB(inode->i_sb)->s_journal;
>>                 ret = sync_inode(inode, &wbc);
>> +               if (journal && (journal->j_flags & JFS_BARRIER))
>> +                       blkdev_issue_flush(inode->i_sb->s_bdev, NULL);
>>         }
>>  out:
>>
>> I assume we need that for some power-plug-pull scenarios ... in fact I
>> had just been meaning to do something similar after reading an old
>> thread on barriers.  reiserfs & xfs do this already in their sync paths.
> 
> Wouldn't it make more sense to add this into the generic do_fsync()
> routine?

blkdev_issue_flush() depends on barrier support:

        submit_bio(1 << BIO_RW_BARRIER, bio);

and I think only the filesystem can know for sure if it has barriers
currently in use and available?

-Eric

  reply	other threads:[~2008-05-15 18:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-12 15:56 barriers off by default? Eric Sandeen
2008-05-12 17:30 ` Eric A
2008-05-12 17:53   ` Eric Sandeen
     [not found]     ` <72c5d9a0805121150j58482bc6qd57a87089ce4414e@mail.gmail.com>
2008-05-12 18:51       ` Fwd: " Eric A
2008-05-12 19:00         ` Eric Sandeen
2008-05-12 19:11           ` Eric A
2008-05-12 19:15             ` Eric Sandeen
2008-05-15 14:43 ` Jan Kara
2008-05-15 16:00   ` Eric Sandeen
2008-05-15 16:21     ` Andreas Dilger
2008-05-15 18:34       ` Eric Sandeen [this message]
2008-05-15 20:44   ` Eric Sandeen
2008-05-16  0:21     ` Jan Kara
2008-05-16  0:58       ` Eric Sandeen
2008-05-17 17:38         ` Theodore Tso
2008-05-17 19:02           ` Eric Sandeen

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=482C8231.2090609@redhat.com \
    --to=sandeen@redhat.com \
    --cc=adilger@sun.com \
    --cc=jack@suse.cz \
    --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).