summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c
AgeCommit message (Expand)AuthorLines
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2020-12-13jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles-5/+5
2020-12-13jffs2: Allow setting rp_size to zero during remountinglizhe-2/+5
2020-12-13jffs2: Fix ignoring mounting options problem during remountinglizhe-0/+17
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro-11/+10
2019-09-26jffs2: Fix mounting under new mount APIDavid Howells-2/+0
2019-09-05vfs: Convert jffs2 to use the new mount APIDavid Howells-89/+83
2019-05-01jffs2: switch to ->free_inode()Al Viro-8/+2
2019-04-01jffs2: fix use-after-free on symlink traversalAl Viro-1/+4
2018-12-02jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos-1/+2
2018-10-16jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao-3/+1
2018-04-15jffs2_kill_sb(): deal with failed allocationsAl Viro-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro-1/+1
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa-4/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+6
2012-09-29JFFS2: fix unmount regressionArtem Bityutskiy-0/+4
2012-05-13jffs2: get rid of jffs2_sync_superArtem Bityutskiy-13/+0
2012-05-13jffs2: remove unnecessary GC pass on syncArtem Bityutskiy-2/+0
2012-05-13jffs2: remove unnecessary GC pass on umountArtem Bityutskiy-3/+0
2012-05-13jffs2: remove lock_superArtem Bityutskiy-3/+0
2012-05-13JFFS2: Add parameter to reserve disk space for rootDaniel Drake-0/+17
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches-7/+9
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches-9/+9
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches-5/+5
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds-3/+1
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy-3/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-10-19jffs2: add compr=lzo and compr=zlib optionsAndres Salomon-2/+24
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon-0/+97
2011-01-07fs: icache RCU free inodesNick Piggin-1/+8
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro-5/+4
2010-10-04BKL: Remove BKL from jffs2Arnd Bergmann-11/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck-2/+9
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro-1/+1
2010-05-19jffs2: Stop triggering block erases from jffs2_write_super()Joakim Tjernlund-4/+0
2010-05-19jffs2: Require jffs2_garbage_collect_trigger() to be called with lock heldDavid Woodhouse-0/+2
2009-09-22const: mark remaining export_operations constAlexey Dobriyan-1/+1