summaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+4
* exofs: don't leak io_state and pages on read errorBoaz Harrosh2012-12-141-5/+5
* exofs: clean up the correct page collection on write errorIdan Kedar2012-12-111-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+4
|\
| * userns: Convert exofs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
* | exofs: Use proper max_IO calculations from oreBoaz Harrosh2012-08-021-6/+4
* | exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-021-3/+12
* | exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul2012-08-021-0/+2
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
* exofs: propagate umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* exofs: Support for RAID5 read-4-write interface.Boaz Harrosh2011-10-241-2/+59
* ore/exofs: Change ore_check_io APIBoaz Harrosh2011-10-141-10/+4
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-141-7/+2
* exofs: Support for short read/writesBoaz Harrosh2011-10-141-9/+26
* ore: Only IO one group at a time (API change)Boaz Harrosh2011-10-141-15/+85
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-031-11/+11
* exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-44/+44
* exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-061-32/+27
* exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-061-3/+0
* exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh2011-08-061-13/+21
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-151-1/+3
* | exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-151-4/+15
* | exofs: simple fsync race fixNick Piggin2011-03-151-1/+2
* | exofs: Optimize read_4_writeBoaz Harrosh2011-03-151-3/+22
|/
* Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh2011-02-021-2/+0
* exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh2010-10-251-19/+9
* fs/exofs: typo fix of faild to failedJoe Perches2010-10-251-7/+7
* exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh2010-10-181-0/+2
* exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh2010-10-181-20/+14
* exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh2010-10-081-1/+7
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-08-111-7/+2
|\
| * exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh2010-08-041-7/+2
* | convert exofs to ->evict_inode()Al Viro2010-08-091-4/+4
* | exofs: New truncate sequenceBoaz Harrosh2010-08-091-73/+42
* | remove inode_setattrChristoph Hellwig2010-08-091-2/+12
|/
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-05-241-0/+30
|\
| * exofs: Add default address_space_operationsBoaz Harrosh2010-05-171-0/+30
* | exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
* exofs: Error recovery if object is missing from storageBoaz Harrosh2010-02-281-1/+11
* exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh2010-02-281-40/+41
* exofs: RAID0 supportBoaz Harrosh2010-02-281-22/+4
* exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh2010-02-281-5/+51
* exofs: Move layout related members to a layout structureBoaz Harrosh2010-02-281-7/+7
* exofs: debug print even lessBoaz Harrosh2010-02-281-10/+13
* exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh2010-01-051-1/+16