Age | Commit message (Expand) | Author |
2024-09-25 | Release mtd-utils-2.2.1v2.2.1 | David Oberhollenzer |
2024-09-25 | Update CHANGELOG | David Oberhollenzer |
2024-09-25 | mtd-utils: Extract rbtree implementation to common lib | Zhihao Cheng |
2024-09-25 | mtd-utils: Extract list implementation to common lib and add list_sort support | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Fix memleak for 'output' in error paths | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Fix missed closing out_fd | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Close libubi in error handling paths | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Fix incorrect dir size calculation in encryption scenario | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Fix wrong xattr entry type | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Initialize 'cipher_name' as NULL | Zhihao Cheng |
2024-09-25 | mkfs.ubifs: Clear direct_write property when closing target | Zhihao Cheng |
2024-09-25 | mtd-utils: also check for static libuuid | Rosen Penev |
2024-09-25 | fs-tests: integck: Refactor: split out common remount logic | Csókás, Bence |
2024-09-25 | fs-tests: integck: Refactor: split out common remount logic | Csókás, Bence |
2024-09-25 | libubi: ubi_update_start: slightly improve documentation | Christian Eggers |
2024-04-13 | mtd-utils: fectest: Fix time formatting with _TIME_BITS=64 on 32-bit system | Ben Hutchings |
2024-03-29 | Release mtd-utils-2.2.0v2.2.0 | David Oberhollenzer |
2024-03-29 | Update CHANGELOG.md | David Oberhollenzer |
2024-02-19 | Update README.txt | David Oberhollenzer |
2024-02-19 | Add a build summary to configure.ac | David Oberhollenzer |
2024-02-19 | Unify handling of configure switches | David Oberhollenzer |
2024-02-18 | Cleanup: Unify handling of OpenSSL dependency | David Oberhollenzer |
2024-02-18 | Make zlib an optional dependency | David Oberhollenzer |
2024-02-18 | Make it possible to compile mkfs.ubifs without zlib | David Oberhollenzer |
2024-02-18 | Make it possible to compile jffsX-utils without zlib | David Oberhollenzer |
2024-02-17 | Fix optional compilation of lzo compressors | David Oberhollenzer |
2024-02-15 | Cleanup handling of optional dependencies | David Oberhollenzer |
2024-02-14 | Add missing autoconf check for AR | David Oberhollenzer |
2023-12-19 | mkfs.ubifs: fix xattr scanning for builds with selinux support | David Oberhollenzer |
2023-11-20 | ubiattach: introduce need_resv_pool in UBI_IOCATT | Zhihao Cheng |
2023-11-20 | ubiattach: introduce disable_fm in UBI_IOCATT | Zhihao Cheng |
2023-11-13 | mtd-utils: flash_erase: Add an option for JFFS2 cleanmarker size | Takahiro Kuwano |
2023-09-08 | flashcp: Add write last option. | Piotr Esden-Tempski |
2023-09-04 | Cleanup: remove self assign | David Oberhollenzer |
2023-09-03 | Add a README file | David Oberhollenzer |
2023-09-03 | Pull the bulk of the pre 2.0.0 changes from the git tree | David Oberhollenzer |
2023-09-02 | Piece together a CHANGELOG file from the release announcments | David Oberhollenzer |
2023-09-02 | jffs2dump: check return value of lseek | David Oberhollenzer |
2023-08-30 | Release mtd-utils-2.1.6v2.1.6 | David Oberhollenzer |
2023-08-24 | Fix printf format specifiers for 64 bit integer types | David Oberhollenzer |
2023-08-24 | Make sure ubi-media structures are visible for libubigen | David Oberhollenzer |
2023-08-24 | Remove unused symbols | David Oberhollenzer |
2023-08-24 | Update ax_pthread | David Oberhollenzer |
2023-08-24 | Remove libtool usage from configure.ac | David Oberhollenzer |
2023-08-23 | mtd-utils: nandtest: handle large nand devices | Christian Wendt he/him |
2023-05-30 | mtd-utils: Add new syntax to get devices by name | Brandon Maier |
2023-05-30 | libmtd: Add function to get MTD info by device name | Brandon Maier |
2023-05-30 | mkfs.ubifs: Fix mkfs.ubifs failure with option selinux | Zijun Hu |
2023-04-24 | misc-utils: flashcp: correct casting for percent display | cchoux |
2022-11-18 | mtd-utils: flash_speed: Measure read while write latency | Miquel Raynal |