Age | Commit message (Expand) | Author |
2024-11-11 | fsck.ubifs: rebuild_fs: Add valid nodes into file | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Remove deleted nodes from valid node tree | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Add rebuilding filesystem support | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Add file organization realization | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Add node parsing functions | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Load filesystem information from UBI volume | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Distinguish reasons when certain failures happen | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Add inconsistent problem handling asking function | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Add fsck support | Zhihao Cheng |
2024-11-11 | ubifs-utils: open_ubi: Set errno if the target is not char device | Zhihao Cheng |
2024-11-11 | ubifs-utils: Replace ubifs related source code with linux kernel implementation | Zhihao Cheng |
2024-11-11 | ubifs-utils: Add descriptions for new lib files in libubifs/README | Zhihao Cheng |
2024-11-11 | ubifs-utils: Move ubifs-media.h in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt gc subsystem in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt orphan.c in libubifs | Zhihao Cheng |
2024-11-11 | ubifs-utils: Adapt misc.h in libubifs | Zhihao Cheng |
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 | libubi: Add new interface ubi_leb_map() | 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 |