| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | increase buffer size to really test the singly indirect block pointer | Lukas Oesch | 1 | -1/+1 |
| 7 days | refactoring | Lukas Oesch | 2 | -18/+28 |
| 7 days | add inode sparse files tests | Lukas Oesch | 1 | -8/+93 |
| 7 days | add todos | Lukas Oesch | 2 | -0/+4 |
| 7 days | implement sparse files, fix bug with reading more than inode size | Lukas Oesch | 1 | -8/+14 |
| 7 days | refactor ext2 map_inode_block_index_to_global_block_number | Lukas Oesch | 4 | -28/+76 |
| 8 days | Add tests for ext2 inode get_size() | Marcel Braun | 3 | -2/+98 |
| 8 days | Determine ext2 inode size depending on revision level, add const to several m... | Marcel Braun | 4 | -20/+54 |
| 8 days | if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ... | Lukas Oesch | 4 | -14/+48 |
| 9 days | refactoring, simplify code | Lukas Oesch | 1 | -41/+10 |
| 9 days | remove unused include | Lukas Oesch | 1 | -3/+0 |
| 9 days | fix build after rebase | Lukas Oesch | 1 | -1/+1 |
| 9 days | Add is_mount_root flag to dentry and use in find_mount_root_dentry | Marcel Braun | 6 | -22/+26 |
| 9 days | Remove find_longest_prefix_mount | Marcel Braun | 3 | -68/+0 |
| 9 days | Create first draft of get_parent_mount without find_longest_prefix_mount | Marcel Braun | 1 | -7/+7 |
| 9 days | Rename root_dentry() to get_root_dentry() | Marcel Braun | 4 | -7/+7 |
| 9 days | Add method that returns the next ancestor with mount flag set | Marcel Braun | 2 | -0/+16 |
| 9 days | remove mount_path from mount struct (retrieve path from m_mount_dentry) | Lukas Oesch | 6 | -41/+59 |
| 9 days | renaming | Lukas Oesch | 2 | -18/+17 |
| 9 days | return const boot_module_registry reference | Lukas Oesch | 1 | -1/+1 |
| 9 days | Remove unused include | Marcel Braun | 1 | -1/+0 |
| 9 days | Rename get_full_path to get_absolute_path | Marcel Braun | 4 | -7/+7 |
| 9 days | Add test for dentry get_full_path | Marcel Braun | 1 | -0/+24 |
| 9 days | Refactor dentry | Marcel Braun | 3 | -35/+22 |
| 9 days | Refactor get_full_path remove recursion | Marcel Braun | 1 | -9/+25 |
| 2026-05-05 | .. int the root directory remains in the root | Lukas Oesch | 1 | -1/+1 |
| 2026-05-05 | add mount table find_exact_mount tests, remove todo | Lukas Oesch | 2 | -3/+19 |
| 2026-05-05 | small refactoring, add todo | Lukas Oesch | 2 | -2/+5 |
| 2026-05-05 | add filesystem interface tests | Lukas Oesch | 1 | -1/+48 |
| 2026-05-05 | add vfs symlink tests | Lukas Oesch | 1 | -1/+62 |
| 2026-05-05 | add symlink chain to image | Lukas Oesch | 1 | -1/+1 |
| 2026-05-05 | refactoring mount_table lookup | Lukas Oesch | 3 | -8/+20 |
| 2026-05-05 | add symbolic link tests | Lukas Oesch | 1 | -0/+42 |
| 2026-05-05 | avoid to traverse back over the root | Lukas Oesch | 1 | -10/+5 |
| 2026-05-05 | refactoring do_mount_internal (retrieve path from dentry), handle .. correctl... | Lukas Oesch | 2 | -16/+17 |
| 2026-05-05 | Update readme for images, add symlink to readme into test_assets folder | Marcel Braun | 1 | -0/+1 |
| 2026-05-05 | Add testing symlinks to filesystem images | Marcel Braun | 3 | -3/+3 |
| 2026-05-05 | Disable recursion-warning | Marcel Braun | 1 | -2/+2 |
| 2026-05-05 | Remove manual tests | Marcel Braun | 1 | -167/+1 |
| 2026-05-05 | Add tests for path utility | Marcel Braun | 2 | -0/+70 |
| 2026-05-05 | Add check for max symlink count | Marcel Braun | 1 | -8/+15 |
| 2026-05-05 | Add check for valid path length | Marcel Braun | 1 | -9/+23 |
| 2026-05-05 | Add constants | Marcel Braun | 1 | -0/+13 |
| 2026-05-05 | Fix vfs tests | Marcel Braun | 1 | -4/+3 |
| 2026-05-05 | fix problem with string_view lifetime | Lukas Oesch | 2 | -9/+11 |
| 2026-05-05 | Add simple symlink tests | Marcel Braun | 2 | -1/+21 |
| 2026-05-05 | Implement symlink non-recursive | Marcel Braun | 1 | -26/+15 |
| 2026-05-05 | Refactor path resolution, use vector and while instead of iterator and for-loop | Marcel Braun | 1 | -2/+7 |
| 2026-05-05 | Implement symlink read in inode, fix max amount of bytes to read | Marcel Braun | 3 | -11/+20 |
| 2026-05-05 | Resolve TODOs concerning path validation | Marcel Braun | 1 | -11/+9 |