summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial mtd-utils.morphbaserock/morphDaniel Silverstone2012-06-281-0/+10
* Release mtd-utils-1.5.0v1.5.0fastmapArtem Bityutskiy2012-05-071-1/+1
* mtd-utils: better document --pagesize of mkfs.jffs2Shmulik Ladkani2012-05-042-2/+5
* Makefile: fixup previous 'make clean' fixBrian Norris2012-04-021-1/+1
* Makefile: fix "make clean" for old GNU findBrian Norris2012-03-121-3/+5
* mkfs.ubifs: do not ignore --max-leb-cnt when formatting an UBI volumeArtem Bityutskiy2012-03-071-1/+2
* libmtd_legacy: don't open device in R/WBrian Norris2012-02-291-1/+1
* libmtd: perform device checking firstBrian Norris2012-02-291-4/+3
* libmtd: fix mtd_write() issues for large data-only writesBrian Norris2012-02-141-14/+14
* mtdinfo: correct grammar on error messageBrian Norris2012-02-141-1/+1
* libmtd: fix segmentation fault on lib->mtdBrian Norris2012-02-141-3/+5
* limbtd: implement mtd_dev_present for old kernelsArtem Bityutskiy2012-02-143-13/+38
* docfsdisk: minor cosmetic cleanupArtem Bityutskiy2012-02-021-2/+1
* mtdinfo: fix `--all' for non-consecutive device numbersBrian Norris2012-02-021-0/+2
* libmtd: add `mtd_dev_present()' library functionBrian Norris2012-02-022-10/+25
* ubinfo: fix `--all' for non-consecutive device numbersBrian Norris2012-01-271-0/+2
* libubi: make `ubi_dev_present()' a library functionBrian Norris2012-01-272-9/+12
* libmtd: Variable name same as function name causing compile to fail (Android)Thomas Cannon2012-01-131-12/+12
* make_a_release.sh: remind about pushing the master branchArtem Bityutskiy2011-12-191-1/+1
* Release mtd-utils-1.4.9v1.4.9Artem Bityutskiy2011-12-171-1/+1
* libmtd: allow write operations when MEMWRITE is not supportedBrian Norris2011-12-121-1/+1
* Add a script to make releasesArtem Bityutskiy2011-12-071-0/+66
* nandtest: seed random generator with timeBrian Norris2011-12-051-1/+4
* nandtest: use seed argumentJan Weitzel2011-12-011-0/+1
* nandtest: set oldstats.failedJan Weitzel2011-12-011-1/+1
* Makefile: separate man page install and compression stepsMike Frysinger2011-11-221-1/+2
* Makefile: fix install target with out-of-tree buildsMike Frysinger2011-11-221-2/+2
* 1.4.8 releasev1.4.8Artem Bityutskiy2011-11-191-1/+1
* Merge branch 'brian'v1.4.7Artem Bityutskiy2011-11-186-130/+245
|\
| * nandwrite: use common.h "errmsg" functionsBrian Norris2011-09-111-28/+16
| * nandwrite: re-implement `--autoplace' optionBrian Norris2011-09-111-2/+20
| * nandwrite: kill `--raw' optionBrian Norris2011-09-111-8/+1
| * mtdutils: move OOB auto-layout into libmtd's mtd_writeBrian Norris2011-09-112-49/+43
| * nandwrite: merge `mtd_write_oob' and `mtd_write' callsBrian Norris2011-09-111-9/+9
| * libmtd: support MEMWRITE ioctlBrian Norris2011-09-111-8/+31
| * libmtd: modify `mtd_write' to cover OOB writesBrian Norris2011-09-114-12/+23
| * mtd-utils: update mtd-abi.hBrian Norris2011-09-113-19/+107
* | mtdinfo: provide info when used without argumentsBrian Norris2011-11-181-4/+10
* | mtd-utils: add jffs2reader to .gitignoreBrian Norris2011-11-181-0/+1
* | tests: checkfs: remove unused codeAndy Shevchenko2011-10-141-7/+0
* | mkfs_jffs2: fix typo for word unknownAndy Shevchenko2011-10-141-2/+2
* | jffs2reader: use major() and minor() helpersAndy Shevchenko2011-09-211-8/+1
* | jffs2reader: print ctime only by user's requestAndy Shevchenko2011-09-211-15/+21
* | jffs2reader: use const char * for path variablesAndy Shevchenko2011-09-211-8/+8
* | jffs2reader: get rid of linker errorAndy Shevchenko2011-09-212-1/+3
* | jffs2reader: introduce ADD_BYTES macroAndy Shevchenko2011-09-211-6/+9
* | jffs2reader: eliminate compiler errorsAndy Shevchenko2011-09-211-38/+39
* | jffs2reader: update the header inclusion blockAndy Shevchenko2011-09-211-3/+3
* | ubiformat: handle write errors correctlyArtem Bityutskiy2011-09-191-6/+16
|/
* nandwrite: consolidate buffer usageBrian Norris2011-09-111-2/+3