summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistentlyMats Kärrman2014-04-151-2/+2
* integck: fix identation a bitArtem Bityutskiy2013-03-111-9/+9
* integck.c: Fix buffer overflow in save_fileElie De Brauwer2013-03-111-6/+13
* integck.c: rework file_check_data to immediately dump the buffer containing t...Elie De Brauwer2013-03-111-12/+24
* integck.c: Only verify the operation after all datastructures have been updatedElie De Brauwer2013-03-111-3/+3
* ubi-tests: fix pthreads linkingBrian Norris2012-12-031-1/+2
* ubi-tests: switch to using common.h from the top levelArtem Bityutskiy2012-11-1612-122/+124
* ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy2012-11-1613-15/+15
* ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir2012-11-161-2/+1
* consistency between u_int32_t / off_t / off64_tRichard Genoud2012-09-252-21/+21
* tests: io_update correct lseek parameters orderRichard Genoud2012-09-251-1/+1
* ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud2012-08-231-0/+1
* UBI: sync ubi-user.h with kernel v3.6-rc1Richard Genoud2012-08-221-1/+1
* stress-test.sh: remove a warningArtem Bityutskiy2012-08-031-4/+6
* stress-test.sh: add mtdram testsArtem Bityutskiy2012-08-031-56/+73
* stress-test.sh: support testing without sub-pagesArtem Bityutskiy2012-08-031-46/+61
* stress-test.sh: develop the test furtherArtem Bityutskiy2012-08-031-29/+112
* runtests.sh: print more consistent messagesArtem Bityutskiy2012-08-031-0/+1
* stress-test.sh: do not use pipe unnecessarilyArtem Bityutskiy2012-08-031-2/+2
* tests: ubi: add stress-test.shArtem Bityutskiy2012-08-021-0/+95
* tests: ubi: clean-up runtests.sh some moreArtem Bityutskiy2012-08-021-5/+15
* tests: ubi: clean-up the runtests.sh scriptArtem Bityutskiy2012-08-021-28/+14
* tests: checkfs: remove unused codeAndy Shevchenko2011-10-141-7/+0
* mtd-utils: use __func__ instead of __FUNCTION__Brian Norris2011-08-231-5/+5
* mtd-utils: update .gitignore filesBrian Norris2011-06-296-0/+22
* mtd-utils: remove whitespace at end of linesBrian Norris2011-06-293-23/+23
* mtd-tests: io_paral: build error, "variable length strings"Brian Norris2011-06-291-1/+1
* mtd-tests: checkfs: fix size_t related warningBrian Norris2011-06-291-1/+1
* rewrite build system to avoid recursionMike Frysinger2011-06-272-10/+7
* integck: fix build error (MS_DIRSYNC, MS_RELATIME)Brian Norris2011-06-251-0/+1
* fs-tests: integck: add some more error messagesArtem Bityutskiy2011-05-271-2/+5
* fs-tests: integck: print error message on errorArtem Bityutskiy2011-05-271-16/+11
* fs-tests: integck: close files after creationArtem Bityutskiy2011-05-271-3/+3
* fs-tests: integck: make directory checking workArtem Bityutskiy2011-05-271-56/+45
* fs-tests: integck: add verbose reportingArtem Bityutskiy2011-05-271-4/+56
* fs-tests: integck: always check clean dataArtem Bityutskiy2011-05-271-12/+33
* fs-tests: integck: introduce a helper function for dir syncArtem Bityutskiy2011-05-271-18/+25
* fs-tests: integck: print name of directory which we cannot openArtem Bityutskiy2011-05-271-1/+4
* fs-tests: integck: EIO can also be return in power-cut testingArtem Bityutskiy2011-05-271-2/+8
* fs-tests: integck: implement MTD reattachingArtem Bityutskiy2011-05-272-6/+74
* fs-tests: integck: read all files in power cut modeArtem Bityutskiy2011-05-201-5/+71
* fs-tests: integck: verify truncation only if -v option was givenArtem Bityutskiy2011-05-201-1/+2
* fs-tests: integck: fsync directories as wellArtem Bityutskiy2011-05-201-1/+35
* fs-tests: integck: return error if fsync failsArtem Bityutskiy2011-05-201-0/+2
* fs-tests: integck: fsync more oftenArtem Bityutskiy2011-05-201-1/+1
* fs-tests: integck: verify clean filesArtem Bityutskiy2011-05-201-2/+7
* fs-tests: integck: make -v work -eArtem Bityutskiy2011-05-201-13/+13
* fs-tests: integck: check direntries in power cut modeArtem Bityutskiy2011-05-201-29/+11
* fs-tests: integck: check errno in pvc macroArtem Bityutskiy2011-05-201-2/+8
* fs-tests: integck: fix segfaultArtem Bityutskiy2011-05-201-7/+21