aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-14exofs: don't leak io_state and pages on read errorBoaz Harrosh1-5/+5
2012-12-11exofs: clean up the correct page collection on write errorIdan Kedar1-2/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2012-09-21userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman1-4/+4
2012-08-02exofs: Use proper max_IO calculations from oreBoaz Harrosh1-6/+4
2012-08-02exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+12
2012-08-02exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul1-0/+2
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-01-03exofs: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh1-2/+59
2011-10-14ore/exofs: Change ore_check_io APIBoaz Harrosh1-10/+4
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh1-7/+2
2011-10-14exofs: Support for short read/writesBoaz Harrosh1-9/+26
2011-10-14ore: Only IO one group at a time (API change)Boaz Harrosh1-15/+85
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh1-11/+11
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-44/+44
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh1-32/+27
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh1-3/+0
2011-08-06exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh1-13/+21
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh1-1/+3
2011-03-15exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com1-4/+15
2011-03-15exofs: simple fsync race fixNick Piggin1-1/+2
2011-03-15exofs: Optimize read_4_writeBoaz Harrosh1-3/+22
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh1-2/+0
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 Perches1-7/+7
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 Torvalds1-7/+2
2010-08-09convert exofs to ->evict_inode()Al Viro1-4/+4
2010-08-09exofs: New truncate sequenceBoaz Harrosh1-73/+42
2010-08-09remove inode_setattrChristoph Hellwig1-2/+12
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh1-7/+2
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+30
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-17exofs: Add default address_space_operationsBoaz Harrosh1-0/+30
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-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-02-28exofs: Error recovery if object is missing from storageBoaz Harrosh1-1/+11
2010-02-28exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh1-40/+41
2010-02-28exofs: RAID0 supportBoaz Harrosh1-22/+4
2010-02-28exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh1-5/+51
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh1-7/+7
2010-02-28exofs: debug print even lessBoaz Harrosh1-10/+13
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh1-1/+16
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh1-1/+4