aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/super.c
AgeCommit message (Expand)Author
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-29JFFS2: fix unmount regressionArtem Bityutskiy
2012-05-13jffs2: get rid of jffs2_sync_superArtem Bityutskiy
2012-05-13jffs2: remove unnecessary GC pass on syncArtem Bityutskiy
2012-05-13jffs2: remove unnecessary GC pass on umountArtem Bityutskiy
2012-05-13jffs2: remove lock_superArtem Bityutskiy
2012-05-13JFFS2: Add parameter to reserve disk space for rootDaniel Drake
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-10-19jffs2: add compr=lzo and compr=zlib optionsAndres Salomon
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse
2009-09-22const: mark remaining export_operations constAlexey Dobriyan
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11jffs2: move jffs2_write_super to super.cChristoph Hellwig
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2008-10-23[JFFS2] Reinstate NFS exportabilityDavid Woodhouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-05-01[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse
2008-04-22[JFFS2] semaphore->mutex conversionDavid Woodhouse
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-06-04Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-11[MTD] generalise the handling of MTD-specific superblocksDavid Howells
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-11-29[MTD] return error code from get_mtd_device()Artem Bityutskiy