aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-24mtd: edit comments on deprecation of ioctl ECCGETLAYOUTBrian Norris1-1/+1
2010-10-24mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris1-3/+45
2010-09-15mtd: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+56
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-1/+15
2010-08-04mtd: mtdchar: fix mmap for MTD RAM/ROM char devicesAnatolij Gustschin1-1/+27
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran1-0/+14
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds1-8/+3
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-5/+14
2010-05-22drivers/mtd: Use memdup_userJulia Lawall1-8/+3
2010-05-18mtd: mtdchar: Do not corrupt backing device of device node inodeKirill A. Shutemov1-8/+87
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-5/+14
2010-02-25mtdchar: Register the full range of minor numbersBen Hutchings1-2/+3