summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate definitions of functions inlined in hashtable_itr.hbaserock/1.5.1Richard Dale2015-05-052-14/+2
* Release mtd-utils-1.5.1v1.5.1Artem Bityutskiy2014-04-071-1/+1
* ubiformat: correct "non-ubifs" warning messageBrian Norris2014-04-071-1/+1
* ubi-utils: Fix file descriptor leaks in libubiDaniel van Gerpen2014-03-311-4/+8
* mkfs.ubifs: correct and improve LEB size error printsBrian Norris2014-03-311-2/+3
* ubi-utils: Add ubiblock toolEzequiel Garcia2014-03-256-1/+219
* mtd-utils: Makefile: add LDFLAGS_mkfs.ubifsAaron Sierra2013-10-261-1/+2
* flash_erase: check the nand typeHuang Shijie2013-10-241-2/+6
* check the MLC nand typeHuang Shijie2013-10-222-2/+3
* flash_otp_write: use helper to check the nandHuang Shijie2013-10-221-2/+2
* mtd: mtd-abi: add a helper to detect the nand typeHuang Shijie2013-10-221-0/+5
* add the MTD_MLCNANDFLASH caseHuang Shijie2013-10-223-0/+8
* ubiupdatevol: add a --skip optionMike Frysinger2013-07-011-12/+33
* nandwrite: amendment to Mike's --input-* seriesArtem Bityutskiy2013-07-011-2/+2
* nandwrite: add --input-{skip,size} optionsMike Frysinger2013-07-011-20/+34
* nandwrite: clean up length typesMike Frysinger2013-07-011-16/+21
* nand{dump, test, write}: clean up --help handlingMike Frysinger2013-07-013-31/+35
* use xstrdup in a few more placesMike Frysinger2013-07-014-8/+5
* mkfs.ubifs: allow reformatting of devicesMike Frysinger2013-07-011-3/+11
* mtd-utils: new prompt() helper for talking to the userMike Frysinger2013-07-014-44/+51
* move _GNU_SOURCE to the main makefileMike Frysinger2013-07-017-8/+2
* fix build errors w/newer kernel headers & glibcMike Frysinger2013-07-011-1/+0
* ftl_check/ftl_format/nftldump: use existing mtd_swab.h headerMike Frysinger2013-07-013-74/+40
* ubinize: fix usage textMike Frysinger2013-07-011-2/+2
* flash_erase: use pwrite() rather than lseek() && write()Mike Frysinger2013-05-291-5/+1
* integck: fix identation a bitArtem Bityutskiy2013-03-111-9/+9
* Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer2013-03-112-7/+7
* 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
* flash_otp_write: fix a buffer overflow on NAND with write size > 2048Uwe Kleine-König2013-03-111-0/+6
* flash_otp_write: fix writing to NAND in presence of partial readsUwe Kleine-König2013-03-111-1/+18
* Makefile: also build and install flash_otp_lock and flash_otp_writeUwe Kleine-König2013-03-062-1/+4
* ubiformat: fix error pathWolfram Sang2013-01-151-3/+3
* ubiformat: clean up synopsis of command-line parametersWolfram Sang2013-01-151-2/+3
* ubi-tests: fix pthreads linkingBrian Norris2012-12-031-1/+2
* ubi-tests: switch to using common.h from the top levelArtem Bityutskiy2012-11-1612-122/+124
* ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy2012-11-1613-15/+15
* ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir2012-11-161-2/+1
* ubiformat: really skip some messages when quietWolfram Sang2012-11-121-2/+4
* mkfs.ubifs: Improve error handling of is_contained()Marcus Prebble2012-10-261-21/+27
* mkfs.ubifs: rewrite path checkingArtem Bityutskiy2012-10-111-79/+37
* mkfs.jffs2: correct some warnings using PRIdoff_tRichard Genoud2012-09-251-5/+5
* consistency between u_int32_t / off_t / off64_tRichard Genoud2012-09-259-53/+55
* introduce PRIxoff_t and PRIdoff_t printf helpersRichard Genoud2012-09-251-0/+11
* tests: io_update correct lseek parameters orderRichard Genoud2012-09-251-1/+1
* ubiformat: fix failure on big partitions (>4Gio)Richard Genoud2012-09-251-2/+2
* ubirmvol: correct missing space on usageRichard Genoud2012-09-031-2/+2
* ubiattach: fail if kernel ignores max_beb_per1024Richard Genoud2012-08-233-6/+43
* ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud2012-08-234-8/+36