aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/ore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh1-2/+2
2014-05-22ore: Support for raid 6Boaz Harrosh1-23/+52
2014-05-22ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh1-4/+6
2014-05-22ore: (trivial) reformat some codeBoaz Harrosh1-11/+8
2014-01-23ore: Don't crash on NULL bio in _clear_bioBoaz Harrosh1-2/+6
2014-01-23ore: Fix wrong math in allocation of per device BIOBoaz Harrosh1-12/+25
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet1-1/+1
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet1-3/+2
2012-08-02ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh1-7/+7
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-01-06ore: fix BUG_ON, too few sgs when readingBoaz Harrosh1-1/+1
2012-01-06ore: Fix crash in case of an IO error.Boaz Harrosh1-3/+3
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh1-3/+11
2011-10-24ore: RAID5 WriteBoaz Harrosh1-8/+28
2011-10-24ore: RAID5 readBoaz Harrosh1-77/+249
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-5/+3
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh1-13/+16
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh1-0/+67
2011-10-14ore: Support for partial component tableBoaz Harrosh1-0/+4
2011-10-14ore: Support for short read/writesBoaz Harrosh1-7/+23
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh1-36/+69
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh1-1/+1
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh1-16/+8
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh1-15/+15
2011-10-03exofs/ore.c: local functions should be staticH Hartley Sweeten1-2/+2
2011-08-06ore: Make ore its own moduleBoaz Harrosh1-0/+15
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-0/+820