public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] exofs updates for v2.6.33
@ 2009-12-10  8:32 Boaz Harrosh
  0 siblings, 0 replies; only message in thread
From: Boaz Harrosh @ 2009-12-10  8:32 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-fsdevel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-10  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10  8:32 [GIT PULL] exofs updates for v2.6.33 Boaz Harrosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox