aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-3/+3
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: mtdchar: rename functionsArtem Bityutskiy1-37/+39
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-42/+120
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-2/+2
2011-09-11mtd: kill old field for `struct mtd_info_user'Brian Norris1-2/+2
2011-09-11mtd: add MEMWRITE ioctlBrian Norris1-0/+56
2011-09-11mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris1-18/+18
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-4/+6
2011-09-11mtd: support reading OOB without ECCBrian Norris1-6/+8
2011-09-11mtd: support writing OOB without ECCBrian Norris1-1/+2
2011-09-11mtd: do not assume oobsize is power of 2Brian Norris1-4/+4
2011-09-11mtd: spelling fixesBrian Norris1-2/+2
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-5/+5
2011-09-11mtd: edit NAND-related commentBrian Norris1-2/+3
2011-09-11mtd: nand: handle ECC errors in OOBBrian Norris1-0/+15
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-3/+3
2011-09-11mtd: mtdchar: add missing initializer on raw writePeter Wippich1-0/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-1/+1
2011-05-25mtd: kill CONFIG_MTD_PARTITIONSJamie Iles1-5/+0
2011-05-25mtd: mtdchar: retry large buffer allocationsGrant Erickson1-27/+23
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-5/+5
2011-01-16sanitize vfsmount refcounting changesAl Viro1-1/+1
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-1/+1
2011-01-07fs: scale mntget/mntputNick Piggin1-1/+1
2010-12-03mtd: fix master device identification for mtd repartitionRoman Tereshonkov1-4/+4
2010-12-03mtd: mtdchar: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-5/+106
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-7/+8
2010-10-29convert get_sb_pseudo() usersAl Viro1-6/+4
2010-10-25mtd: add BLKPG API based repartition supportRoman Tereshonkov1-2/+58
2010-10-24mtd: sanity check ioctl inputDan Carpenter1-0/+3