summaryrefslogtreecommitdiff
path: root/fs/jffs2/super.c
Commit message (Expand)AuthorAge
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-15
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-09
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | JFFS2: fix unmount regressionArtem Bityutskiy2012-09-29
|/
* jffs2: get rid of jffs2_sync_superArtem Bityutskiy2012-05-13
* jffs2: remove unnecessary GC pass on syncArtem Bityutskiy2012-05-13
* jffs2: remove unnecessary GC pass on umountArtem Bityutskiy2012-05-13
* jffs2: remove lock_superArtem Bityutskiy2012-05-13
* JFFS2: Add parameter to reserve disk space for rootDaniel Drake2012-05-13
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-27
* jffs2: Convert printks to pr_<level>Joe Perches2012-03-27
* jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-27
* Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-10
|\
| * mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-09
| * mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-09
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
|/
* jffs2: add compr=lzo and compr=zlib optionsAndres Salomon2011-10-19
* jffs2: implement mount option parsing and compression overridingAndres Salomon2011-10-19
* fs: icache RCU free inodesNick Piggin2011-01-07
* convert get_sb_mtd() users to ->mount()Al Viro2010-10-29
* BKL: Remove BKL from jffs2Arnd Bergmann2010-10-04
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-09
* jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund2010-05-19
* jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse2010-05-19
* const: mark remaining export_operations constAlexey Dobriyan2009-09-22
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-11
* ->write_super lock_super pushdownChristoph Hellwig2009-06-11
* jffs2: move jffs2_write_super to super.cChristoph Hellwig2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-11
* [JFFS2] Reinstate NFS exportabilityDavid Woodhouse2008-10-23
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse2008-05-01
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-22
* iget: stop JFFS2 from using iget() and read_inode()David Howells2008-02-07
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-06-04
|\