aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nftlmount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11mtd: nftl: remove unnecessary oom messageZhen Lei1-4/+1
2021-05-10mtd: *nftl: return -ENOMEM when kmalloc failedYang Li1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-02mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King1-19/+20
2018-07-07mtd: nftl: remove redundant variable nb_erasesColin Ian King1-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+5
2018-04-30mtd: nftl: Remove VLA usageKees Cook1-7/+16
2018-03-21mtd: nftl: use %*ph to print small bufferAntonio Cardace1-2/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-3/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2015-01-09mtd: nftl: reorganize operations in condition checkAndy Shevchenko1-7/+11
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-3/+3
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-11mtd: spelling fixesBrian Norris1-13/+13
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-1/+2
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 nftl_{read,write}_oob()Adrian Bunk1-5/+0
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner1-12/+17
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-30/+44
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner1-4/+8
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-28/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+770