From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759618AbZGHJ1a (ORCPT ); Wed, 8 Jul 2009 05:27:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759163AbZGHJ1N (ORCPT ); Wed, 8 Jul 2009 05:27:13 -0400 Received: from ip67-152-220-66.z220-152-67.customer.algx.net ([67.152.220.66]:2324 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758380AbZGHJ1L (ORCPT ); Wed, 8 Jul 2009 05:27:11 -0400 Message-ID: <4A54666C.5010407@panasas.com> Date: Wed, 08 Jul 2009 12:27:08 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090315 Remi/3.0-0.b2.fc10.remi Thunderbird/3.0b2 MIME-Version: 1.0 To: Linus Torvalds , Jeff Garzik , Linux Kernel , open-osd mailing-list Subject: [GIT PULL resend] exofs/osd tree for 2.6.31-rc2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jul 2009 09:27:11.0125 (UTC) FILETIME=[4571D450:01C9FFAE] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Please pull the following exofs/OSD changes from the git repository at: git://git.open-osd.org/linux-open-osd.git for-linus These are a few fixes/cleanups and mainly a new block-device driver from Jeff Garzik, that can export an OSD object to block-based users like filesystems. Since they are all small bug fixes, the copyrights adjustment should be looked at as a bug in the file ownership. (the original removal request came from IBM.) And one new driver. It might be said that we do not violate -rc rules with this. Boaz Harrosh (5): exofs: Fix bio leak in error handling path (sync read) exofs: Remove IBM copyrights exofs: Avoid using file_fsync() MAINTAINERS: Add osd maintained files (F:) osdblk: Adjust queue limits to lower device's limits Jeff Garzik (1): osdblk: a Linux block device for OSD objects MAINTAINERS | 5 +- drivers/block/Kconfig | 16 ++ drivers/block/Makefile | 1 + drivers/block/osdblk.c | 670 ++++++++++++++++++++++++++++++++++++++++++++++++ fs/exofs/common.h | 4 +- fs/exofs/dir.c | 4 +- fs/exofs/exofs.h | 7 +- fs/exofs/file.c | 21 +- fs/exofs/inode.c | 7 +- fs/exofs/namei.c | 4 +- fs/exofs/osd.c | 4 +- fs/exofs/super.c | 6 +- fs/exofs/symlink.c | 4 +- 13 files changed, 719 insertions(+), 34 deletions(-) create mode 100644 drivers/block/osdblk.c [These patches can be viewed on the web here: http://git.open-osd.org/gitweb.cgi?p=linux-open-osd.git;a=shortlog;h=refs/heads/for-linus ] Thanks Boaz