Age | Commit message (Expand) | Author |
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 |
2013-03-11 | Typo fixes: avaiable -> available and priortiry -> priority | Elie De Brauwer |
2013-03-11 | integck.c: Fix buffer overflow in save_file | Elie De Brauwer |
2013-03-11 | integck.c: rework file_check_data to immediately dump the buffer containing t... | Elie De Brauwer |
2013-03-11 | integck.c: Only verify the operation after all datastructures have been updated | Elie De Brauwer |
2013-03-11 | flash_otp_write: fix a buffer overflow on NAND with write size > 2048 | Uwe Kleine-König |
2013-03-11 | flash_otp_write: fix writing to NAND in presence of partial reads | Uwe Kleine-König |
2013-03-06 | Makefile: also build and install flash_otp_lock and flash_otp_write | Uwe Kleine-König |
2013-01-15 | ubiformat: fix error path | Wolfram Sang |
2013-01-15 | ubiformat: clean up synopsis of command-line parameters | Wolfram Sang |
2012-12-03 | ubi-tests: fix pthreads linking | Brian Norris |
2012-11-16 | ubi-tests: switch to using common.h from the top level | Artem Bityutskiy |
2012-11-16 | ubi-tests: rename common.[ch] to helpers.[ch] | Artem Bityutskiy |
2012-11-16 | ubi-tests: ubi_leb_change_start() no longer uses 'dtype'. | Bill Pringlemeir |
2012-11-12 | ubiformat: really skip some messages when quiet | Wolfram Sang |
2012-10-26 | mkfs.ubifs: Improve error handling of is_contained() | Marcus Prebble |