summaryrefslogtreecommitdiffstats
path: root/fs/exofs/ore.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-191-2/+2
* ore: Support for raid 6Boaz Harrosh2014-05-221-23/+52
* ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh2014-05-221-4/+6
* ore: (trivial) reformat some codeBoaz Harrosh2014-05-221-11/+8
* ore: Don't crash on NULL bio in _clear_bioBoaz Harrosh2014-01-231-2/+6
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-01-231-12/+25
* block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-1/+1
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-3/+2
* ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-021-7/+7
* ore: Remove support of partial IO request (NFS crash)Boaz Harrosh2012-07-201-7/+1
* ore: fix BUG_ON, too few sgs when readingBoaz Harrosh2012-01-061-1/+1
* ore: Fix crash in case of an IO error.Boaz Harrosh2012-01-061-3/+3
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* ore: Enable RAID5 mountsBoaz Harrosh2011-10-241-3/+11
* ore: RAID5 WriteBoaz Harrosh2011-10-241-8/+28
* ore: RAID5 readBoaz Harrosh2011-10-241-77/+249
* ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh2011-10-241-5/+3
* ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-141-13/+16
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-141-0/+67
* ore: Support for partial component tableBoaz Harrosh2011-10-141-0/+4
* ore: Support for short read/writesBoaz Harrosh2011-10-141-7/+23
* ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh2011-10-141-23/+13
* ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh2011-10-141-37/+24
* ore: Only IO one group at a time (API change)Boaz Harrosh2011-10-141-36/+69
* ore/exofs: Change the type of the devices array (API change)Boaz Harrosh2011-10-041-1/+1
* ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh2011-10-031-16/+8
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-031-15/+15
* exofs/ore.c: local functions should be staticH Hartley Sweeten2011-10-031-2/+2
* ore: Make ore its own moduleBoaz Harrosh2011-08-061-0/+15
* exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-0/+820
OpenPOWER on IntegriCloud