summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-01mtd-utils: serve_image: use proper POSIX_C_SOURCE valueHEADmasterKirill Smirnov1-1/+1
2015-09-29mtd: tests: Fix endian issue with CRC generation algorithmPaul McGougan1-0/+2
2015-09-29mtd-utils: ubinize: Always return error code (at least -1) in case of an errorEnrico Jorns1-0/+5
2015-08-31don't include system headers in dependency filesBrian Norris1-1/+1
2015-08-28autogenerated dependency files are not being utilized properlyBrian Norris1-1/+1
2015-08-19ubifs: correct the size of nnode in memsetDongsheng Yang1-1/+1
2015-08-03make_a_release.sh: fix MTD spellingBrian Norris1-1/+1
2015-07-24Release mtd-utils-1.5.2Brian Norris1-1/+1
2015-07-24.gitignore: add new mtdpart utilityBrian Norris1-0/+1
2015-07-06mtd-utils: fix 'new blank line at EOF' problemsDongsheng Yang17-42/+0
2015-07-06mtd-utils: fix 'space before tab in indent' problemDongsheng Yang1-1/+1
2015-07-06mtd-utils: fix the trailing whitespace problemsDongsheng Yang4-8/+7
2015-07-06mtd-utils: ubi-tests: fix a some overflowsDongsheng Yang3-3/+3
2015-07-06mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.shDongsheng Yang1-1/+1
2015-05-28mtd-utils: Add mtdpart to add/delete partitionNam T. Nguyen2-1/+195
2015-05-28include/common.h: fix build against muslJörg Krause1-5/+5
2015-05-28recv_image: do not include error.hJörg Krause1-1/+0
2015-05-28serve_image: do not include error.hJörg Krause1-1/+0
2015-05-28libmtd: fix comment typoBaruch Siach1-1/+1
2015-05-28mtd-utils: libfec: use standard C type instead of u_longImre Kaloz1-5/+3
2015-05-28mkfs.ubifs: Fix build with gcc 5.1Bernhard Walle2-14/+2
2014-11-05mtd-utils: jffs2dump: XATTR and XREF support for endianess conversionTimo Warns1-0/+50
2014-11-05mtd-utils: jffs2dump: XATTR and XREF support for content dumpTimo Warns1-0/+64
2014-11-04libmtd: don't ignore "region index" parameter in mtd_regioninfo()Brian Norris2-0/+4
2014-10-30ubifs-media.h: include "byteorder.h"Artem Bityutskiy1-0/+2
2014-10-30Move mkfs.ubifs/ubifs-media.h to include/mtdArtem Bityutskiy4-3/+2
2014-10-20mkfs.ubifs: start using common codeArtem Bityutskiy3-16/+4
2014-10-20mtd-utils: Add macros to include/common.hhujianyang1-0/+15
2014-09-16ubiformat: fix the subpage size hint on the error pathArtem Bityutskiy1-3/+2
2014-09-15libmtd: fix mtd_dev_present return value on legacy systemsGuido Martínez1-3/+3
2014-09-08nandtest: fix --reads argumentGuido Martínez1-2/+2
2014-05-30nandtest: Introduce multiple reads & check iterationsEzequiel García1-10/+25
2014-05-05nandtest: Move the "read and compare" code to a functionEzequiel Garcia1-36/+43
2014-05-05nandtest: Remove redundant checkEzequiel Garcia1-2/+0
2014-04-21include/common.h: fix build against recent 0.9.33 uClibcBaruch Siach1-1/+3
2014-04-15mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistentlyMats Kärrman1-2/+2
2014-04-15include/common.h: fix build against current uClibcBaruch Siach1-0/+13
2014-04-07make_a_release.sh: suggest announcement e-mailArtem Bityutskiy1-2/+34
2014-04-07Release mtd-utils-1.5.1Artem Bityutskiy1-1/+1
2014-04-07ubiformat: correct "non-ubifs" warning messageBrian Norris1-1/+1
2014-03-31ubi-utils: Fix file descriptor leaks in libubiDaniel van Gerpen1-4/+8
2014-03-31mkfs.ubifs: correct and improve LEB size error printsBrian Norris1-2/+3
2014-03-25ubi-utils: Add ubiblock toolEzequiel Garcia6-1/+219
2013-10-26mtd-utils: Makefile: add LDFLAGS_mkfs.ubifsAaron Sierra1-1/+2
2013-10-24flash_erase: check the nand typeHuang Shijie1-2/+6
2013-10-22check the MLC nand typeHuang Shijie2-2/+3
2013-10-22flash_otp_write: use helper to check the nandHuang Shijie1-2/+2
2013-10-22mtd: mtd-abi: add a helper to detect the nand typeHuang Shijie1-0/+5
2013-10-22add the MTD_MLCNANDFLASH caseHuang Shijie3-0/+8
2013-07-01ubiupdatevol: add a --skip optionMike Frysinger1-12/+33
2013-07-01nandwrite: amendment to Mike's --input-* seriesArtem Bityutskiy1-2/+2
2013-07-01nandwrite: add --input-{skip,size} optionsMike Frysinger1-20/+34
2013-07-01nandwrite: clean up length typesMike Frysinger1-16/+21
2013-07-01nand{dump, test, write}: clean up --help handlingMike Frysinger3-31/+35
2013-07-01use xstrdup in a few more placesMike Frysinger4-8/+5
2013-07-01mkfs.ubifs: allow reformatting of devicesMike Frysinger1-3/+11
2013-07-01mtd-utils: new prompt() helper for talking to the userMike Frysinger4-44/+51
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger7-8/+2
2013-07-01fix build errors w/newer kernel headers & glibcMike Frysinger1-1/+0
2013-07-01ftl_check/ftl_format/nftldump: use existing mtd_swab.h headerMike Frysinger3-74/+40
2013-07-01ubinize: fix usage textMike Frysinger1-2/+2
2013-05-29flash_erase: use pwrite() rather than lseek() && write()Mike Frysinger1-5/+1
2013-03-11integck: fix identation a bitArtem Bityutskiy1-9/+9
2013-03-11Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer2-7/+7
2013-03-11integck.c: Fix buffer overflow in save_fileElie De Brauwer1-6/+13
2013-03-11integck.c: rework file_check_data to immediately dump the buffer containing t...Elie De Brauwer1-12/+24
2013-03-11integck.c: Only verify the operation after all datastructures have been updatedElie De Brauwer1-3/+3
2013-03-11flash_otp_write: fix a buffer overflow on NAND with write size > 2048Uwe Kleine-König1-0/+6
2013-03-11flash_otp_write: fix writing to NAND in presence of partial readsUwe Kleine-König1-1/+18
2013-03-06Makefile: also build and install flash_otp_lock and flash_otp_writeUwe Kleine-König2-1/+4
2013-01-15ubiformat: fix error pathWolfram Sang1-3/+3
2013-01-15ubiformat: clean up synopsis of command-line parametersWolfram Sang1-2/+3
2012-12-03ubi-tests: fix pthreads linkingBrian Norris1-1/+2
2012-11-16ubi-tests: switch to using common.h from the top levelArtem Bityutskiy12-122/+124
2012-11-16ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy13-15/+15
2012-11-16ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir1-2/+1
2012-11-12ubiformat: really skip some messages when quietWolfram Sang1-2/+4
2012-10-26mkfs.ubifs: Improve error handling of is_contained()Marcus Prebble1-21/+27
2012-10-11mkfs.ubifs: rewrite path checkingArtem Bityutskiy1-79/+37
2012-09-25mkfs.jffs2: correct some warnings using PRIdoff_tRichard Genoud1-5/+5
2012-09-25consistency between u_int32_t / off_t / off64_tRichard Genoud9-53/+55
2012-09-25introduce PRIxoff_t and PRIdoff_t printf helpersRichard Genoud1-0/+11
2012-09-25tests: io_update correct lseek parameters orderRichard Genoud1-1/+1
2012-09-25ubiformat: fix failure on big partitions (>4Gio)Richard Genoud1-2/+2
2012-09-03ubirmvol: correct missing space on usageRichard Genoud1-2/+2
2012-08-23ubiattach: fail if kernel ignores max_beb_per1024Richard Genoud3-6/+43
2012-08-23ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud4-8/+36
2012-08-23libubi: kill ubi_attach_mtdArtem Bityutskiy2-37/+18
2012-08-23libubi: factorize ubi_attach and ubi_attach_mtd codeRichard Genoud2-26/+13
2012-08-22ubi-user.h: add max_beb_per1024 parameterRichard Genoud1-1/+15
2012-08-22UBI: sync ubi-user.h with kernel v3.6-rc1Richard Genoud7-77/+65
2012-08-03stress-test.sh: remove a warningArtem Bityutskiy1-4/+6
2012-08-03stress-test.sh: add mtdram testsArtem Bityutskiy1-56/+73
2012-08-03stress-test.sh: support testing without sub-pagesArtem Bityutskiy1-46/+61
2012-08-03stress-test.sh: develop the test furtherArtem Bityutskiy1-29/+112
2012-08-03runtests.sh: print more consistent messagesArtem Bityutskiy1-0/+1
2012-08-03load_nandsim: switch to shArtem Bityutskiy1-4/+1
2012-08-03load_nandsim.sh: simplify the codeArtem Bityutskiy1-15/+27
2012-08-03load_nandsim.sh: rename variableArtem Bityutskiy1-26/+26
2012-08-03load_nandsim.sh: introduce a separate usage functionArtem Bityutskiy1-5/+10
2012-08-03load_nandsim.sh: intruduce fatal functionArtem Bityutskiy1-14/+13
2012-08-03load_nandsim.sh: use dochere for help outputArtem Bityutskiy1-38/+40
2012-08-03stress-test.sh: do not use pipe unnecessarilyArtem Bityutskiy1-2/+2
2012-08-03load_nandsim.sh: use less bashisms + cleanupsArtem Bityutskiy1-25/+25
2012-08-03load_nandsim.sh: remove useless functionArtem Bityutskiy1-12/+1
2012-08-02tests: ubi: add stress-test.shArtem Bityutskiy1-0/+95
2012-08-02tests: ubi: clean-up runtests.sh some moreArtem Bityutskiy1-5/+15
2012-08-02tests: ubi: clean-up the runtests.sh scriptArtem Bityutskiy1-28/+14
2012-06-29mtd-utils: Check mtdoffset is not larger than mtd.size in case of a bad block.Tomer Barletz1-2/+9
2012-06-29nandwrite: minor cleanupsArtem Bityutskiy1-68/+64
2012-05-07Release mtd-utils-1.5.0Artem Bityutskiy1-1/+1
2012-05-04mtd-utils: better document --pagesize of mkfs.jffs2Shmulik Ladkani2-2/+5
2012-04-02Makefile: fixup previous 'make clean' fixBrian Norris1-1/+1
2012-03-12Makefile: fix "make clean" for old GNU findBrian Norris1-3/+5
2012-03-07mkfs.ubifs: do not ignore --max-leb-cnt when formatting an UBI volumeArtem Bityutskiy1-1/+2
2012-02-29libmtd_legacy: don't open device in R/WBrian Norris1-1/+1
2012-02-29libmtd: perform device checking firstBrian Norris1-4/+3
2012-02-14libmtd: fix mtd_write() issues for large data-only writesBrian Norris1-14/+14
2012-02-14mtdinfo: correct grammar on error messageBrian Norris1-1/+1
2012-02-14libmtd: fix segmentation fault on lib->mtdBrian Norris1-3/+5
2012-02-14limbtd: implement mtd_dev_present for old kernelsArtem Bityutskiy3-13/+38
2012-02-02docfsdisk: minor cosmetic cleanupArtem Bityutskiy1-2/+1
2012-02-02mtdinfo: fix `--all' for non-consecutive device numbersBrian Norris1-0/+2
2012-02-02libmtd: add `mtd_dev_present()' library functionBrian Norris2-10/+25
2012-01-27ubinfo: fix `--all' for non-consecutive device numbersBrian Norris1-0/+2
2012-01-27libubi: make `ubi_dev_present()' a library functionBrian Norris2-9/+12
2012-01-13libmtd: Variable name same as function name causing compile to fail (Android)Thomas Cannon1-12/+12
2011-12-19make_a_release.sh: remind about pushing the master branchArtem Bityutskiy1-1/+1
2011-12-17Release mtd-utils-1.4.9Artem Bityutskiy1-1/+1
2011-12-12libmtd: allow write operations when MEMWRITE is not supportedBrian Norris1-1/+1
2011-12-07Add a script to make releasesArtem Bityutskiy1-0/+66
2011-12-05nandtest: seed random generator with timeBrian Norris1-1/+4
2011-12-01nandtest: use seed argumentJan Weitzel1-0/+1
2011-12-01nandtest: set oldstats.failedJan Weitzel1-1/+1
2011-11-22Makefile: separate man page install and compression stepsMike Frysinger1-1/+2
2011-11-22Makefile: fix install target with out-of-tree buildsMike Frysinger1-2/+2
2011-11-191.4.8 releaseArtem Bityutskiy1-1/+1
2011-11-18Merge branch 'brian'Artem Bityutskiy6-130/+245
2011-11-18mtdinfo: provide info when used without argumentsBrian Norris1-4/+10
2011-11-18mtd-utils: add jffs2reader to .gitignoreBrian Norris1-0/+1
2011-10-14tests: checkfs: remove unused codeAndy Shevchenko1-7/+0
2011-10-14mkfs_jffs2: fix typo for word unknownAndy Shevchenko1-2/+2
2011-09-21jffs2reader: use major() and minor() helpersAndy Shevchenko1-8/+1
2011-09-21jffs2reader: print ctime only by user's requestAndy Shevchenko1-15/+21
2011-09-21jffs2reader: use const char * for path variablesAndy Shevchenko1-8/+8
2011-09-21jffs2reader: get rid of linker errorAndy Shevchenko2-1/+3
2011-09-21jffs2reader: introduce ADD_BYTES macroAndy Shevchenko1-6/+9
2011-09-21jffs2reader: eliminate compiler errorsAndy Shevchenko1-38/+39
2011-09-21jffs2reader: update the header inclusion blockAndy Shevchenko1-3/+3
2011-09-19ubiformat: handle write errors correctlyArtem Bityutskiy1-6/+16
2011-09-11nandwrite: use common.h "errmsg" functionsBrian Norris1-28/+16
2011-09-11nandwrite: re-implement `--autoplace' optionBrian Norris1-2/+20
2011-09-11nandwrite: kill `--raw' optionBrian Norris1-8/+1
2011-09-11mtdutils: move OOB auto-layout into libmtd's mtd_writeBrian Norris2-49/+43
2011-09-11nandwrite: merge `mtd_write_oob' and `mtd_write' callsBrian Norris1-9/+9
2011-09-11libmtd: support MEMWRITE ioctlBrian Norris1-8/+31
2011-09-11libmtd: modify `mtd_write' to cover OOB writesBrian Norris4-12/+23
2011-09-11mtd-utils: update mtd-abi.hBrian Norris3-19/+107
2011-09-11nandwrite: consolidate buffer usageBrian Norris1-2/+3
2011-09-11nandwrite: trivial variable moveBrian Norris1-2/+2
2011-08-25nandtest: print number of bits corrected during testBen Gardiner1-1/+3
2011-08-23nanddump: kill usages of MEMSETOOBSEL ioctlBrian Norris1-40/+3
2011-08-23nandwrite: refactor "old_oobinfo" codeBrian Norris1-7/+3
2011-08-23nandwrite: cleanup "oobinfochanged" leftoversBrian Norris1-9/+4
2011-08-23nandwrite: kill -j, -y, and -f optionsBrian Norris1-59/+1
2011-08-23nandwrite: kill more MEMSETOOBSELBrian Norris1-25/+1
2011-08-23nandwrite: remove `autoplace' featuresBrian Norris1-34/+9
2011-08-23nandwrite: remove C99 comment styleBrian Norris1-11/+13
2011-08-23mtd-utils: use __func__ instead of __FUNCTION__Brian Norris2-13/+13
2011-08-23mtd_debug: replace #defines with enumBrian Norris1-6/+8
2011-08-23mtd_debug: fixup styleBrian Norris1-183/+160
2011-08-20mkfs.ubifs/ubinize: increase PEB size limit to 2MiBViktar Palstsiuk4-2/+9
2011-08-20Bumb version numberArtem Bityutskiy1-1/+1
2011-08-19 nandwrite: invalid erase after page write failureFryar, Jeff1-1/+1
2011-08-16mtdinfo: consolidate help as display_help()Brian Norris1-25/+27
2011-08-16mtdinfo: fixup "example usage" help sectionBrian Norris1-6/+4
2011-08-16mtdinfo: restructure help messageBrian Norris1-2/+4
2011-08-16mtdinfo: refactor code to remove "args.all" dependencyBrian Norris1-10/+3
2011-08-16mtdinfo: don't open NULL pointer when getting region_info with `-a'Brian Norris1-2/+10
2011-07-20Makefile: show nice message when checking version.hBrian Norris1-0/+1
2011-07-20Makefile: fix "make clean" for cross-compileBrian Norris1-3/+5
2011-07-20Makefile: fix "version.h" build for cross-compilingBrian Norris1-1/+2
2011-07-04mkfs.ubifs: fix a gcc warningArtem Bityutskiy1-1/+1
2011-07-04mkfs.ubifs: remove root inode squash featureArtem Bityutskiy2-59/+0
2011-06-30flash_erase: fix incorrect help messageBrian Norris1-1/+1
2011-06-30mtdinfo: remove -m leftoversArtem Bityutskiy1-15/+9
2011-06-29mtdinfo: kill -m optionBrian Norris2-27/+6
2011-06-29mtd-utils: kill flash_infoBrian Norris3-74/+1
2011-06-29mtd-utils: switch more utils to unified versioningBrian Norris14-38/+24
2011-06-29mtd-utils: add common version printing functionBrian Norris1-0/+6
2011-06-29mkfs.ubifs: use common.hBrian Norris1-5/+3
2011-06-29mtd-utils: update .gitignore filesBrian Norris7-0/+27
2011-06-29mtd-utils: remove whitespace at end of linesBrian Norris21-129/+129
2011-06-29mtd-tests: io_paral: build error, "variable length strings"Brian Norris1-1/+1
2011-06-29mtd-tests: checkfs: fix size_t related warningBrian Norris1-1/+1
2011-06-29nanddump: remove unused variableBrian Norris1-2/+1
2011-06-27autogenerate version.h from build systemMike Frysinger7-4/+13
2011-06-27rewrite build system to avoid recursionMike Frysinger27-160/+97
2011-06-25build: remove old SYMLINKS variableMike Frysinger1-6/+0
2011-06-25integck: fix build error (MS_DIRSYNC, MS_RELATIME)Brian Norris1-0/+1