summaryrefslogtreecommitdiffstats
path: root/fs/exofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* exofs: Convert to separately allocated bdiJan Kara2017-04-201-11/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-191-1/+1
* fs: Mark function as static in exofs/super.cRashika Kheria2014-04-031-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* exofs: drop lock/unlock superMarco Stornelli2012-10-091-4/+0
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* exofs: stop using s_dirtArtem Bityutskiy2012-08-021-11/+0
* exofs: Add SYSFS info for autologin/pNFS exportSachin Bhamare2012-05-211-0/+14
* exofs: Fix CRASH on very early IO errors.Boaz Harrosh2012-05-201-1/+1
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-03-281-3/+4
|\
| * exofs: Cap on the memcpy() sizeDan Carpenter2012-03-191-1/+2
| * exofs: (trivial) Fix typo in super.cMasanari Iida2012-03-191-1/+1
| * exofs: fix endian conversion in exofs_sync_fs()Dan Carpenter2012-03-191-1/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+1
|/
* exofs: oops after late failure in mountAl Viro2012-01-081-0/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* ore/exofs: Define new ore_verify_layoutBoaz Harrosh2011-10-141-46/+3
* ore/exofs: Change the type of the devices array (API change)Boaz Harrosh2011-10-041-38/+61
* exofs: Remove unused data_map member from exofs_sb_infoBoaz Harrosh2011-10-031-35/+22
* exofs: Rename struct ore_components comps => ocBoaz Harrosh2011-10-031-29/+29
* exofs/super.c: local functions should be staticH Hartley Sweeten2011-10-031-3/+3
* exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-28/+28
* exofs: ios: Move to a per inode components & device-tableBoaz Harrosh2011-08-061-66/+70
* exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh2011-08-061-3/+65
* exofs: Small cleanup of exofs_fill_superBoaz Harrosh2011-08-041-4/+2
* exofs: BUG: Avoid sbi reallocBoaz Harrosh2011-08-041-18/+27
* fix exofs ->get_parent()Al Viro2011-07-171-1/+1
* exofs: deprecate the commands pending counterBoaz Harrosh2011-03-151-0/+4
* exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-151-16/+119
* exofs: Add option to mount by osdnameBoaz Harrosh2011-03-151-4/+27
* exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-151-0/+18
* exofs: Remove redundant unlikely()Tobias Klauser2011-03-151-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert get_sb_nodev() usersAl Viro2010-10-291-5/+5
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-08-111-1/+0
|\
| * exofs: Remove superfluous dependency on buffer_head and writebackBoaz Harrosh2010-08-041-1/+0
* | convert exofs to ->evict_inode()Al Viro2010-08-091-1/+1
|/
* exofs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* exofs: groups supportBoaz Harrosh2010-02-281-14/+32
* exofs: RAID0 supportBoaz Harrosh2010-02-281-7/+45
* exofs: Move layout related members to a layout structureBoaz Harrosh2010-02-281-24/+27
OpenPOWER on IntegriCloud