| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-30 | superblock: Define predefined enums | Felix Morgner | 1 | -48/+306 | |
| 2016-12-25 | superblock: Rename extfs_superblock to superblock | Felix Morgner | 2 | -3/+3 | |
| 2016-12-25 | extfs: Swap order of member variables | Felix Morgner | 1 | -1/+1 | |
| Since we know that sizeof(extfs_superblock) is guaranteed to be 1024, we should move it to the begining of the data member list. Since 1024 is a power of two, we can be pretty certain, that no padding will be inserted after fs::extfs::m_primarySuperblock. std::fstream however makes no guarantees as to what it size is. Thus we would risk the insertion of padding. | |||||
| 2016-12-24 | extfs: Add label retrieval | Felix Morgner | 1 | -0/+25 | |
| 2016-12-24 | Update documentation | Felix Morgner | 2 | -64/+97 | |
| 2016-12-24 | Update documentation | Felix Morgner | 1 | -5/+26 | |
| 2016-12-23 | Initial commit | Felix Morgner | 2 | -0/+123 | |
