summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-10-26mtd: mtdpart: fix add_mtd_partitions error pathBoris BREZILLON1-1/+3
2016-04-27UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2016-04-27UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-10-22mtd: dc21285: use raw spinlock functions for nw_gpio_lockUwe Kleine-König1-2/+2
2015-10-22mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris1-0/+5
2015-09-18UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-09-18UBI: initialize LEB number variableBrian Norris1-1/+1
2015-09-18UBI: fix out of bounds writeBrian Norris1-1/+2
2015-06-19UBI: fix soft lockup in ubi_check_volume()hujianyang1-0/+2
2015-04-14UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2014-07-09mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni1-2/+2
2014-06-08mtd: m25p80: fix allocation sizeBrian Norris1-12/+7
2014-06-08UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2014-05-13mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter1-7/+4
2014-05-13mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-02-13mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2013-12-04mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-12-04mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-04-26vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-17mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2013-04-17mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2013-01-17mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2013-01-17mtd cs553x_nand: Initialise ecc.strength before nand_scan()Nathan Williams1-2/+1
2012-12-03mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat1-1/+1
2012-12-03mtd: slram: invalid checking of absolute end addressJiri Engelthaler1-1/+1
2012-10-28mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-6/+3
2012-10-13mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-13mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-13mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-10-13mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-10-13mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan1-8/+11
2012-10-13mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie1-1/+4
2012-10-07UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-10-02UBI: fix a horrible memory deallocation bugArtem Bityutskiy1-2/+2
2012-07-19mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-16mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-09mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer1-6/+6
2012-06-09mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos1-1/+0
2012-06-09mtd: of_parts: fix breakage in KconfigFrank Svendsboe1-1/+1
2012-06-09mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds2-12/+7
2012-05-09mtd: ams-delta: fix request_mem_region() failureJanusz Krzysztofik1-11/+6
2012-05-07mtd: fix oops in dataflash driverWill Newton1-1/+1
2012-04-27Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo1-0/+1
2012-04-09fix breakage in mtdchar_open(), sanitize failure exitsAl Viro1-10/+10
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+1
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-37/+16
2012-04-01mtdchar: kill persistently held vfsmountAl Viro1-37/+16