Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-15 | Patch from KaiGai Kohei to enable building without xattr support | KaiGai Kohei | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-10-09 | Fixup whitespace | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-09-18 | Report compressed file sizes (including node headers) in mkfs.jffs2 stats. | Daniel P. Berrange | |
Signed-off-by: David Woodhouse <dwmw2@infradead.org> | |||
2006-08-07 | Add xseqno into jffs2_raw_xref on mkfs.jffs2 | KaiGai Kohei | |
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com> Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-08-03 | Add patch from David Byron for separating source and build directories | David Byron | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-06-21 | Added 64-bit swapping functions | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-06-21 | Fix swab32 to use standard types | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-06-14 | Remove crufty autocrap Makefile | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-30 | Update yet again to latest mtd-abi.h from kernel tree. And fix mtd_debug.c. | Josh Boyer | |
Again. Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-30 | Add .gitignore file | Thomas Gleixner | |
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | |||
2006-05-30 | Update mtd-abi.h and use new NAND ECC functionality | Thomas Gleixner | |
The NAND rework exposes more information to userspace and has a different mechanism to read raw FLASH contents without ECC. Update nanddump and nandwrite. Use the new ECC statistics ioctl to inform the user about corrected and uncorrectable bitflips. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | |||
2006-05-29 | Update user headers from latest kernel tree | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-27 | Fix mtd_debug for new upstream mtd-abi.h | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-27 | Merge git://git.infradead.org/users/joern/utils | Josh Boyer | |
2006-05-27 | Update mtd-abi.h from upstream kernel. | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-23 | s/oobblock/writesize/g | Joern Engel | |
Follow the kernel in the rename. Signed-off-by: Joern Engel <joern@wh.fh-wedel.de> | |||
2006-05-17 | Need to include stdint.h to use standard types | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-17 | Switch to using standard types. This is userspace, not kernel. | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-17 | Remove ancient filesystem tool that never went anywhere | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-16 | Consolidate the swab macros into one location | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-05-14 | MTD Utils. (Resubmit as attachment) | Steve Finney | |
Modify nanddump to take a '-n' argument for reading without error correction; also accept hex (and octal) for start and length. Signed-off-by: Steven Finney (sfinney@healthhero.com) | |||
2006-05-14 | MTD Utils. (Resubmit as attachment) | Steve Finney | |
Modify nandwrite to accept hex argument for "-s" argument; also make an error message more accurate. Signed-off-by: Steven Finney <sfinney@healthhero.com> | |||
2006-05-14 | MTD Utils. (Resubmit as attachment) | Steve Finney | |
Add a basic usage message to flash_erase.c. Signed-off-by: Steven Finney <sfinney@healthhero.com> | |||
2006-05-14 | Remove XATTR struct typedefs | David Woodhouse | |
Signed-off-by: David Woodhouse <dwmw2@infradead.org> | |||
2006-05-06 | Add XATTR support to mkfs.jffs2 | David Woodhouse | |
Since this is optional, it might as well go in immediately. | |||
2006-05-01 | Add GPL license text | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-30 | Fix make installv1.0.0 | David Woodhouse | |
2006-04-22 | Fix mtd_debug after removal of some MTD types and flags | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-17 | Update ABI header with latest changes from kernel | Josh Boyer | |
Signed-off-by: Josh Boyer <jwboyer@yoda.jdub.homelinux.org> | |||
2006-04-11 | Fix cbuf free properly. | David Woodhouse | |
Noted by Dan Berrange. Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-11 | Fix memory leak in write_regular_file() | David Woodhouse | |
Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-11 | - Update utils to build from in tree include files | Josh Boyer | |
- Revert any ebh stuff for now Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-11 | Add include directory to new mtd-utils repo. This contains all the user space | Josh Boyer | |
include files needed for the utils Signed-off-by: Josh Boyer <jwboyer@gmail.com> | |||
2006-04-11 | Initial commit | David Woodhouse | |