aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs
Commit message (Expand)AuthorAgeFilesLines
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-04-021-12/+25
* block: Add bio_for_each_segment_all()Kent Overstreet2013-09-102-2/+2
* ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-101-7/+7
* ore: Remove support of partial IO request (NFS crash)Boaz Harrosh2012-07-251-7/+1
* ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh2012-07-251-31/+36
* exofs: Fix CRASH on very early IO errors.Boaz Harrosh2012-06-101-1/+1
* ore: FIX breakage when MISC_FILESYSTEMS is not setBoaz Harrosh2012-01-122-11/+12
* ore: Must support none-PAGE-aligned IOBoaz Harrosh2012-01-121-12/+60
* ore: fix BUG_ON, too few sgs when readingBoaz Harrosh2012-01-122-2/+6
* ore: Fix crash in case of an IO error.Boaz Harrosh2012-01-121-3/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-041-1/+1
|\ \
| * | pnfs-obj: move to ore 02: move to OREBoaz Harrosh2011-11-021-1/+1
| |/
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
|/
* ore: Enable RAID5 mountsBoaz Harrosh2011-10-241-3/+11
* exofs: Support for RAID5 read-4-write interface.Boaz Harrosh2011-10-241-2/+59
* ore: RAID5 WriteBoaz Harrosh2011-10-244-16/+578
* ore: RAID5 readBoaz Harrosh2011-10-244-78/+455
* ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh2011-10-241-5/+3
* ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-142-23/+20
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-143-53/+72
* ore: Support for partial component tableBoaz Harrosh2011-10-142-0/+5
* ore: Support for short read/writesBoaz Harrosh2011-10-141-7/+23
* exofs: Support for short read/writesBoaz Harrosh2011-10-141-9/+26
* 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-142-51/+154
* ore/exofs: Change the type of the devices array (API change)Boaz Harrosh2011-10-043-42/+69
* ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh2011-10-031-16/+8
* exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2011-10-032-38/+22
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-034-63/+63
* exofs/super.c: local functions should be staticH Hartley Sweeten2011-10-031-3/+3
* exofs/ore.c: local functions should be staticH Hartley Sweeten2011-10-031-2/+2
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-067-499/+487
|\
| * ore: Make ore its own moduleBoaz Harrosh2011-08-063-1/+23
| * exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-065-255/+170
| * exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-064-183/+218
| * exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-064-73/+79
| * exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-063-16/+38
| * exofs: Fix truncate for the raid-groups caseBoaz Harrosh2011-08-041-20/+53
| * exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
| * exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-042-24/+30
| * exofs: Remove pnfs-osd private definitionsBoaz Harrosh2011-08-042-50/+1
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+9
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-6/+1
|/
* fix exofs ->get_parent()Al Viro2011-07-171-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0