summaryrefslogtreecommitdiff
path: root/tests/fs-tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused linux/fs.h header from includesKhem Raj2022-08-081-1/+0
* Fix test binary installationDavid Oberhollenzer2021-01-205-30/+6
* Remove headers from EXTRA_DISTDavid Oberhollenzer2021-01-201-15/+15
* mtd-utils: Fix potential negative arguments passed to close(2)David Oberhollenzer2020-02-091-1/+3
* fs-tests: don't leak temporary buffersDavid Oberhollenzer2019-11-101-0/+1
* mtd-utils: Instead of doing preprocessor magic, just output off_t as long longThorsten Glaser2018-10-021-2/+2
* Enable further warning flags, address new warningsDavid Oberhollenzer2017-11-031-1/+1
* Mark or fix switch cases that fall throughDavid Oberhollenzer2017-11-021-0/+1
* Add const modifier to read only strings and string constantsDavid Oberhollenzer2017-06-285-14/+14
* Silence warnings about unused argumentsDavid Oberhollenzer2017-06-281-0/+2
* Eliminate warnings about missing prototypesDavid Oberhollenzer2017-06-2818-68/+68
* Use autoconf header detection correctly for libmissingDavid Oberhollenzer2017-06-281-6/+1
* ubi-utils: Return error code if command line option is unknownDaniel Wagner2017-06-141-1/+4
* Add libmissingDavid Oberhollenzer2016-11-172-1/+6
* Unify version string printingDavid Oberhollenzer2016-11-171-3/+2
* Integrate tests into autotools build systemDavid Oberhollenzer2016-11-1713-229/+178
* fs-tests: integrity: don't include header <bits/stdio_lim.h>Rahul Bedarkar2016-08-251-1/+0
* mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.shDongsheng Yang2015-07-061-1/+1
* 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
* consistency between u_int32_t / off_t / off64_tRichard Genoud2012-09-251-2/+2
* ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud2012-08-231-0/+1
* mtd-utils: update .gitignore filesBrian Norris2011-06-294-0/+18
* rewrite build system to avoid recursionMike Frysinger2011-06-271-4/+3
* 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
* fs-tests: integck: introduce the clean flagArtem Bityutskiy2011-05-201-1/+5
* fs-tests: integck: print error number in pcv messagesArtem Bityutskiy2011-04-291-1/+2