2012-01-09 11:50:40

by Boaz Harrosh

[permalink] [raw]
Subject: [GIT PULL] exofs/ore: BUG fixes for the 3.3 merge window

Linus hi.

the following changes since Linux 3.2-rc7

are available in the git repository at:
git://git.open-osd.org/linux-open-osd.git for-linus

All of these are actually BUGS to the 3.2 Kernel and therefor CCed
to the [email protected].
(I'm really sorry that I did not have them ready before)

They fix a rand-config breakage and some BUG_ONs and crashes,
which where unearthed during some large scale testing. With
these I'm back to a usable system, including RAID5 introduced
in 3.2.

Boaz Harrosh (4):
ore: FIX breakage when MISC_FILESYSTEMS is not set
ore: Fix crash in case of an IO error.
ore: fix BUG_ON, too few sgs when reading
ore: Must support none-PAGE-aligned IO

fs/Kconfig | 2 +
fs/exofs/Kconfig | 11 -------
fs/exofs/Kconfig.ore | 12 ++++++++
fs/exofs/ore.c | 8 ++--
fs/exofs/ore_raid.c | 78 +++++++++++++++++++++++++++++++++++++++++--------
5 files changed, 83 insertions(+), 28 deletions(-)
create mode 100644 fs/exofs/Kconfig.ore

Thanks, have a good merge window
Boaz