Age | Commit message (Expand) | Author |
2024-11-11 | fsck.ubifs: Handle disconnected files | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Check and create the lost+found | Huang Xiaojia |
2024-11-11 | fsck.ubifs: Check and create the root dir | Zhihao Cheng |
2024-11-11 | ubifs-utils: libubifs: Support some file operations | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Check and correct the index size | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Commit problem fixing modifications to disk | Zhihao Cheng |
2024-11-11 | fsck.ubifs: check and correct the space statistics | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Move common functions and data structures into check_space.c | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Check whether the TNC is empty | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Check and correct files' information | Xiang Yang |
2024-11-11 | fsck.ubifs: Check and handle unreachable files | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Check and handle invalid files | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Update files' size for check mode | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Ensure that TNC LEB can be scanned successful | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Traverse TNC and construct files | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Move common functions and data structures into fsck.ubifs.c | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Recover isize | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Consolidate log | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Handle orphan nodes | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Replay journal | Zhihao Cheng |
2024-11-11 | fsck.ubifs: Read master node & init lpt | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Write master node | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Clean up log and orphan area | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Build LPT | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Build TNC | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Create new root dir if there are no scanned files | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Re-write data | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Record used LEBs | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Check and correct files' information | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Extract reachable directory entries tree | Zhihao Cheng |
2024-11-11 | fsck.ubifs: rebuild_fs: Filter invalid files | Zhihao Cheng |
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 |