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