From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCHSET 2.6.36-rc2] block, fs: replace HARDBARRIER with FLUSH/FUA Date: Wed, 25 Aug 2010 12:03:03 -0400 Message-ID: <20100825160302.GC8509@redhat.com> References: <1282751267-3530-1-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jaxboe@fusionio.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, linux-raid@vger.kernel.org, hch@lst.de, James.Bottomley@suse.de, tytso@mit.edu, chris.mason@oracle.com, swhiteho@redhat.com, konishi.ryusuke@lab.ntt.co.jp, dm-devel@redhat.com, vst@vlnb.net, jack@suse.cz, rwheeler@redhat.com, hare@suse.de, neilb@suse.de, rusty@rustcorp.com.au, mst@redhat.com, jeremy@goop.org, k-ueda@ct.jp.nec.com To: Tejun Heo Return-path: Content-Disposition: inline In-Reply-To: <1282751267-3530-1-git-send-email-tj@kernel.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Aug 25 2010 at 11:47am -0400, Tejun Heo wrote: > Hello, > > This patchset is combination of the following three patchset. > > [1] block: replace barrier with sequenced flush > [2] block: convert to REQ_FLUSH/FUA > [3] replace barriers with explicit flush / FUA usage > > Changes from the previous postings are, > > * Rebased on top of 2.6.36-rc2 (502adf5778f4151dcba3f64dd6ed322151f3712c) Awesome, thanks! > * dm conversion is excluded for now. ... > I've audited all make_request drivers and after this patchset only > blktrace, dm, drbd and xen need more work. I'll work on blktrace and > dm OK, once you have the DM patch refreshed I'll jump in with further changes (SCSI error differentiation in mpath) and more careful review of the DM changes (both bio-based and request-based). Thanks again! Mike