summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | JFFS2: fix unmount regressionArtem Bityutskiy2012-09-291-0/+4
|/
* jffs2: get rid of jffs2_sync_superArtem Bityutskiy2012-05-131-13/+0
* jffs2: remove unnecessary GC pass on syncArtem Bityutskiy2012-05-131-2/+0
* jffs2: remove unnecessary GC pass on umountArtem Bityutskiy2012-05-131-3/+0
* jffs2: remove lock_superArtem Bityutskiy2012-05-131-3/+0
* JFFS2: Add parameter to reserve disk space for rootDaniel Drake2012-05-131-0/+17
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-271-7/+9
* jffs2: Convert printks to pr_<level>Joe Perches2012-03-271-9/+9
* jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-271-5/+5
* Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-101-3/+1
|\
| * mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-3/+1
| * mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* jffs2: add compr=lzo and compr=zlib optionsAndres Salomon2011-10-191-2/+24
* jffs2: implement mount option parsing and compression overridingAndres Salomon2011-10-191-0/+97
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* convert get_sb_mtd() users to ->mount()Al Viro2010-10-291-5/+4
* BKL: Remove BKL from jffs2Arnd Bergmann2010-10-041-11/+1
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-2/+9
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-1/+1
* jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund2010-05-191-4/+0
* jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse2010-05-191-0/+2
* const: mark remaining export_operations constAlexey Dobriyan2009-09-221-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-111-0/+2
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-6/+9
* jffs2: move jffs2_write_super to super.cChristoph Hellwig2009-06-111-0/+14
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+3
* [JFFS2] Reinstate NFS exportabilityDavid Woodhouse2008-10-231-0/+48
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse2008-05-011-7/+8
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-221-7/+7
* iget: stop JFFS2 from using iget() and read_inode()David Howells2008-02-071-1/+0
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-06-041-175/+19
|\
| * [MTD] generalise the handling of MTD-specific superblocksDavid Howells2007-05-111-175/+19
* | Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
|/
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-4/+2
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-181-3/+3
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2