From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: [GIT PULL] exofs: changes for v2.6.39 merge window Date: Wed, 23 Mar 2011 16:46:40 +0200 Message-ID: <4D8A07D0.8070109@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: Linus Torvalds , open-osd , linux-fsdevel Return-path: Received: from daytona.panasas.com ([67.152.220.89]:52324 "EHLO daytona.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932483Ab1CWOqT (ORCPT ); Wed, 23 Mar 2011 10:46:19 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Linus please pull the following few exofs changes since: commit [521cb40b] Linux 2.6.38 >>From the git repository at: git://git.open-osd.org/linux-open-osd.git for-linus The reason this is based on 2.6.38 is because all through the rc window I was testing with external patches that only made it in the final -rcs. So once 2.6.38 was released I have cut a new tree, and re-run all the testes to make sure. It was since sitting in linux-next. This Merge window does not include the massive raid5 code, as it is not reviewed and tested enough yet. I will postpone raid5 code to the next Kernel. Boaz Harrosh (5): exofs: Trivial: fix some indentation and debug prints exofs: Optimize read_4_write exofs: Override read-ahead to align on stripe_size exofs: Add option to mount by osdname exofs: Write sbi->s_nextid as part of the Create command exofs: deprecate the commands pending counter Nick Piggin (1): exofs: simple fsync race fix Tobias Klauser (1): exofs: Remove redundant unlikely() Documentation/filesystems/exofs.txt | 10 ++- fs/exofs/common.h | 18 +++- fs/exofs/dir.c | 33 ++++--- fs/exofs/exofs.h | 6 +- fs/exofs/file.c | 16 +--- fs/exofs/inode.c | 51 ++++++++-- fs/exofs/super.c | 190 +++++++++++++++++++++++++++++++---- 7 files changed, 259 insertions(+), 65 deletions(-)