aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+0
2010-08-09convert exofs to ->evict_inode()Al Viro1-1/+1
2010-08-04exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh1-1/+0
2010-04-22exofs: add bdi backing to mount sessionJens Axboe1-0/+8
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-02-28exofs: groups supportBoaz Harrosh1-14/+32
2010-02-28exofs: RAID0 supportBoaz Harrosh1-7/+45
2010-02-28exofs: Move layout related members to a layout structureBoaz Harrosh1-24/+27
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh1-8/+212
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh1-77/+43
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
2009-09-24exofs: remove BKL from super operationsBoaz Harrosh1-6/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-21exofs: Avoid using file_fsync()Boaz Harrosh1-1/+1
2009-06-21exofs: Remove IBM copyrightsBoaz Harrosh1-3/+1
2009-06-11exofs: add ->sync_fsChristoph Hellwig1-3/+13
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-03-31exofs: export_operationsBoaz Harrosh1-0/+53
2009-03-31exofs: super_operations and file_system_typeBoaz Harrosh1-0/+531