aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs/ore.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2014-10-19Boaz Harrosh - Fix broken email addressGravatar Boaz Harrosh 1-2/+2
2014-05-22ore: Support for raid 6Gravatar Boaz Harrosh 1-23/+52
2014-05-22ore: Remove redundant dev_order(), more cleanupsGravatar Boaz Harrosh 1-4/+6
2014-05-22ore: (trivial) reformat some codeGravatar Boaz Harrosh 1-11/+8
2014-01-23ore: Don't crash on NULL bio in _clear_bioGravatar Boaz Harrosh 1-2/+6
2014-01-23ore: Fix wrong math in allocation of per device BIOGravatar Boaz Harrosh 1-12/+25
2013-03-23block: Add bio_for_each_segment_all()Gravatar Kent Overstreet 1-1/+1
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Gravatar Kent Overstreet 1-3/+2
2012-08-02ore: Fix out-of-bounds access in _ios_obj()Gravatar Boaz Harrosh 1-7/+7
2012-07-20ore: Remove support of partial IO request (NFS crash)Gravatar Boaz Harrosh 1-7/+1
2012-01-06ore: fix BUG_ON, too few sgs when readingGravatar Boaz Harrosh 1-1/+1
2012-01-06ore: Fix crash in case of an IO error.Gravatar Boaz Harrosh 1-3/+3
2011-10-31fs: add module.h to files that were implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-10-24ore: Enable RAID5 mountsGravatar Boaz Harrosh 1-3/+11
2011-10-24ore: RAID5 WriteGravatar Boaz Harrosh 1-8/+28
2011-10-24ore: RAID5 readGravatar Boaz Harrosh 1-77/+249
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLGravatar Boaz Harrosh 1-5/+3
2011-10-14ore/exofs: Change ore_check_io APIGravatar Boaz Harrosh 1-13/+16
2011-10-14ore/exofs: Define new ore_verify_layoutGravatar Boaz Harrosh 1-0/+67
2011-10-14ore: Support for partial component tableGravatar Boaz Harrosh 1-0/+4
2011-10-14ore: Support for short read/writesGravatar Boaz Harrosh 1-7/+23
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterGravatar Boaz Harrosh 1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateGravatar Boaz Harrosh 1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Gravatar Boaz Harrosh 1-36/+69
2011-10-04ore/exofs: Change the type of the devices array (API change)Gravatar Boaz Harrosh 1-1/+1
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicGravatar Boaz Harrosh 1-16/+8
2011-10-03exofs: Rename struct ore_components comps => ocGravatar Boaz Harrosh 1-15/+15
2011-10-03exofs/ore.c: local functions should be staticGravatar H Hartley Sweeten 1-2/+2
2011-08-06ore: Make ore its own moduleGravatar Boaz Harrosh 1-0/+15
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreGravatar Boaz Harrosh 1-0/+820