Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754867AbZDUURG (ORCPT ); Tue, 21 Apr 2009 16:17:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752440AbZDUUQx (ORCPT ); Tue, 21 Apr 2009 16:16:53 -0400 Received: from acsinet12.oracle.com ([141.146.126.234]:41201 "EHLO acsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751650AbZDUUQx (ORCPT ); Tue, 21 Apr 2009 16:16:53 -0400 Subject: [GIT PULL] Btrfs changes for 2.6.30-rc From: Chris Mason To: Linus Torvalds , linux-kernel Content-Type: text/plain Date: Tue, 21 Apr 2009 09:29:05 -0400 Message-Id: <1240320545.4869.22.camel@think.oraclecorp.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt702.oracle.com [141.146.40.80] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.49EDDAEC.017C:SCFMA4539814,ss=1,fgs=0 X-QuarantineReason: Unscannable attachment Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1669 Lines: 45 Hello everyone, The master branch of: git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git Has some fixes for oopsen and a cluster of bugs inside of one of the btree readahead functions. I also jumped on the fsync latency train for btrfs and switched over to WRITE_SYNC for the writes I was going to wait on. This is a bigger change in btrfs because I had to add a high priority list to the async helper threads, but it had a big impact on performance overall. Before, the writes we were waiting on would get stuck behind the less critical writes in the async helper threads, and now they pop out much faster. Average fsync latencies concurrent with a streaming writer went down from ~5 seconds (with longer peaks) to < 1 second. Chris Mason (4): Btrfs: use WRITE_SYNC for synchronous writes Btrfs: add a priority queue to the async thread helpers Btrfs: fix oops on page->mapping->host during writepage Btrfs: use the right node in reada_for_balance fs/btrfs/async-thread.c | 60 ++++++++++++++++++----- fs/btrfs/async-thread.h | 2 fs/btrfs/ctree.c | 17 ++++-- fs/btrfs/disk-io.c | 9 ++- fs/btrfs/extent_io.c | 86 ++++++++++++++++++++++++--------- fs/btrfs/file.c | 2 fs/btrfs/ordered-data.c | 2 fs/btrfs/volumes.c | 124 +++++++++++++++++++++++++++++++++++++----------- fs/btrfs/volumes.h | 13 ++++- -chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/