]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into next
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Jun 2014 00:07:20 +0000 (17:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Jun 2014 00:07:20 +0000 (17:07 -0700)
commitdd315c442d66c271f1814a3e486929764cac176c
treef8091fcd05f463a0b31485cfe3edcef0d0211da9
parent4169e97216b14ffda5599771d4801934af83a253
parent5a0becc62b82064e45addc84a69250d12c34a1ee
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into next

Pull exofs raid6 support from Boaz Harrosh:
 "These simple patches will enable raid6 using the kernel's raid6_pq
  engine for support under exofs and pnfs-objects.

  There is nothing needed to do at exofs and pnfs-obj.  Just fire your
  mkfs.exofs with --raid=6 (that was already supported before) and off
  you go as usual.  The ORE will pick up the new map and will start
  writing two devices of redundancy bits.  The patches are so simple
  because most of the ORE was already for the general raid case, only a
  few bug fixes were needed and the actual wiring into the raid6_pq
  engine"

* 'for-linus' of git://git.open-osd.org/linux-open-osd:
  ore: Support for raid 6
  ore: Remove redundant dev_order(), more cleanups
  ore: (trivial) reformat some code