aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-05-07mtd: fix oops in dataflash driverWill Newton1-1/+1
2012-04-09fix breakage in mtdchar_open(), sanitize failure exitsAl Viro1-10/+10
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-37/+16
2012-03-31mtdchar: kill persistently held vfsmountAl Viro1-37/+16
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-2/+2
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar1-1/+1
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-4/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-4/+1
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-12/+3
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-1/+1
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-2/+0
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-4/+0
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-8/+10
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-5/+3
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-7/+2
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-15/+11
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-1/+1
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy1-1/+1
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