]> www.infradead.org Git - mtd-utils.git/shortlog
mtd-utils.git
2019-07-21 David OberhollenzerRelease mtd-utils-2.1.1 v2.1.1
2019-07-18 Uwe Kleine... mkfs.ubifs: fix description of favor_lzo
2019-07-16 Martin Kaisermkfs.ubifs: fix compilation without ZSTD
2019-07-09 David Oberhollenzermkfs.ubifs: remove ZSTD_CLEVEL_DEFAULT for backwards...
2019-07-02 Patrick Doyleubinize: Exit with non-zero exit code on error.
2019-06-16 Zhihao Chengubi-tests: fm_param: Replace 'fm_auto' with 'fm_autocon...
2019-06-16 Zhihao Chengubi-tests: mkvol test: Checks return value 'ENOSPC...
2019-06-16 Zhihao Chengubi-tests: io_read: Filter invalid offset value before...
2019-06-16 Zhihao Chengubi-tests: ubi_mkvol_request: Fully initialize 'struct...
2019-06-01 Sebastian Andrzej... mkfs.ubifs: Add ZSTD compression
2019-05-13 Amol Vengurlekarubiformat: Dont ignore sequence number CLI option
2019-04-29 Xiaolei Limtd-tests: nandbiterrs: Fix issue that just insert...
2019-04-25 Olliver Schinaglunittests: Define the use of _GNU_SOURCE
2019-04-25 Olliver Schinaglunittests/libmtd_test: Include fcntl header
2019-04-25 Olliver Schinaglunittests/test_lib: Include proper header for _IOC_SIZE
2019-04-03 David Oberhollenzermkfs.ubifs: fix regression when trying to store device...
2019-03-29 Baruch Siachmkfs.ubifs: fix build without openssl
2019-03-13 David OberhollenzerRelease mtd-utils-2.1.0 v2.1.0
2019-02-26 Andrij Abyzovmtd-utils: fixes verification percent display in flashcp
2019-02-11 Yufen Yumtd-utils: fixes double free in mkfs.ubifs
2019-01-25 Yufen Yumtd-utils: avoid to create two UBI_LAYOUT_VOLUME_ID...
2018-12-17 David Gstirmkfs.ubifs: fix default cipher in help output
2018-11-09 Richard Weinbergermkfs.ubifs: Don't compress by default if filesystem...
2018-11-09 Richard Weinbergermkfs.ubifs: Store compr_size in correct endianness.
2018-11-09 Richard Weinbergermkfs.ubifs: Fix IV selection
2018-11-01 Richard Weinbergermkfs.ubifs: Use AES-256-XTS as default
2018-11-01 Richard Weinbergermkfs.ubifs: Print key descriptor only when generated
2018-11-01 Richard Weinbergermkfs.ubifs: Enable support for building without crypto
2018-11-01 Richard Weinbergermkfs.ubifs: Move RAND_poll to crypto.c
2018-11-01 Richard Weinbergermkfs.ubifs: More fscryptctl compatibility
2018-11-01 Richard Weinbergermkfs.ubifs: Fix key descriptor printing
2018-11-01 Richard Weinbergermkfs.ubifs: Compute encryption key descriptor automatically
2018-11-01 Richard Weinbergermkfs.ubifs: Fixup AES-XTS mode
2018-11-01 Richard Weinbergermkfs.ubifs: Use correct sizes for keys and hash lengths
2018-11-01 Richard Weinbergermkfs.ubifs: Enable Cipher selection
2018-11-01 Richard Weinbergermkfs.ubifs: Correctly use iv lengths in aes-cts mode
2018-11-01 David Oberhollenzermkfs.ubifs: Accept 0x prefix for key descriptor
2018-11-01 David Oberhollenzermkfs.ubifs: Check length of master key
2018-11-01 David Oberhollenzermkfs.ubifs: Cleanup over-long lines
2018-11-01 David Oberhollenzermkfs.ubifs: Move fscrypt definitions and functions...
2018-11-01 David Oberhollenzermkfs.ubifs: Remove cipher implementations from public...
2018-11-01 David Oberhollenzermkfs.ubifs: Initial support for encryption command...
2018-11-01 David Oberhollenzermkfs.ubifs: Specify padding policy via command line
2018-11-01 David Oberhollenzermkfs.ubifs: Get key descriptor from command line and...
2018-11-01 David Oberhollenzermkfs.ubifs: Make encryption dependend on (not-yet-exist...
2018-11-01 David Oberhollenzermkfs.ubifs: Replace constant values with parameters...
2018-11-01 David Oberhollenzermkfs.ubifs: Cleanup add_dent_node, user path encryption...
2018-11-01 David Oberhollenzermkfs.ubifs: Seperate path encryption from symlink encry...
2018-11-01 Richard Weinbergermkfs.ubifs: Free all index entry names
2018-11-01 Richard Weinbergermkfs.ubifs: Make sure we catch nodes that should or...
2018-11-01 David Oberhollenzermkfs.ubifs: Move symlink data encryption to helper...
2018-11-01 Richard Weinbergermkfs.ubifs: Implement file contents encryption
2018-11-01 Richard Weinbergermkfs.ubifs: Add encrypted symlink support
2018-11-01 Richard Weinbergermkfs.ubifs: Pass source/dest key len to key derive...
2018-11-01 Richard Weinbergermkfs.ubifs: Add dummy setup for crypto
2018-11-01 Richard Weinbergermkfs.ubifs: Implement filename encryption
2018-11-01 Richard Weinbergermkfs.ubifs: Store directory name len in the temporary...
2018-11-01 Richard Weinbergermkfs.ubifs: Implement fscrypto context store as xattr
2018-11-01 Richard Weinbergermkfs.ubifs: Implement basic fscrypto context passing
2018-11-01 Richard Weinbergermkfs.ubifs: Implement UBIFS_FLG_ENCRYPTION
2018-11-01 Richard Weinbergermkfs.ubifs: Add basic fscrypto functions
2018-11-01 Richard Weinbergermkfs.ubifs: Add fscrypto defines
2018-11-01 Richard Weinbergermkfs.ubifs: Make r5 hash binary string aware
2018-11-01 David Oberhollenzermkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASH
2018-11-01 David Oberhollenzermkfs.ubifs: Add crypto helper functions
2018-11-01 Richard Weinbergercommon: Add round functions
2018-11-01 Richard WeinbergerImport latest ubifs-media.h
2018-10-02 Sascha Hauermkfs.ubifs: Fix xattr nlink value
2018-10-02 Thorsten Glasermtd-utils: Instead of doing preprocessor magic, just...
2018-09-20 David Oberhollenzermtd-utils: common.h: fix prompt function
2018-09-20 David Oberhollenzerlibmtd: don't print an error message for devices withou...
2018-09-08 Martin Lundubi-tests: io_paral: Fix error handling of update_volume()
2018-07-26 Boris Brezillonubi-utils: ubimkvol: Initialize req to zero to make...
2018-06-28 Quentin Schulzubi-utils: ubinize: add support for skipping CRC check...
2018-06-28 Quentin Schulzubi-utils: ubimkvol: add support for skipping CRC check...
2018-06-28 Quentin Schulzlibubi: add volume flags to ubi_mkvol_request
2018-06-28 Quentin SchulzUBI: update ubi-user.h and ubi-media.h
2018-06-18 David OberhollenzerAdd configure switch to disable compiling/installing...
2018-06-18 David OberhollenzerAdd manpage for lsmtd
2018-06-18 David OberhollenzerAdd lsmtd program
2018-06-14 Ritesh Harjanimkfs.ubifs: Implement selinux labelling support in...
2018-06-14 Ritesh Harjanimkfs.ubifs: add_xattr is not depending on host XATTR...
2018-06-09 David OberhollenzerRevert "Return correct error number in ubi_get_vol_info1"
2018-05-12 David Oberhollenzermtd-utils: make sure pkg-config is installed in configu...
2018-05-12 David Oberhollenzerubiformat: remove no-volume-table option
2018-05-12 David Oberhollenzerubiformat: process command line arguments first
2018-04-16 David OberhollenzerRelease mtd-utils-2.0.2 v2.0.2
2018-04-16 David OberhollenzerFix unit-test header and file paths for out of tree...
2018-04-16 David OberhollenzerFix unit test mockup for oobavail sysfs file
2018-04-10 Xiaolei Limisc-utils: flash_erase: Fix Jffs2 type flash erase...
2018-04-10 Xiaolei Lilibmtd_legacy: Fix some function description mismatches
2018-04-10 Xiaolei Lilibmtd: Add support to access OOB available size
2018-04-05 Koen Vandeputtemtd-utils: ubifs: fix typo in without_lzo definition
2018-03-07 David Engrafmkfs.ubifs: Allow root entry in device table
2018-03-05 Stefan Agnermtd: tests: check erase block count in page test
2018-02-14 Balint Reczeymtd: unittests: Stop testing stat() calls
2018-02-14 Balint Reczeymtd: unittests: Decode arg size from ioctl request
2018-02-14 Balint Reczeymtd: unittests: Use proper unsigned long type for ioctl...
2018-01-30 Andrea Adamiubi-utils: ubiformat.c: convert to integer arithmetic
2018-01-30 Andrea Adamimtd-utils: common.c: convert to integer arithmetic
next