aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-4/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...Gravatar David Woodhouse 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-29JFFS2: fix unmount regressionGravatar Artem Bityutskiy 1-0/+4
2012-05-13jffs2: get rid of jffs2_sync_superGravatar Artem Bityutskiy 1-13/+0
2012-05-13jffs2: remove unnecessary GC pass on syncGravatar Artem Bityutskiy 1-2/+0
2012-05-13jffs2: remove unnecessary GC pass on umountGravatar Artem Bityutskiy 1-3/+0
2012-05-13jffs2: remove lock_superGravatar Artem Bityutskiy 1-3/+0
2012-05-13JFFS2: Add parameter to reserve disk space for rootGravatar Daniel Drake 1-0/+17
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsGravatar Joe Perches 1-7/+9
2012-03-27jffs2: Convert printks to pr_<level>Gravatar Joe Perches 1-9/+9
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgGravatar Joe Perches 1-5/+5
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-3/+1
2012-01-09mtd: do not use mtd->sync directlyGravatar Artem Bityutskiy 1-3/+1
2012-01-09mtd: introduce mtd_sync interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-10-19jffs2: add compr=lzo and compr=zlib optionsGravatar Andres Salomon 1-2/+24
2011-10-19jffs2: implement mount option parsing and compression overridingGravatar Andres Salomon 1-0/+97
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29convert get_sb_mtd() users to ->mount()Gravatar Al Viro 1-5/+4
2010-10-04BKL: Remove BKL from jffs2Gravatar Arnd Bergmann 1-11/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-2/+9
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Gravatar Joakim Tjernlund 1-4/+0
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldGravatar David Woodhouse 1-0/+2
2009-09-22const: mark remaining export_operations constGravatar Alexey Dobriyan 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11jffs2: call jffs2_write_super from jffs2_sync_fsGravatar Christoph Hellwig 1-0/+2
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-6/+9
2009-06-11jffs2: move jffs2_write_super to super.cGravatar Christoph Hellwig 1-0/+14
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+3
2008-10-23[JFFS2] Reinstate NFS exportabilityGravatar David Woodhouse 1-0/+48
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-05-01[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()Gravatar David Woodhouse 1-7/+8
2008-04-22[JFFS2] semaphore->mutex conversionGravatar David Woodhouse 1-7/+7
2008-02-07iget: stop JFFS2 from using iget() and read_inode()Gravatar David Howells 1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-06-04Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-175/+19
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-4/+2
2007-05-11[MTD] generalise the handling of MTD-specific superblocksGravatar David Howells 1-175/+19
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1