aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/ios.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-5/+5
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-1/+1
| |\
| * | fix printk typo 'faild'Paul Bolle2010-08-091-5/+5
* | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-08-111-32/+12
|\ \ \ | |_|/ |/| |
| * | exofs: Fix groups code when num_devices is not divisible by group_widthBoaz Harrosh2010-08-041-17/+5
| * | exofs: Remove useless optimizationBoaz Harrosh2010-08-041-15/+7
| |/
* | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* exofs: groups supportBoaz Harrosh2010-02-281-23/+106
* exofs: Prepare for groupsBoaz Harrosh2010-02-281-60/+99
* exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh2010-02-281-20/+26
* exofs: RAID0 supportBoaz Harrosh2010-02-281-54/+273
* exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh2010-02-281-5/+18
* exofs: unindent exofs_sbi_readBoaz Harrosh2010-02-281-49/+38
* exofs: Move layout related members to a layout structureBoaz Harrosh2010-02-281-17/+19
* exofs: Recover in the case of read-passed-end-of-fileBoaz Harrosh2010-02-281-6/+30
* exofs: debug print even lessBoaz Harrosh2010-02-281-6/+32
* exofs: Multi-device mirror supportBoaz Harrosh2009-12-101-11/+27
* exofs: Move all operations to an io_engineBoaz Harrosh2009-12-101-53/+333
* exofs: move osd.c to ios.cBoaz Harrosh2009-12-101-0/+125