summaryrefslogtreecommitdiff
path: root/sys/src/cmd/9660srv/dat.h
AgeCommit message (Collapse)Author
2015-10-059660srv: do not ignore upper 32 bits of offset when reading directorycinap_lenrek
2015-07-149660srv: keep data and metadata separate in the cache with a tagcinap_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-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen