summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2016-12-25extfs: Swap order of member variablesFelix Morgner1-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-24extfs: Add label retrievalFelix Morgner1-0/+25
2016-12-24Update documentationFelix Morgner2-64/+97
2016-12-24Update documentationFelix Morgner1-5/+26
2016-12-23Initial commitFelix Morgner2-0/+123