Age | Commit message (Expand) | Author |
2024-11-11 | ubifs-utils: Adapt master.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt key.h in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt debug subsystem in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt commit.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt budget.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt journal.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt dir.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt auth.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt sb.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt recovery subsystem in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt log.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt tnc subsystem in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt lpt subsystem in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt io.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt super.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt ubifs header file in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add descriptions for new lib files in common/README | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add common definitions in linux kernel | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add linux hexdump implementations lib | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add implementations for linux kernel printing functions | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add sorting implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add rwsem implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add mutexlock implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add spinlock implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add bit operations implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add atomic implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add linux kernel memory allocation implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add linux kernel error conversion definitions | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add linux type definitions | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add compiler attributes implementations | Zhihao Cheng |
2024-11-11 | ubifs-utils: Import UBIFS libs from linux kernel | Zhihao Cheng |
2024-11-11 | ubifs-utils: Extract UBI opening/closing/volume_check_empty functions into a ... | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add 'dev_fd' and 'libubi' into 'ubifs_info' structure | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add 'dev_name' into 'ubifs_info' structure | Zhihao Cheng |
2024-11-11 | ubifs-utils: Move 'debug_level' into ubifs_info structure | Zhihao Cheng |
2024-11-11 | ubifs-utils: Clean up error message printing functions | Zhihao Cheng |
2024-11-11 | ubifs-utils: Define PROGRAM_NAME as variable | Zhihao Cheng |
2024-11-11 | ubifs-utils: Decouple mkfs.ubifs.h out of other modules | Zhihao Cheng |
2024-11-11 | ubifs-utils: Split common source files from mkfs.ubifs | 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-02-18 | Make it possible to compile mkfs.ubifs without zlib | David Oberhollenzer |
2024-02-15 | Cleanup handling of optional dependencies | David Oberhollenzer |
2023-12-19 | mkfs.ubifs: fix xattr scanning for builds with selinux support | David Oberhollenzer |
2023-05-30 | mkfs.ubifs: Fix mkfs.ubifs failure with option selinux | Zijun Hu |