Age | Commit message (Expand) | Author |
2019-10-07 | ubihealthd: Add option -h/--help | Alexander Dahl |
2019-10-07 | ubihealthd: Add missing sentinel in options array | Alexander Dahl |
2019-09-10 | ubiupdatevol: Prevent null pointer dereference | Bastian Germann |
2019-08-25 | Add ubihealthd to gitignore file | David Oberhollenzer |
2019-08-25 | ubi-utils: Implement a ubihealthd | Richard Weinberger |
2019-08-19 | mkfs.ubifs: Add authentication support | Sascha Hauer |
2019-08-19 | ubifs-media: Update to Linux-5.3-rc3 | Sascha Hauer |
2019-07-21 | Release mtd-utils-2.1.1v2.1.1 | David Oberhollenzer |
2019-07-18 | mkfs.ubifs: fix description of favor_lzo | Uwe Kleine-König |
2019-07-16 | mkfs.ubifs: fix compilation without ZSTD | Martin Kaiser |
2019-07-09 | mkfs.ubifs: remove ZSTD_CLEVEL_DEFAULT for backwards compatibillity | David Oberhollenzer |
2019-07-02 | ubinize: Exit with non-zero exit code on error. | Patrick Doyle |
2019-06-16 | ubi-tests: fm_param: Replace 'fm_auto' with 'fm_autoconvert' | Zhihao Cheng |
2019-06-16 | ubi-tests: mkvol test: Checks return value 'ENOSPC' for 'ubi_mkvol' | Zhihao Cheng |
2019-06-16 | ubi-tests: io_read: Filter invalid offset value before 'lseek' in io_read test | Zhihao Cheng |
2019-06-16 | ubi-tests: ubi_mkvol_request: Fully initialize 'struct ubi_mkvol_request req' | Zhihao Cheng |
2019-06-01 | mkfs.ubifs: Add ZSTD compression | Sebastian Andrzej Siewior |
2019-05-13 | ubiformat: Dont ignore sequence number CLI option | Amol Vengurlekar |
2019-04-29 | mtd-tests: nandbiterrs: Fix issue that just insert error at bit 7 | Xiaolei Li |
2019-04-25 | unittests: Define the use of _GNU_SOURCE | Olliver Schinagl |
2019-04-25 | unittests/libmtd_test: Include fcntl header | Olliver Schinagl |
2019-04-25 | unittests/test_lib: Include proper header for _IOC_SIZE | Olliver Schinagl |
2019-04-03 | mkfs.ubifs: fix regression when trying to store device special files | David Oberhollenzer |
2019-03-29 | mkfs.ubifs: fix build without openssl | Baruch Siach |
2019-03-13 | Release mtd-utils-2.1.0v2.1.0 | David Oberhollenzer |
2019-02-26 | mtd-utils: fixes verification percent display in flashcp | Andrij Abyzov |
2019-02-11 | mtd-utils: fixes double free in mkfs.ubifs | Yufen Yu |
2019-01-25 | mtd-utils: avoid to create two UBI_LAYOUT_VOLUME_ID volume | Yufen Yu |
2018-12-17 | mkfs.ubifs: fix default cipher in help output | David Gstir |
2018-11-09 | mkfs.ubifs: Don't compress by default if filesystem is encrypted | Richard Weinberger |
2018-11-09 | mkfs.ubifs: Store compr_size in correct endianness. | Richard Weinberger |
2018-11-09 | mkfs.ubifs: Fix IV selection | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Use AES-256-XTS as default | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Print key descriptor only when generated | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Enable support for building without crypto | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Move RAND_poll to crypto.c | Richard Weinberger |
2018-11-01 | mkfs.ubifs: More fscryptctl compatibility | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Fix key descriptor printing | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Compute encryption key descriptor automatically | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Fixup AES-XTS mode | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Use correct sizes for keys and hash lengths | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Enable Cipher selection | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Correctly use iv lengths in aes-cts mode | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Accept 0x prefix for key descriptor | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Check length of master key | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Cleanup over-long lines | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.c | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Remove cipher implementations from public header | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Initial support for encryption command lines | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Specify padding policy via command line | David Oberhollenzer |