aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/mtd_stresstest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-30mtd: tests: rename sources in order to link a helper objectAkinobu Mita1-321/+0
2013-08-05mtd: tests: don't print error messages when out-of-memoryBrian Norris1-6/+2
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+4
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita1-2/+1
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita1-4/+4
2012-11-18mtd: Fix typo mtd/testsMasanari Iida1-1/+1
2012-11-15mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err}Vikram Narayanan1-22/+22
2012-07-06mtd: tests: use random32 instead of home-brewed generatorArtem Bityutskiy1-30/+9
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-2/+1
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2011-10-30mtd: tests: don't use mtd0 as a defaultWolfram Sang1-1/+8
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-1/+1
2010-05-13drivers/mtd: Use kzallocJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-13mtd: tests: fix read, speed and stress tests on NOR flashMorten Thunberg Svendsen1-1/+5
2008-12-08MTD: tests: add mtd_stresstestArtem Bityutskiy1-0/+330