aboutsummaryrefslogtreecommitdiff
path: root/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
AgeCommit message (Expand)Author
7 daysfsck.ubifs: check and correct the space statisticsZhihao Cheng
7 daysubifs-utils: Replace ubifs related source code with linux kernel implementationZhihao Cheng
7 daysubifs-utils: Add implementations for linux kernel printing functionsZhihao Cheng
7 daysubifs-utils: Add linux type definitionsZhihao Cheng
7 daysubifs-utils: Extract UBI opening/closing/volume_check_empty functions into a ...Zhihao Cheng
7 daysubifs-utils: Add 'dev_fd' and 'libubi' into 'ubifs_info' structureZhihao Cheng
7 daysubifs-utils: Add 'dev_name' into 'ubifs_info' structureZhihao Cheng
7 daysubifs-utils: Move 'debug_level' into ubifs_info structureZhihao Cheng
7 daysubifs-utils: Clean up error message printing functionsZhihao Cheng
7 daysubifs-utils: Define PROGRAM_NAME as variableZhihao Cheng
7 daysubifs-utils: Decouple mkfs.ubifs.h out of other modulesZhihao Cheng
2024-09-25mkfs.ubifs: Fix memleak for 'output' in error pathsZhihao Cheng
2024-09-25mkfs.ubifs: Fix missed closing out_fdZhihao Cheng
2024-09-25mkfs.ubifs: Close libubi in error handling pathsZhihao Cheng
2024-09-25mkfs.ubifs: Fix incorrect dir size calculation in encryption scenarioZhihao Cheng
2024-09-25mkfs.ubifs: Fix wrong xattr entry typeZhihao Cheng
2024-09-25mkfs.ubifs: Initialize 'cipher_name' as NULLZhihao Cheng
2024-09-25mkfs.ubifs: Clear direct_write property when closing targetZhihao Cheng
2024-02-18Make it possible to compile mkfs.ubifs without zlibDavid Oberhollenzer
2024-02-15Cleanup handling of optional dependenciesDavid Oberhollenzer
2023-12-19mkfs.ubifs: fix xattr scanning for builds with selinux supportDavid Oberhollenzer
2023-05-30mkfs.ubifs: Fix mkfs.ubifs failure with option selinuxZijun Hu
2020-09-23mkfs.ubifs: Fix build with SELinuxBastian Germann
2020-09-11Fix typos found by Debian's lintian toolBastian Germann
2020-02-09mkfs.ubifs: fix broken build if fscrtyp is disabledDavid Oberhollenzer
2019-11-10mkfs.ubifs: don't leak hastable iteratorsDavid Oberhollenzer
2019-11-10mkfs.ubifs: free derived fscrypt context in add_directory error pathsDavid Oberhollenzer
2019-11-10mkfs.ubifs: don't leak copied command line argumentsDavid Oberhollenzer
2019-11-10mkfs.ubifs: close file descriptor in add_file error pathDavid Oberhollenzer
2019-11-10mkfs.ubifs: abort add_directory if readdir failsDavid Oberhollenzer
2019-08-19mkfs.ubifs: Add authentication supportSascha Hauer
2019-07-18mkfs.ubifs: fix description of favor_lzoUwe Kleine-König
2019-06-01mkfs.ubifs: Add ZSTD compressionSebastian Andrzej Siewior
2019-04-03mkfs.ubifs: fix regression when trying to store device special filesDavid Oberhollenzer
2019-02-11mtd-utils: fixes double free in mkfs.ubifsYufen Yu
2018-12-17mkfs.ubifs: fix default cipher in help outputDavid Gstir
2018-11-09mkfs.ubifs: Don't compress by default if filesystem is encryptedRichard Weinberger
2018-11-01mkfs.ubifs: Use AES-256-XTS as defaultRichard Weinberger
2018-11-01mkfs.ubifs: Print key descriptor only when generatedRichard Weinberger
2018-11-01mkfs.ubifs: Enable support for building without cryptoRichard Weinberger
2018-11-01mkfs.ubifs: Move RAND_poll to crypto.cRichard Weinberger
2018-11-01mkfs.ubifs: Compute encryption key descriptor automaticallyRichard Weinberger
2018-11-01mkfs.ubifs: Cleanup over-long linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.cDavid Oberhollenzer
2018-11-01mkfs.ubifs: Initial support for encryption command linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Specify padding policy via command lineDavid Oberhollenzer
2018-11-01mkfs.ubifs: Get key descriptor from command line and master key from fileDavid Oberhollenzer
2018-11-01mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line optionsDavid Oberhollenzer
2018-11-01mkfs.ubifs: Replace constant values with parameters in init_fscrypt_contextDavid Oberhollenzer
2018-11-01mkfs.ubifs: Cleanup add_dent_node, user path encryption helperDavid Oberhollenzer