summaryrefslogtreecommitdiff
path: root/mkfs.jffs2.c
Commit message (Expand)AuthorAgeFilesLines
* lzma jffs2Richard Dale2015-06-181-4/+4
* sscanf fixRichard Dale2015-06-181-1/+1
* use xstrdup in a few more placesMike Frysinger2013-07-011-1/+1
* move _GNU_SOURCE to the main makefileMike Frysinger2013-07-011-1/+0
* Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer2013-03-111-2/+2
* mkfs.jffs2: correct some warnings using PRIdoff_tRichard Genoud2012-09-251-5/+5
* mtd-utils: better document --pagesize of mkfs.jffs2Shmulik Ladkani2012-05-041-1/+3
* mtd-utils: remove whitespace at end of linesBrian Norris2011-06-291-3/+3
* mkfs.jffs2: fix casting of __off64_tAndy Shevchenko2011-04-211-12/+13
* mkfs.jffs2: fix casting of printf argumentAndy Shevchenko2011-04-141-6/+6
* mkfs.jffs2: fix repeated dev nodesv1.4.2Thomas Chou2011-01-161-1/+1
* mkfs.jffs2: fix devtable count as mkfs.ubifs doesThomas Chou2011-01-161-2/+2
* mkfs.jffs2: convert to xalloc.h helpersMike Frysinger2010-10-021-10/+3
* mkfs.jffs2: convert to common.h helpersMike Frysinger2010-10-011-102/+44
* mkfs.jffs2: use new xasprintf() helperMike Frysinger2010-09-301-6/+6
* mtd-utils: new memory wrappersMike Frysinger2010-09-301-41/+0
* mtd-utils: standardize PROGRAM_NAMEMike Frysinger2010-09-271-3/+4
* mtd-utils: convert to common.h/minMike Frysinger2010-09-241-1/+2
* mtd-utils: clean up zlib.h usage a bitMike Frysinger2010-09-231-26/+23
* mtd-utils: fix compiler warningsBrian Norris2010-08-301-6/+6
* mtd-utils: clean up compile warningsKevin Cernekee2010-07-301-4/+5
* mkfs.jffs2: fixed warningsBrian Norris2010-07-181-3/+4
* mtd-utils: move libmtd source files to lib/ subdirectoryKevin Cernekee2010-07-131-2/+2
* mkfs.jffs2: fix --enable-compressorAdrian Bunk2010-03-311-0/+1
* mkfs.jffs2: fix dir creation in /Mike Frysinger2008-12-271-0/+5
* mkfs.jffs2: Add Support for Symlinks to Device TableGrant Erickson2008-06-181-2/+5
* mkfs.jffs2: Remove Incorrect Find OptimizationGrant Erickson2008-06-181-21/+18
* mkfs.jffs2.c: fix issue with crashing when using lzo compressionSiarhei Siamashka2008-04-171-2/+2
* mkfs.jffs2: Set mkfs.jffs2 page size runtime instead of fixedRicard Wanderlof2007-12-201-3/+15
* mkfs.jffs2.c: use rbtrees for hardlink trackingDavid Woodhouse2007-12-141-12/+22
* mkfs.jffs2.c: detect hardlinksDavid Woodhouse2007-12-141-2/+35
* mkfs.jffs2: use separate ino field in struct filesystem_entry for jffs2 ino#David Woodhouse2007-12-141-19/+19
* Increment mkfs.jffs2 version numberv1.1.0Josh Boyer2007-08-031-3/+2
* Patch from KaiGai Kohei to enable building without xattr supportKaiGai Kohei2006-11-151-0/+13
* Fixup whitespaceJosh Boyer2006-10-091-209/+209
* Report compressed file sizes (including node headers) in mkfs.jffs2 stats.Daniel P. Berrange2006-09-181-16/+22
* Add xseqno into jffs2_raw_xref on mkfs.jffs2KaiGai Kohei2006-08-071-0/+2
* Remove XATTR struct typedefsDavid Woodhouse2006-05-141-14/+14
* Add XATTR support to mkfs.jffs2David Woodhouse2006-05-061-0/+259
* Fix cbuf free properly.David Woodhouse2006-04-111-3/+6
* Fix memory leak in write_regular_file()David Woodhouse2006-04-111-2/+3
* - Update utils to build from in tree include filesJosh Boyer2006-04-111-48/+29
* Initial commitDavid Woodhouse2006-04-111-0/+1583