summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-07Release mtd-utils-1.5.0v1.5.0Artem Bityutskiy
2012-05-04mtd-utils: better document --pagesize of mkfs.jffs2Shmulik Ladkani
2012-04-02Makefile: fixup previous 'make clean' fixBrian Norris
2012-03-12Makefile: fix "make clean" for old GNU findBrian Norris
2012-03-07mkfs.ubifs: do not ignore --max-leb-cnt when formatting an UBI volumeArtem Bityutskiy
2012-02-29libmtd_legacy: don't open device in R/WBrian Norris
2012-02-29libmtd: perform device checking firstBrian Norris
2012-02-14libmtd: fix mtd_write() issues for large data-only writesBrian Norris
2012-02-14mtdinfo: correct grammar on error messageBrian Norris
2012-02-14libmtd: fix segmentation fault on lib->mtdBrian Norris
2012-02-14limbtd: implement mtd_dev_present for old kernelsArtem Bityutskiy
2012-02-02docfsdisk: minor cosmetic cleanupArtem Bityutskiy
2012-02-02mtdinfo: fix `--all' for non-consecutive device numbersBrian Norris
2012-02-02libmtd: add `mtd_dev_present()' library functionBrian Norris
2012-01-27ubinfo: fix `--all' for non-consecutive device numbersBrian Norris
2012-01-27libubi: make `ubi_dev_present()' a library functionBrian Norris
2012-01-13libmtd: Variable name same as function name causing compile to fail (Android)Thomas Cannon
2011-12-19make_a_release.sh: remind about pushing the master branchArtem Bityutskiy
2011-12-17Release mtd-utils-1.4.9v1.4.9Artem Bityutskiy
2011-12-12libmtd: allow write operations when MEMWRITE is not supportedBrian Norris
2011-12-07Add a script to make releasesArtem Bityutskiy
2011-12-05nandtest: seed random generator with timeBrian Norris
2011-12-01nandtest: use seed argumentJan Weitzel
2011-12-01nandtest: set oldstats.failedJan Weitzel
2011-11-22Makefile: separate man page install and compression stepsMike Frysinger
2011-11-22Makefile: fix install target with out-of-tree buildsMike Frysinger
2011-11-191.4.8 releasev1.4.8Artem Bityutskiy
2011-11-18Merge branch 'brian'v1.4.7Artem Bityutskiy
2011-11-18mtdinfo: provide info when used without argumentsBrian Norris
2011-11-18mtd-utils: add jffs2reader to .gitignoreBrian Norris
2011-10-14tests: checkfs: remove unused codeAndy Shevchenko
2011-10-14mkfs_jffs2: fix typo for word unknownAndy Shevchenko
2011-09-21jffs2reader: use major() and minor() helpersAndy Shevchenko
2011-09-21jffs2reader: print ctime only by user's requestAndy Shevchenko
2011-09-21jffs2reader: use const char * for path variablesAndy Shevchenko
2011-09-21jffs2reader: get rid of linker errorAndy Shevchenko
2011-09-21jffs2reader: introduce ADD_BYTES macroAndy Shevchenko
2011-09-21jffs2reader: eliminate compiler errorsAndy Shevchenko
2011-09-21jffs2reader: update the header inclusion blockAndy Shevchenko
2011-09-19ubiformat: handle write errors correctlyArtem Bityutskiy
2011-09-11nandwrite: use common.h "errmsg" functionsBrian Norris
2011-09-11nandwrite: re-implement `--autoplace' optionBrian Norris
2011-09-11nandwrite: kill `--raw' optionBrian Norris
2011-09-11mtdutils: move OOB auto-layout into libmtd's mtd_writeBrian Norris
2011-09-11nandwrite: merge `mtd_write_oob' and `mtd_write' callsBrian Norris
2011-09-11libmtd: support MEMWRITE ioctlBrian Norris
2011-09-11libmtd: modify `mtd_write' to cover OOB writesBrian Norris
2011-09-11mtd-utils: update mtd-abi.hBrian Norris
2011-09-11nandwrite: consolidate buffer usageBrian Norris
2011-09-11nandwrite: trivial variable moveBrian Norris