summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles2020-12-131-5/+5
* jffs2: Allow setting rp_size to zero during remountinglizhe2020-12-131-2/+5
* jffs2: Fix ignoring mounting options problem during remountinglizhe2020-12-131-0/+17
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
* fs_parse: get rid of ->enumsAl Viro2020-02-071-11/+10
* jffs2: Fix mounting under new mount APIDavid Howells2019-09-261-2/+0
* vfs: Convert jffs2 to use the new mount APIDavid Howells2019-09-051-89/+83
* jffs2: switch to ->free_inode()Al Viro2019-05-011-8/+2
* jffs2: fix use-after-free on symlink traversalAl Viro2019-04-011-1/+4
* jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2018-12-021-1/+2
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-10-161-3/+1
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-151-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-4/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* 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