summaryrefslogtreecommitdiffstats
path: root/fs/exofs/ore_raid.c
AgeCommit message (Expand)AuthorLines
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh-1/+1
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick-1/+1
2014-05-22ore: Support for raid 6Boaz Harrosh-13/+24
2014-05-22ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh-9/+4
2014-05-22ore: (trivial) reformat some codeBoaz Harrosh-3/+1
2014-04-03fs: Mark functions as static in exofs/ore_raid.cRashika Kheria-2/+2
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet-1/+1
2012-10-03ore: signedness bug in _sp2d_min_pg()Dan Carpenter-1/+1
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh-12/+12
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh-31/+36
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh-12/+60
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh-1/+5
2011-10-24ore: RAID5 WriteBoaz Harrosh-7/+527
2011-10-24ore: RAID5 readBoaz Harrosh-0/+140