aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdsuper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2020-12-01block: remove i_bdevChristoph Hellwig1-11/+6
2019-09-05mtd: Kill mount_mtd()David Howells1-189/+0
2019-09-05mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells1-2/+177
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-1/+0
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara1-1/+6
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-10/+10
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-10/+10
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro1-32/+22
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-0/+2
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+2
2010-04-22Fix JFFS2 sync silent failureJörn Engel1-0/+2
2010-02-25mtd: Use get_mtd_device_nm() to find named device in get_sb_mtd()Ben Hutchings1-12/+6
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-2/+5
2008-08-02[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse1-5/+12
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-22/+11
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-5/+5
2007-09-02[MTD] Initialise s_flags in get_sb_mtd_aux()David Howells1-0/+2
2007-06-01[MTD] Fix error checking after get_mtd_device() in get_sb_mtd functionsDavid Woodhouse1-3/+3
2007-05-11[MTD] generalise the handling of MTD-specific superblocksDavid Howells1-0/+232