aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/ios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-810/+0
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh1-40/+62
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh1-61/+3
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh1-2/+12
2011-08-04exofs: Fix truncate for the raid-groups caseBoaz Harrosh1-20/+53
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+5
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-32/+12
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-08-09fix printk typo 'faild'Paul Bolle1-5/+5
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-08-04exofs: Fix groups code when num_devices is not divisible by group_widthBoaz Harrosh1-17/+5
2010-08-04exofs: Remove useless optimizationBoaz Harrosh1-15/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-28exofs: groups supportBoaz Harrosh1-23/+106
2010-02-28exofs: Prepare for groupsBoaz Harrosh1-60/+99
2010-02-28exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh1-20/+26
2010-02-28exofs: RAID0 supportBoaz Harrosh1-54/+273
2010-02-28exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh1-5/+18
2010-02-28exofs: unindent exofs_sbi_readBoaz Harrosh1-49/+38
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh1-17/+19
2010-02-28exofs: Recover in the case of read-passed-end-of-fileBoaz Harrosh1-6/+30
2010-02-28exofs: debug print even lessBoaz Harrosh1-6/+32
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh1-11/+27
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh1-53/+333
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh1-0/+125