aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse2013-04-251-1/+5
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-42/+120
|\
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-2/+2
| * mtd: kill old field for `struct mtd_info_user'Brian Norris2011-09-111-2/+2
| * mtd: add MEMWRITE ioctlBrian Norris2011-09-111-0/+56
| * mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2011-09-111-18/+18
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-4/+6
| * mtd: support reading OOB without ECCBrian Norris2011-09-111-6/+8
| * mtd: support writing OOB without ECCBrian Norris2011-09-111-1/+2
| * mtd: do not assume oobsize is power of 2Brian Norris2011-09-111-4/+4
| * mtd: spelling fixesBrian Norris2011-09-111-2/+2
| * mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-5/+5
| * mtd: edit NAND-related commentBrian Norris2011-09-111-2/+3
| * mtd: nand: handle ECC errors in OOBBrian Norris2011-09-111-0/+15
| * mtd: spelling, capitalization, uniformityBrian Norris2011-09-111-3/+3
| * mtd: mtdchar: add missing initializer on raw writePeter Wippich2011-09-111-0/+1
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
|/
* VFS : mount lock scalability for internal mountsTim Chen2011-07-241-1/+1
* mtd: kill CONFIG_MTD_PARTITIONSJamie Iles2011-05-251-5/+0
* mtd: mtdchar: retry large buffer allocationsGrant Erickson2011-05-251-27/+23
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-171-5/+5
|\
| * mtd: fix master device identification for mtd repartitionRoman Tereshonkov2010-12-031-4/+4
| * mtd: mtdchar: fix information leak to userlandVasiliy Kulikov2010-12-031-1/+1
* | sanitize vfsmount refcounting changesAl Viro2011-01-161-1/+1
* | pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+1
* | fs: scale mntget/mntputNick Piggin2011-01-071-1/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-301-5/+106
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-301-7/+8
| |\
| * | mtd: add BLKPG API based repartition supportRoman Tereshonkov2010-10-251-2/+58
| * | mtd: sanity check ioctl inputDan Carpenter2010-10-241-0/+3
| * | mtd: edit comments on deprecation of ioctl ECCGETLAYOUTBrian Norris2010-10-241-1/+1
| * | mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris2010-10-241-3/+45
* | | convert get_sb_pseudo() usersAl Viro2010-10-291-6/+4
| |/ |/|
* | mtd: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-3/+56
|\
| * mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
| * mtd: Update copyright noticesDavid Woodhouse2010-08-081-1/+15
| * mtd: mtdchar: fix mmap for MTD RAM/ROM char devicesAnatolij Gustschin2010-08-041-1/+27
| * mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran2010-08-021-0/+14
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds2010-06-071-8/+3
|\ \ | |/
| * drivers/mtd: Use memdup_userJulia Lawall2010-05-221-8/+3
* | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-5/+14
|\ \ | |/ |/|
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-171-5/+14
* | mtd: mtdchar: Do not corrupt backing device of device node inodeKirill A. Shutemov2010-05-181-8/+87
* | mtdchar: Register the full range of minor numbersBen Hutchings2010-02-251-2/+3
* | mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings2010-02-251-3/+0
* | mtd: change positive error return into negativeRoel Kluin2010-02-251-1/+1
* | mtd: fix different address space noiseH Hartley Sweeten2010-02-251-1/+1
|/
* mtd: Fix pointer handling in compat ioctls to use compat_ptr()David Woodhouse2009-05-291-2/+2