aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2011-11-02pnfs-obj: move to ore 02: move to OREBoaz Harrosh1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker2-0/+2
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh1-3/+11
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh1-2/+59
2011-10-24ore: RAID5 WriteBoaz Harrosh4-16/+578
2011-10-24ore: RAID5 readBoaz Harrosh4-78/+455
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh1-5/+3
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh2-23/+20
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh3-53/+72
2011-10-14ore: Support for partial component tableBoaz Harrosh2-0/+5
2011-10-14ore: Support for short read/writesBoaz Harrosh1-7/+23
2011-10-14exofs: Support for short read/writesBoaz Harrosh1-9/+26
2011-10-14ore: Remove check for ios->kern_buff in _prepare_for_striping to laterBoaz Harrosh1-23/+13
2011-10-14ore: cleanup: Embed an ore_striping_info inside ore_io_stateBoaz Harrosh1-37/+24
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh2-51/+154
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh3-42/+69
2011-10-03ore: Make ore_striping_info and ore_calc_stripe_info publicBoaz Harrosh1-16/+8
2011-10-03exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2-38/+22
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh4-63/+63
2011-10-03exofs/super.c: local functions should be staticH Hartley Sweeten1-3/+3
2011-10-03exofs/ore.c: local functions should be staticH Hartley Sweeten1-2/+2
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds7-499/+487
2011-08-06ore: Make ore its own moduleBoaz Harrosh3-1/+23
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh5-255/+170
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh4-183/+218
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh4-73/+79
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh3-16/+38
2011-08-04exofs: Fix truncate for the raid-groups caseBoaz Harrosh1-20/+53
2011-08-04exofs: Small cleanup of exofs_fill_superBoaz Harrosh1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocBoaz Harrosh2-24/+30
2011-08-04exofs: Remove pnfs-osd private definitionsBoaz Harrosh2-50/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-6/+1
2011-07-17fix exofs ->get_parent()Al Viro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-15exofs: deprecate the commands pending counterBoaz Harrosh1-0/+4
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh5-31/+141
2011-03-15exofs: Add option to mount by osdnameBoaz Harrosh1-4/+27
2011-03-15exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com3-4/+35
2011-03-15exofs: simple fsync race fixNick Piggin2-6/+2
2011-03-15exofs: Optimize read_4_writeBoaz Harrosh1-3/+22
2011-03-15exofs: Trivial: fix some indentation and debug printsBoaz Harrosh1-15/+18
2011-03-15exofs: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-03exofs: i_nlink races in rename()Al Viro1-6/+2
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh1-2/+0