aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-291-3/+4
|/
* [PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan2006-10-111-4/+4
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-22/+27
* Merge git://git.infradead.org/mtd-2.6KaiGai Kohei2006-05-191-1/+13
|\
| * [JFFS2] Don't pack on-medium structures, because GCC emits crappy codeDavid Woodhouse2006-05-151-1/+13
* | [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-131-1/+5
|/
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-2/+2
* [JFFS2] Fix the slab cache constructor of 'struct jffs2_inode_info' objects.Thomas Gleixner2005-11-291-1/+1
* [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-071-8/+8
* [JFFS2] Add erase block summary support (mount time improvement)Ferenc Havasi2005-11-061-1/+7
* [JFFS2] Remove support for virtual blocksFerenc Havasi2005-11-061-2/+2
* [JFFS2] Init locks early during mountArtem B. Bityuckiy2005-07-131-1/+10
* [JFFS2] Kill GC thread before cleanupArtem B. Bityuckiy2005-05-231-3/+3
* [JFFS2] Use a single config option for write buffer supportAndrew Victor2005-05-231-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+365