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