Age | Commit message (Expand) | Author |
2015-07-06 | mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh | Dongsheng Yang |
2015-05-28 | mtd-utils: Add mtdpart to add/delete partition | Nam T. Nguyen |
2015-05-28 | include/common.h: fix build against musl | Jörg Krause |
2015-05-28 | recv_image: do not include error.h | Jörg Krause |
2015-05-28 | serve_image: do not include error.h | Jörg Krause |
2015-05-28 | libmtd: fix comment typo | Baruch Siach |
2015-05-28 | mtd-utils: libfec: use standard C type instead of u_long | Imre Kaloz |
2015-05-28 | mkfs.ubifs: Fix build with gcc 5.1 | Bernhard Walle |
2014-11-05 | mtd-utils: jffs2dump: XATTR and XREF support for endianess conversion | Timo Warns |
2014-11-05 | mtd-utils: jffs2dump: XATTR and XREF support for content dump | Timo Warns |
2014-11-04 | libmtd: don't ignore "region index" parameter in mtd_regioninfo() | Brian Norris |
2014-10-30 | ubifs-media.h: include "byteorder.h" | Artem Bityutskiy |
2014-10-30 | Move mkfs.ubifs/ubifs-media.h to include/mtd | Artem Bityutskiy |
2014-10-20 | mkfs.ubifs: start using common code | Artem Bityutskiy |
2014-10-20 | mtd-utils: Add macros to include/common.h | hujianyang |
2014-09-16 | ubiformat: fix the subpage size hint on the error path | Artem Bityutskiy |
2014-09-15 | libmtd: fix mtd_dev_present return value on legacy systems | Guido Martínez |
2014-09-08 | nandtest: fix --reads argument | Guido Martínez |
2014-05-30 | nandtest: Introduce multiple reads & check iterations | Ezequiel García |
2014-05-05 | nandtest: Move the "read and compare" code to a function | Ezequiel Garcia |
2014-05-05 | nandtest: Remove redundant check | Ezequiel Garcia |
2014-04-21 | include/common.h: fix build against recent 0.9.33 uClibc | Baruch Siach |
2014-04-15 | mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistently | Mats Kärrman |
2014-04-15 | include/common.h: fix build against current uClibc | Baruch Siach |
2014-04-07 | make_a_release.sh: suggest announcement e-mail | Artem Bityutskiy |
2014-04-07 | Release mtd-utils-1.5.1v1.5.1 | Artem Bityutskiy |
2014-04-07 | ubiformat: correct "non-ubifs" warning message | Brian Norris |
2014-03-31 | ubi-utils: Fix file descriptor leaks in libubi | Daniel van Gerpen |
2014-03-31 | mkfs.ubifs: correct and improve LEB size error prints | Brian Norris |
2014-03-25 | ubi-utils: Add ubiblock tool | Ezequiel Garcia |
2013-10-26 | mtd-utils: Makefile: add LDFLAGS_mkfs.ubifs | Aaron Sierra |
2013-10-24 | flash_erase: check the nand type | Huang Shijie |
2013-10-22 | check the MLC nand type | Huang Shijie |
2013-10-22 | flash_otp_write: use helper to check the nand | Huang Shijie |
2013-10-22 | mtd: mtd-abi: add a helper to detect the nand type | Huang Shijie |
2013-10-22 | add the MTD_MLCNANDFLASH case | Huang Shijie |
2013-07-01 | ubiupdatevol: add a --skip option | Mike Frysinger |
2013-07-01 | nandwrite: amendment to Mike's --input-* series | Artem Bityutskiy |
2013-07-01 | nandwrite: add --input-{skip,size} options | Mike Frysinger |
2013-07-01 | nandwrite: clean up length types | Mike Frysinger |
2013-07-01 | nand{dump, test, write}: clean up --help handling | Mike Frysinger |
2013-07-01 | use xstrdup in a few more places | Mike Frysinger |
2013-07-01 | mkfs.ubifs: allow reformatting of devices | Mike Frysinger |
2013-07-01 | mtd-utils: new prompt() helper for talking to the user | Mike Frysinger |
2013-07-01 | move _GNU_SOURCE to the main makefile | Mike Frysinger |
2013-07-01 | fix build errors w/newer kernel headers & glibc | Mike Frysinger |
2013-07-01 | ftl_check/ftl_format/nftldump: use existing mtd_swab.h header | Mike Frysinger |
2013-07-01 | ubinize: fix usage text | Mike Frysinger |
2013-05-29 | flash_erase: use pwrite() rather than lseek() && write() | Mike Frysinger |
2013-03-11 | integck: fix identation a bit | Artem Bityutskiy |