aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-5/+1
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches3-14/+14
2010-10-18exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh1-0/+2
2010-10-18exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh1-20/+14
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-52/+31
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-08-09convert exofs to ->evict_inode()Al Viro3-6/+6
2010-08-09exofs: New truncate sequenceBoaz Harrosh3-75/+42
2010-08-09remove inode_setattrChristoph Hellwig1-2/+12
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-08-04exofs: exofs_file_fsync and exofs_file_flush correctnessBoaz Harrosh1-12/+17
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh2-8/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+3
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-1/+31
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-17exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter1-1/+1
2010-05-17exofs: Add default address_space_operationsBoaz Harrosh1-0/+30