summaryrefslogtreecommitdiff
path: root/internal/serialize_reads
AgeCommit message (Collapse)Author
2017-04-29fix golint complaintsJakob Unterwurzacher
2017-03-18serialize_reads: add read serialization logicJakob Unterwurzacher
Due to kernel readahead, we usually get multiple read requests at the same time. These get submitted to the backing storage in random order, which is a problem if seeking is very expensive. Details: https://github.com/rfjakob/gocryptfs/issues/92