aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-14ore/exofs: Define new ore_verify_layoutBoaz Harrosh1-46/+3
2011-10-04ore/exofs: Change the type of the devices array (API change)Boaz Harrosh1-38/+61
2011-10-03exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh1-35/+22
2011-10-03exofs: Rename struct ore_components comps => ocBoaz Harrosh1-29/+29
2011-10-03exofs/super.c: local functions should be staticH Hartley Sweeten1-3/+3
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-28/+28
2011-08-06exofs: ios: Move to a per inode components & device-tableBoaz Harrosh1-66/+70
2011-08-06exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh1-3/+65
2011-08-04exofs: Small cleanup of exofs_fill_superBoaz Harrosh1-4/+2
2011-08-04exofs: BUG: Avoid sbi reallocBoaz Harrosh1-18/+27
2011-07-17fix exofs ->get_parent()Al Viro1-1/+1
2011-03-15exofs: deprecate the commands pending counterBoaz Harrosh1-0/+4
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh1-16/+119
2011-03-15exofs: Add option to mount by osdnameBoaz Harrosh1-4/+27
2011-03-15exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com1-0/+18
2011-03-15exofs: Remove redundant unlikely()Tobias Klauser1-1/+1
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