aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ftl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+7
2018-03-29mtd: ftl: Use DIV_ROUND_UP()Arushi Singhal1-2/+2
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-43/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-12-18mtd: ftl: use swap() in copy_erase_unit()Fabian Frederick1-6/+2
2014-07-14mtd/ftl: fix the double free of the buffers allocated in build_maps()Kevin Hao1-1/+0
2014-07-02mtd/ftl: drop the useless VirtualPageMap in partition_tKevin Hao1-3/+0
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-17/+18
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-20/+21
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-11mtd: spelling fixesBrian Norris1-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-19/+19
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-1/+1
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky1-1/+0
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-1/+1
2008-12-10[MTD] Remove strange u_int32_t types from FTLDavid Woodhouse1-50/+50
2008-10-09Support 'discard sectors' operation.David Woodhouse1-0/+24
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse1-4/+0
2008-06-24pcmcia: remove unused bulkmem.hMagnus Damm1-4/+0
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-3/+0
2008-04-22[MTD] ftl.c: make code staticAdrian Bunk1-4/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie1-1/+2
2005-11-29[MTD] Make functions static, include header files with prototypesAdrian Bunk1-3/+3
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-64/+64
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl1-11/+0
2005-05-23[MTD] FTL Fix missing pointer assignmentHerbert Valerio Riedel1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1115