Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | 9660srv: do not ignore upper 32 bits of offset when reading directory | cinap_lenrek | |
2015-07-14 | 9660srv: keep data and metadata separate in the cache with a tag | cinap_lenrek | |
data on the disk is layed out sequentially and directory information is at the end of the disk. we want to keep data and metadata separated so that reading large sequential files will not evict the directory information from the cache causing long seeks. for that, we tag the clusters (an 8th for metadata, and the rest for data) and getbuf() will only evict clusters of the same tag. | |||
2011-06-06 | fix real cause of iso name truncation | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |