| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2026-03-17 | fix build add test code to read a block from device | Lukas Oesch | 2 | -11/+17 |
| 2026-03-17 | implement major and minor analog to the linux kernel | Lukas Oesch | 10 | -9/+72 |
| 2026-03-17 | implement function to get a device by major and minor number | Lukas Oesch | 8 | -9/+57 |
| 2026-03-17 | copy data into the buffer in ram_disk_device::read_block | Lukas Oesch | 1 | -12/+6 |
| 2026-03-17 | remove not needed m_data_size member | Lukas Oesch | 1 | -1/+0 |
| 2026-03-17 | use stl algorithm | Lukas Oesch | 1 | -4/+2 |
| 2026-03-17 | refactoring, remove test code | Lukas Oesch | 3 | -22/+15 |
| 2026-03-17 | implement first draft of RAMDiskDevice | Lukas Oesch | 4 | -6/+66 |
| 2026-03-17 | small refactoring, add some todos | Lukas Oesch | 3 | -6/+10 |
| 2026-03-17 | Fix build | marcel.braun | 1 | -1/+1 |
| 2026-03-17 | Implement RAMDiskController and instantiate it in StorageManagement | marcel.braun | 6 | -9/+64 |
| 2026-03-17 | Implement basic structure of storage management | marcel.braun | 3 | -4/+59 |
| 2026-03-17 | setup basic devices and RAMDisk structure | Lukas Oesch | 13 | -0/+137 |
