aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+1
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-3/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-19jffs2: add compr=lzo and compr=zlib optionsAndres Salomon1-2/+24
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon1-0/+97
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro1-5/+4
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann1-11/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+9
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund1-4/+0
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse1-0/+2
2009-09-22const: mark remaining export_operations constAlexey Dobriyan1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig1-0/+2
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-6/+9
2009-06-11jffs2: move jffs2_write_super to super.cChristoph Hellwig1-0/+14
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2008-10-23[JFFS2] Reinstate NFS exportabilityDavid Woodhouse1-0/+48
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-05-01[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse1-7/+8
2008-04-22[JFFS2] semaphore->mutex conversionDavid Woodhouse1-7/+7
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-06-04Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-175/+19
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-11[MTD] generalise the handling of MTD-specific superblocksDavid Howells1-175/+19
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse1-4/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-29[MTD] return error code from get_mtd_device()Artem Bityutskiy1-3/+4
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan1-4/+4
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-22/+27
2006-05-19Merge git://git.infradead.org/mtd-2.6KaiGai Kohei1-1/+13
2006-05-15[JFFS2] Don't pack on-medium structures, because GCC emits crappy codeDavid Woodhouse1-1/+13
2006-05-13[JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei1-1/+5
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o1-2/+2
2005-11-29[JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.Thomas Gleixner1-1/+1
2005-11-07[JFFS2] Clean up trailing white spacesThomas Gleixner1-8/+8