aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/inftlmount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11mtd: inftl: remove unnecessary oom messageZhen Lei1-13/+2
2021-05-10mtd: *nftl: return -ENOMEM when kmalloc failedYang Li1-1/+1
2020-03-11mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"Colin Ian King1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-04-30mtd: nftl: Remove VLA usageKees Cook1-7/+16
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-3/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-11-05mtd: intflmount: fix off by one error in INFTL_dumpVUchains()Dan Carpenter1-1/+1
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-5/+5
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-2/+2
2011-09-11mtd: spelling fixesBrian Norris1-1/+1
2011-09-11mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris1-58/+43
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris1-2/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-6/+6
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-2/+2
2010-02-26mtd: inftl: misplaced parenthesis in find_boot_recordRoel Kluin1-3/+4
2009-03-20[MTD] we don't need no misc devicesDavid Brownell1-1/+0
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-2/+2
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-4/+0
2008-04-22[MTD] proper prototypes for inftl_{read,write}_oob()Adrian Bunk1-5/+0
2007-08-01[MTD] drivers/mtd/inftlmount.c: kmalloc + memset conversion to kcallocMariusz Kozlowski1-2/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner1-11/+16
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-19/+24
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner1-6/+6
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-10/+10
2005-11-07[PATCH] check for failed kmalloc in inftlmount.cGreg Ungerer1-0/+6
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-10/+10
2005-11-06[MTD] Missing check on kmalloc return in INFTL mount.David Woodhouse1-3/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+804