aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdswap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li1-12/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-2/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-32/+0
2017-12-16mtd: mtdswap: make array 'name' static const, shrinks object sizeColin Ian King1-2/+3
2017-11-13mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD'Arvind Yadav1-2/+2
2017-07-24mtd: mtdswap: remove unused variables 'dev' and 'gd'Brian Norris1-3/+0
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero1-14/+4
2017-04-19mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAXGeliang Tang1-4/+2
2016-11-22mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"Colin Ian King1-1/+1
2016-03-07mtd: mtdswap: remove useless if (!mtd->ecclayout) testBoris BREZILLON1-8/+0
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-8/+8
2014-08-19mtd: use __packed shorthandBrian Norris1-1/+1
2014-08-19mtd: mtdswap: fix integer overflowBrian Norris1-1/+1
2014-08-19mtd: Fixed checkpatch seq_printf warningsSamarth Parikh1-2/+2
2013-08-30mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-2/+2
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-2/+2
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-2/+2
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-10/+10
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-3/+3
2011-09-11mtd: spelling fixesBrian Norris1-1/+1
2011-08-15mtd: convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-05-25mtd: mtdswap: fix possible null dereferenceMaxin B. John1-1/+7
2011-04-01mtd: mtdswap: fix printk format warningRandy Dunlap1-1/+1
2011-03-25mtd: mtdswap: fix compilation warningArtem Bityutskiy1-1/+1
2011-03-25mtdswap: kill strict error handling optionYang Ruirui1-7/+1
2011-03-11mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswapDavid Woodhouse1-8/+8
2011-03-11mtd: Add mtdswap block driverJarkko Lavinen1-0/+1593