aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs
AgeCommit message (Expand)Author
2011-03-03exofs: i_nlink races in rename()Al Viro
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches
2010-10-18exofs: Set i_mapping->backing_dev_info anywayBoaz Harrosh
2010-10-18exofs: Cleaup read path in regard with read_for_writeBoaz Harrosh
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09convert exofs to ->evict_inode()Al Viro
2010-08-09exofs: New truncate sequenceBoaz Harrosh
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-04exofs: Fix groups code when num_devices is not divisible by group_widthBoaz Harrosh
2010-08-04exofs: Remove useless optimizationBoaz Harrosh
2010-08-04exofs: exofs_file_fsync and exofs_file_flush correctnessBoaz Harrosh
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-17exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter
2010-05-17exofs: Add default address_space_operationsBoaz Harrosh
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh
2010-04-22exofs: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-02-28exofs: groups supportBoaz Harrosh
2010-02-28exofs: Prepare for groupsBoaz Harrosh
2010-02-28exofs: Error recovery if object is missing from storageBoaz Harrosh
2010-02-28exofs: convert io_state to use pages array instead of bio at inputBoaz Harrosh
2010-02-28exofs: RAID0 supportBoaz Harrosh
2010-02-28exofs: Define on-disk per-inode optional layout attributeBoaz Harrosh
2010-02-28exofs: unindent exofs_sbi_readBoaz Harrosh
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh
2010-02-28exofs: Recover in the case of read-passed-end-of-fileBoaz Harrosh
2010-02-28exofs: Micro-optimize exofs_i_infoBoaz Harrosh
2010-02-28exofs: debug print even lessBoaz Harrosh
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh
2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh
2009-12-10exofs: dbg-print lessBoaz Harrosh