aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+9
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-6/+1
2011-07-17fix exofs ->get_parent()Gravatar Al Viro 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-15exofs: deprecate the commands pending counterGravatar Boaz Harrosh 1-0/+4
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandGravatar Boaz Harrosh 5-31/+141
2011-03-15exofs: Add option to mount by osdnameGravatar Boaz Harrosh 1-4/+27
2011-03-15exofs: Override read-ahead to align on stripe_sizeGravatar bharrosh@panasas.com 3-4/+35
2011-03-15exofs: simple fsync race fixGravatar Nick Piggin 2-6/+2
2011-03-15exofs: Optimize read_4_writeGravatar Boaz Harrosh 1-3/+22
2011-03-15exofs: Trivial: fix some indentation and debug printsGravatar Boaz Harrosh 1-15/+18
2011-03-15exofs: Remove redundant unlikely()Gravatar Tobias Klauser 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-03-03exofs: i_nlink races in rename()Gravatar Al Viro 1-6/+2
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Gravatar Boaz Harrosh 1-2/+0
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-5/+5
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25fs: add sync_inode_metadataGravatar Christoph Hellwig 1-5/+1
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeGravatar Boaz Harrosh 1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedGravatar Joe Perches 3-14/+14
2010-10-18exofs: Set i_mapping->backing_dev_info anywayGravatar Boaz Harrosh 1-0/+2
2010-10-18exofs: Cleaup read path in regard with read_for_writeGravatar Boaz Harrosh 1-20/+14
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endGravatar Boaz Harrosh 1-1/+7
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 4-52/+31
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2010-08-09convert exofs to ->evict_inode()Gravatar Al Viro 3-6/+6
2010-08-09exofs: New truncate sequenceGravatar Boaz Harrosh 3-75/+42
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-2/+12
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-1/+1
2010-08-04exofs: Fix groups code when num_devices is not divisible by group_widthGravatar Boaz Harrosh 1-17/+5
2010-08-04exofs: Remove useless optimizationGravatar Boaz Harrosh 1-15/+7
2010-08-04exofs: exofs_file_fsync and exofs_file_flush correctnessGravatar Boaz Harrosh 1-12/+17
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackGravatar Boaz Harrosh 2-8/+2
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-4/+3
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 2-1/+31
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-10/+1
2010-05-17exofs: confusion between kmap() and kmap_atomic() apiGravatar Dan Carpenter 1-1/+1
2010-05-17exofs: Add default address_space_operationsGravatar Boaz Harrosh 1-0/+30
2010-04-29exofs: Fix "add bdi backing to mount session" fall outGravatar Boaz Harrosh 1-1/+1
2010-04-22exofs: add bdi backing to mount sessionGravatar Jens Axboe 2-0/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-3/+3
2010-02-28exofs: groups supportGravatar Boaz Harrosh 3-37/+141
2010-02-28exofs: Prepare for groupsGravatar Boaz Harrosh 1-60/+99
2010-02-28exofs: Error recovery if object is missing from storageGravatar Boaz Harrosh 1-1/+11
2010-02-28exofs: convert io_state to use pages array instead of bio at inputGravatar Boaz Harrosh 3-61/+71
2010-02-28exofs: RAID0 supportGravatar Boaz Harrosh 4-83/+333
2010-02-28exofs: Define on-disk per-inode optional layout attributeGravatar Boaz Harrosh 4-10/+114