Age | Commit message (Expand) | Author |
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 |
2012-10-11 | mkfs.ubifs: rewrite path checking | Artem Bityutskiy |
2012-09-25 | mkfs.jffs2: correct some warnings using PRIdoff_t | Richard Genoud |
2012-09-25 | consistency between u_int32_t / off_t / off64_t | Richard Genoud |
2012-09-25 | introduce PRIxoff_t and PRIdoff_t printf helpers | Richard Genoud |
2012-09-25 | tests: io_update correct lseek parameters order | Richard Genoud |
2012-09-25 | ubiformat: fix failure on big partitions (>4Gio) | Richard Genoud |
2012-09-03 | ubirmvol: correct missing space on usage | Richard Genoud |
2012-08-23 | ubiattach: fail if kernel ignores max_beb_per1024 | Richard Genoud |
2012-08-23 | ubiattach: introduce max_beb_per1024 in UBI_IOCATT | Richard Genoud |
2012-08-23 | libubi: kill ubi_attach_mtd | Artem Bityutskiy |
2012-08-23 | libubi: factorize ubi_attach and ubi_attach_mtd code | Richard Genoud |
2012-08-22 | ubi-user.h: add max_beb_per1024 parameter | Richard Genoud |