aboutsummaryrefslogtreecommitdiff
path: root/mkfs.jffs2.c
AgeCommit message (Expand)Author
2013-07-01use xstrdup in a few more placesMike Frysinger
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger
2013-03-11Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer
2012-09-25mkfs.jffs2: correct some warnings using PRIdoff_tRichard Genoud
2012-05-04mtd-utils: better document --pagesize of mkfs.jffs2Shmulik Ladkani
2011-06-29mtd-utils: remove whitespace at end of linesBrian Norris
2011-04-21mkfs.jffs2: fix casting of __off64_tAndy Shevchenko
2011-04-14mkfs.jffs2: fix casting of printf argumentAndy Shevchenko
2011-01-16mkfs.jffs2: fix repeated dev nodesv1.4.2Thomas Chou
2011-01-16mkfs.jffs2: fix devtable count as mkfs.ubifs doesThomas Chou
2010-10-02mkfs.jffs2: convert to xalloc.h helpersMike Frysinger
2010-10-01mkfs.jffs2: convert to common.h helpersMike Frysinger
2010-09-30mkfs.jffs2: use new xasprintf() helperMike Frysinger
2010-09-30mtd-utils: new memory wrappersMike Frysinger
2010-09-27mtd-utils: standardize PROGRAM_NAMEMike Frysinger
2010-09-24mtd-utils: convert to common.h/minMike Frysinger
2010-09-23mtd-utils: clean up zlib.h usage a bitMike Frysinger
2010-08-30mtd-utils: fix compiler warningsBrian Norris
2010-07-30mtd-utils: clean up compile warningsKevin Cernekee
2010-07-18mkfs.jffs2: fixed warningsBrian Norris
2010-07-13mtd-utils: move libmtd source files to lib/ subdirectoryKevin Cernekee
2010-03-31mkfs.jffs2: fix --enable-compressorAdrian Bunk
2008-12-27mkfs.jffs2: fix dir creation in /Mike Frysinger
2008-06-18mkfs.jffs2: Add Support for Symlinks to Device TableGrant Erickson
2008-06-18mkfs.jffs2: Remove Incorrect Find OptimizationGrant Erickson
2008-04-17mkfs.jffs2.c: fix issue with crashing when using lzo compressionSiarhei Siamashka
2007-12-20mkfs.jffs2: Set mkfs.jffs2 page size runtime instead of fixedRicard Wanderlof
2007-12-14mkfs.jffs2.c: use rbtrees for hardlink trackingDavid Woodhouse
2007-12-14mkfs.jffs2.c: detect hardlinksDavid Woodhouse
2007-12-14mkfs.jffs2: use separate ino field in struct filesystem_entry for jffs2 ino#David Woodhouse
2007-08-03Increment mkfs.jffs2 version numberv1.1.0Josh Boyer
2006-11-15Patch from KaiGai Kohei to enable building without xattr supportKaiGai Kohei
2006-10-09Fixup whitespaceJosh Boyer
2006-09-18Report compressed file sizes (including node headers) in mkfs.jffs2 stats.Daniel P. Berrange
2006-08-07Add xseqno into jffs2_raw_xref on mkfs.jffs2KaiGai Kohei
2006-05-14Remove XATTR struct typedefsDavid Woodhouse
2006-05-06Add XATTR support to mkfs.jffs2David Woodhouse
2006-04-11Fix cbuf free properly.David Woodhouse
2006-04-11Fix memory leak in write_regular_file()David Woodhouse
2006-04-11- Update utils to build from in tree include filesJosh Boyer
2006-04-11Initial commitDavid Woodhouse