[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4B20B237.80601@panasas.com>
Date: Thu, 10 Dec 2009 10:32:55 +0200
From: Boaz Harrosh <bharrosh@...asas.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>
Subject: [GIT PULL] exofs updates for v2.6.33
Linus Hi
Now that all SCSI pre-requisites are merged
please pull:
git://git.open-osd.org/linux-open-osd.git for-linus
The main advancement in the exofs code is support for multiple devices.
Currently only mirror operations are supported. Next Kernels, also striping
and RAID, over mirrors, will be added as well. With same disk format and
device tables. (Currently it refuses to mount configurations not supported
by the IO engine)
These are the changes since commit 3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0:
Linus Torvalds (1):
Merge branch 'acpica' of git://git.kernel.org/.../lenb/linux-acpi-2.6
Boaz Harrosh (8):
exofs: More sane debug print
exofs: dbg-print less
exofs: refactor exofs_i_info initialization into common helper
exofs: Prints on mount and unmout
exofs: statfs blocks is sectors not FS blocks
exofs: move osd.c to ios.c
exofs: Move all operations to an io_engine
exofs: Multi-device mirror support
Thadeu Lima de Souza Cascardo (1):
trivial: some small fixes in exofs documentation
Documentation/filesystems/00-INDEX | 2 +
Documentation/filesystems/exofs.txt | 23 +-
fs/exofs/Kbuild | 2 +-
fs/exofs/common.h | 81 +++++--
fs/exofs/exofs.h | 97 ++++++++-
fs/exofs/inode.c | 409 +++++++++++++++++-----------------
fs/exofs/ios.c | 421 +++++++++++++++++++++++++++++++++++
fs/exofs/osd.c | 125 -----------
fs/exofs/pnfs.h | 51 +++++
fs/exofs/super.c | 353 ++++++++++++++++++++++-------
10 files changed, 1107 insertions(+), 457 deletions(-)
create mode 100644 fs/exofs/ios.c
delete mode 100644 fs/exofs/osd.c
create mode 100644 fs/exofs/pnfs.h
Thanks
Boaz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists