Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-08 | serialize_reads: drop superflous "continue" | Jakob Unterwurzacher | |
Found while debugging https://github.com/rfjakob/gocryptfs/pull/413 | |||
2017-04-29 | fix golint complaints | Jakob Unterwurzacher | |
2017-03-18 | serialize_reads: add read serialization logic | Jakob 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 |