Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753596AbZAFTml (ORCPT ); Tue, 6 Jan 2009 14:42:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751584AbZAFTmd (ORCPT ); Tue, 6 Jan 2009 14:42:33 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:49759 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbZAFTmc (ORCPT ); Tue, 6 Jan 2009 14:42:32 -0500 Subject: Re: Btrfs for mainline From: Chris Mason To: linux-kernel@vger.kernel.org Cc: linux-fsdevel , linux-btrfs , Andrew Morton , Linus Torvalds , Andi Kleen , Ryusuke Konishi In-Reply-To: <1230722935.4680.5.camel@think.oraclecorp.com> References: <1230722935.4680.5.camel@think.oraclecorp.com> Content-Type: text/plain Date: Tue, 06 Jan 2009 14:41:33 -0500 Message-Id: <1231270893.4888.19.camel@think.oraclecorp.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt706.oracle.com [141.146.40.84] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4963B3F1.027B:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1502 Lines: 45 Hello everyone, Thanks for all of the comments so far. I've pushed out a number of fixes for btrfs mainline, covering most of the comments from this thread. * All LINUX_KERNEL_VERSION checks are gone. * checkpatch.pl fixes * Extra permission checks on the ioctls * Some important bug fixes from the btrfs list * Andi found a buggy use of kmap_atomic during checksum verification * Drop EXPORT_SYMBOLs from extent_io.c Unresolved from this reviewing thread: * Should it be named btrfsdev? My vote is no, it is extra work for the distros when we finally do rename it, and I don't think btrfs really has the reputation for stability right now. But if Linus or Andrew would prefer the dev on there, I'll do it. * My ugly mutex_trylock spin. It's a hefty performance gain so I'm hoping to keep it until there is a generic adaptive lock. The full kernel tree is here: http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-unstable.git;a=summary The standalone tree just has the btrfs files and commits, reviewers may find it easier: http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-unstable-standalone.git;a=summary The utilities can be found here: http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs-unstable.git;a=summary -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/